Skip to content

Commit a9263f7

Browse files
committed
chore: remove tv connection link as it will not work
1 parent aa2ffe4 commit a9263f7

3 files changed

Lines changed: 0 additions & 38 deletions

File tree

generated/zeus/const.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4066,7 +4066,6 @@ export const AllTypesProps: Record<string,any> = {
40664066
teams:"teams_bool_exp",
40674067
tournament_brackets:"tournament_brackets_bool_exp",
40684068
tournament_brackets_aggregate:"tournament_brackets_aggregate_bool_exp",
4069-
tv_connection_link:"String_comparison_exp",
40704069
tv_connection_string:"String_comparison_exp",
40714070
winner:"match_lineups_bool_exp",
40724071
winning_lineup_id:"uuid_comparison_exp"
@@ -4216,7 +4215,6 @@ export const AllTypesProps: Record<string,any> = {
42164215
status:"order_by",
42174216
teams_aggregate:"teams_aggregate_order_by",
42184217
tournament_brackets_aggregate:"tournament_brackets_aggregate_order_by",
4219-
tv_connection_link:"order_by",
42204218
tv_connection_string:"order_by",
42214219
winner:"match_lineups_order_by",
42224220
winning_lineup_id:"order_by"
@@ -15039,7 +15037,6 @@ export const ReturnTypes: Record<string,any> = {
1503915037
teams:"teams",
1504015038
tournament_brackets:"tournament_brackets",
1504115039
tournament_brackets_aggregate:"tournament_brackets_aggregate",
15042-
tv_connection_link:"String",
1504315040
tv_connection_string:"String",
1504415041
winner:"match_lineups",
1504515042
winning_lineup_id:"uuid"
@@ -15092,7 +15089,6 @@ export const ReturnTypes: Record<string,any> = {
1509215089
server_region:"String",
1509315090
server_type:"String",
1509415091
started_at:"timestamptz",
15095-
tv_connection_link:"String",
1509615092
tv_connection_string:"String",
1509715093
winning_lineup_id:"uuid"
1509815094
},
@@ -15122,7 +15118,6 @@ export const ReturnTypes: Record<string,any> = {
1512215118
server_region:"String",
1512315119
server_type:"String",
1512415120
started_at:"timestamptz",
15125-
tv_connection_link:"String",
1512615121
tv_connection_string:"String",
1512715122
winning_lineup_id:"uuid"
1512815123
},

generated/zeus/index.ts

Lines changed: 0 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -8553,8 +8553,6 @@ tournament_brackets_aggregate?: [{ /** distinct select on columns */
85538553
offset?: number | undefined | null | Variable<any, string>, /** sort the rows by one or more columns */
85548554
order_by?: Array<ValueTypes["tournament_brackets_order_by"]> | undefined | null | Variable<any, string>, /** filter the rows returned */
85558555
where?: ValueTypes["tournament_brackets_bool_exp"] | undefined | null | Variable<any, string>},ValueTypes["tournament_brackets_aggregate"]],
8556-
/** A computed field, executes function "get_match_tv_connection_link" */
8557-
tv_connection_link?:boolean | `@${string}`,
85588556
/** A computed field, executes function "get_match_tv_connection_string" */
85598557
tv_connection_string?:boolean | `@${string}`,
85608558
/** An object relationship */
@@ -8704,7 +8702,6 @@ count?: [{ columns?: Array<ValueTypes["matches_select_column"]> | undefined | nu
87048702
teams?: ValueTypes["teams_bool_exp"] | undefined | null | Variable<any, string>,
87058703
tournament_brackets?: ValueTypes["tournament_brackets_bool_exp"] | undefined | null | Variable<any, string>,
87068704
tournament_brackets_aggregate?: ValueTypes["tournament_brackets_aggregate_bool_exp"] | undefined | null | Variable<any, string>,
8707-
tv_connection_link?: ValueTypes["String_comparison_exp"] | undefined | null | Variable<any, string>,
87088705
tv_connection_string?: ValueTypes["String_comparison_exp"] | undefined | null | Variable<any, string>,
87098706
winner?: ValueTypes["match_lineups_bool_exp"] | undefined | null | Variable<any, string>,
87108707
winning_lineup_id?: ValueTypes["uuid_comparison_exp"] | undefined | null | Variable<any, string>
@@ -8793,8 +8790,6 @@ count?: [{ columns?: Array<ValueTypes["matches_select_column"]> | undefined | nu
87938790
/** A computed field, executes function "get_match_server_type" */
87948791
server_type?:boolean | `@${string}`,
87958792
started_at?:boolean | `@${string}`,
8796-
/** A computed field, executes function "get_match_tv_connection_link" */
8797-
tv_connection_link?:boolean | `@${string}`,
87988793
/** A computed field, executes function "get_match_tv_connection_string" */
87998794
tv_connection_string?:boolean | `@${string}`,
88008795
winning_lineup_id?:boolean | `@${string}`,
@@ -8856,8 +8851,6 @@ count?: [{ columns?: Array<ValueTypes["matches_select_column"]> | undefined | nu
88568851
/** A computed field, executes function "get_match_server_type" */
88578852
server_type?:boolean | `@${string}`,
88588853
started_at?:boolean | `@${string}`,
8859-
/** A computed field, executes function "get_match_tv_connection_link" */
8860-
tv_connection_link?:boolean | `@${string}`,
88618854
/** A computed field, executes function "get_match_tv_connection_string" */
88628855
tv_connection_string?:boolean | `@${string}`,
88638856
winning_lineup_id?:boolean | `@${string}`,
@@ -8964,7 +8957,6 @@ count?: [{ columns?: Array<ValueTypes["matches_select_column"]> | undefined | nu
89648957
status?: ValueTypes["order_by"] | undefined | null | Variable<any, string>,
89658958
teams_aggregate?: ValueTypes["teams_aggregate_order_by"] | undefined | null | Variable<any, string>,
89668959
tournament_brackets_aggregate?: ValueTypes["tournament_brackets_aggregate_order_by"] | undefined | null | Variable<any, string>,
8967-
tv_connection_link?: ValueTypes["order_by"] | undefined | null | Variable<any, string>,
89688960
tv_connection_string?: ValueTypes["order_by"] | undefined | null | Variable<any, string>,
89698961
winner?: ValueTypes["match_lineups_order_by"] | undefined | null | Variable<any, string>,
89708962
winning_lineup_id?: ValueTypes["order_by"] | undefined | null | Variable<any, string>
@@ -30204,8 +30196,6 @@ tournament_brackets_aggregate?: [{ /** distinct select on columns */
3020430196
offset?: number | undefined | null, /** sort the rows by one or more columns */
3020530197
order_by?: Array<ResolverInputTypes["tournament_brackets_order_by"]> | undefined | null, /** filter the rows returned */
3020630198
where?: ResolverInputTypes["tournament_brackets_bool_exp"] | undefined | null},ResolverInputTypes["tournament_brackets_aggregate"]],
30207-
/** A computed field, executes function "get_match_tv_connection_link" */
30208-
tv_connection_link?:boolean | `@${string}`,
3020930199
/** A computed field, executes function "get_match_tv_connection_string" */
3021030200
tv_connection_string?:boolean | `@${string}`,
3021130201
/** An object relationship */
@@ -30355,7 +30345,6 @@ count?: [{ columns?: Array<ResolverInputTypes["matches_select_column"]> | undefi
3035530345
teams?: ResolverInputTypes["teams_bool_exp"] | undefined | null,
3035630346
tournament_brackets?: ResolverInputTypes["tournament_brackets_bool_exp"] | undefined | null,
3035730347
tournament_brackets_aggregate?: ResolverInputTypes["tournament_brackets_aggregate_bool_exp"] | undefined | null,
30358-
tv_connection_link?: ResolverInputTypes["String_comparison_exp"] | undefined | null,
3035930348
tv_connection_string?: ResolverInputTypes["String_comparison_exp"] | undefined | null,
3036030349
winner?: ResolverInputTypes["match_lineups_bool_exp"] | undefined | null,
3036130350
winning_lineup_id?: ResolverInputTypes["uuid_comparison_exp"] | undefined | null
@@ -30444,8 +30433,6 @@ count?: [{ columns?: Array<ResolverInputTypes["matches_select_column"]> | undefi
3044430433
/** A computed field, executes function "get_match_server_type" */
3044530434
server_type?:boolean | `@${string}`,
3044630435
started_at?:boolean | `@${string}`,
30447-
/** A computed field, executes function "get_match_tv_connection_link" */
30448-
tv_connection_link?:boolean | `@${string}`,
3044930436
/** A computed field, executes function "get_match_tv_connection_string" */
3045030437
tv_connection_string?:boolean | `@${string}`,
3045130438
winning_lineup_id?:boolean | `@${string}`,
@@ -30507,8 +30494,6 @@ count?: [{ columns?: Array<ResolverInputTypes["matches_select_column"]> | undefi
3050730494
/** A computed field, executes function "get_match_server_type" */
3050830495
server_type?:boolean | `@${string}`,
3050930496
started_at?:boolean | `@${string}`,
30510-
/** A computed field, executes function "get_match_tv_connection_link" */
30511-
tv_connection_link?:boolean | `@${string}`,
3051230497
/** A computed field, executes function "get_match_tv_connection_string" */
3051330498
tv_connection_string?:boolean | `@${string}`,
3051430499
winning_lineup_id?:boolean | `@${string}`,
@@ -30615,7 +30600,6 @@ count?: [{ columns?: Array<ResolverInputTypes["matches_select_column"]> | undefi
3061530600
status?: ResolverInputTypes["order_by"] | undefined | null,
3061630601
teams_aggregate?: ResolverInputTypes["teams_aggregate_order_by"] | undefined | null,
3061730602
tournament_brackets_aggregate?: ResolverInputTypes["tournament_brackets_aggregate_order_by"] | undefined | null,
30618-
tv_connection_link?: ResolverInputTypes["order_by"] | undefined | null,
3061930603
tv_connection_string?: ResolverInputTypes["order_by"] | undefined | null,
3062030604
winner?: ResolverInputTypes["match_lineups_order_by"] | undefined | null,
3062130605
winning_lineup_id?: ResolverInputTypes["order_by"] | undefined | null
@@ -51043,8 +51027,6 @@ export type ModelTypes = {
5104351027
tournament_brackets: Array<ModelTypes["tournament_brackets"]>,
5104451028
/** An aggregate relationship */
5104551029
tournament_brackets_aggregate: ModelTypes["tournament_brackets_aggregate"],
51046-
/** A computed field, executes function "get_match_tv_connection_link" */
51047-
tv_connection_link?: string | undefined | null,
5104851030
/** A computed field, executes function "get_match_tv_connection_string" */
5104951031
tv_connection_string?: string | undefined | null,
5105051032
/** An object relationship */
@@ -51190,7 +51172,6 @@ export type ModelTypes = {
5119051172
teams?: ModelTypes["teams_bool_exp"] | undefined | null,
5119151173
tournament_brackets?: ModelTypes["tournament_brackets_bool_exp"] | undefined | null,
5119251174
tournament_brackets_aggregate?: ModelTypes["tournament_brackets_aggregate_bool_exp"] | undefined | null,
51193-
tv_connection_link?: ModelTypes["String_comparison_exp"] | undefined | null,
5119451175
tv_connection_string?: ModelTypes["String_comparison_exp"] | undefined | null,
5119551176
winner?: ModelTypes["match_lineups_bool_exp"] | undefined | null,
5119651177
winning_lineup_id?: ModelTypes["uuid_comparison_exp"] | undefined | null
@@ -51278,8 +51259,6 @@ export type ModelTypes = {
5127851259
/** A computed field, executes function "get_match_server_type" */
5127951260
server_type?: string | undefined | null,
5128051261
started_at?: ModelTypes["timestamptz"] | undefined | null,
51281-
/** A computed field, executes function "get_match_tv_connection_link" */
51282-
tv_connection_link?: string | undefined | null,
5128351262
/** A computed field, executes function "get_match_tv_connection_string" */
5128451263
tv_connection_string?: string | undefined | null,
5128551264
winning_lineup_id?: ModelTypes["uuid"] | undefined | null
@@ -51340,8 +51319,6 @@ export type ModelTypes = {
5134051319
/** A computed field, executes function "get_match_server_type" */
5134151320
server_type?: string | undefined | null,
5134251321
started_at?: ModelTypes["timestamptz"] | undefined | null,
51343-
/** A computed field, executes function "get_match_tv_connection_link" */
51344-
tv_connection_link?: string | undefined | null,
5134551322
/** A computed field, executes function "get_match_tv_connection_string" */
5134651323
tv_connection_string?: string | undefined | null,
5134751324
winning_lineup_id?: ModelTypes["uuid"] | undefined | null
@@ -51446,7 +51423,6 @@ export type ModelTypes = {
5144651423
status?: ModelTypes["order_by"] | undefined | null,
5144751424
teams_aggregate?: ModelTypes["teams_aggregate_order_by"] | undefined | null,
5144851425
tournament_brackets_aggregate?: ModelTypes["tournament_brackets_aggregate_order_by"] | undefined | null,
51449-
tv_connection_link?: ModelTypes["order_by"] | undefined | null,
5145051426
tv_connection_string?: ModelTypes["order_by"] | undefined | null,
5145151427
winner?: ModelTypes["match_lineups_order_by"] | undefined | null,
5145251428
winning_lineup_id?: ModelTypes["order_by"] | undefined | null
@@ -70014,8 +69990,6 @@ export type GraphQLTypes = {
7001469990
tournament_brackets: Array<GraphQLTypes["tournament_brackets"]>,
7001569991
/** An aggregate relationship */
7001669992
tournament_brackets_aggregate: GraphQLTypes["tournament_brackets_aggregate"],
70017-
/** A computed field, executes function "get_match_tv_connection_link" */
70018-
tv_connection_link?: string | undefined | null,
7001969993
/** A computed field, executes function "get_match_tv_connection_string" */
7002069994
tv_connection_string?: string | undefined | null,
7002169995
/** An object relationship */
@@ -70164,7 +70138,6 @@ export type GraphQLTypes = {
7016470138
teams?: GraphQLTypes["teams_bool_exp"] | undefined | null,
7016570139
tournament_brackets?: GraphQLTypes["tournament_brackets_bool_exp"] | undefined | null,
7016670140
tournament_brackets_aggregate?: GraphQLTypes["tournament_brackets_aggregate_bool_exp"] | undefined | null,
70167-
tv_connection_link?: GraphQLTypes["String_comparison_exp"] | undefined | null,
7016870141
tv_connection_string?: GraphQLTypes["String_comparison_exp"] | undefined | null,
7016970142
winner?: GraphQLTypes["match_lineups_bool_exp"] | undefined | null,
7017070143
winning_lineup_id?: GraphQLTypes["uuid_comparison_exp"] | undefined | null
@@ -70254,8 +70227,6 @@ export type GraphQLTypes = {
7025470227
/** A computed field, executes function "get_match_server_type" */
7025570228
server_type?: string | undefined | null,
7025670229
started_at?: GraphQLTypes["timestamptz"] | undefined | null,
70257-
/** A computed field, executes function "get_match_tv_connection_link" */
70258-
tv_connection_link?: string | undefined | null,
7025970230
/** A computed field, executes function "get_match_tv_connection_string" */
7026070231
tv_connection_string?: string | undefined | null,
7026170232
winning_lineup_id?: GraphQLTypes["uuid"] | undefined | null
@@ -70317,8 +70288,6 @@ export type GraphQLTypes = {
7031770288
/** A computed field, executes function "get_match_server_type" */
7031870289
server_type?: string | undefined | null,
7031970290
started_at?: GraphQLTypes["timestamptz"] | undefined | null,
70320-
/** A computed field, executes function "get_match_tv_connection_link" */
70321-
tv_connection_link?: string | undefined | null,
7032270291
/** A computed field, executes function "get_match_tv_connection_string" */
7032370292
tv_connection_string?: string | undefined | null,
7032470293
winning_lineup_id?: GraphQLTypes["uuid"] | undefined | null
@@ -70424,7 +70393,6 @@ export type GraphQLTypes = {
7042470393
status?: GraphQLTypes["order_by"] | undefined | null,
7042570394
teams_aggregate?: GraphQLTypes["teams_aggregate_order_by"] | undefined | null,
7042670395
tournament_brackets_aggregate?: GraphQLTypes["tournament_brackets_aggregate_order_by"] | undefined | null,
70427-
tv_connection_link?: GraphQLTypes["order_by"] | undefined | null,
7042870396
tv_connection_string?: GraphQLTypes["order_by"] | undefined | null,
7042970397
winner?: GraphQLTypes["match_lineups_order_by"] | undefined | null,
7043070398
winning_lineup_id?: GraphQLTypes["order_by"] | undefined | null

pages/matches/[id].vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,6 @@ export default {
139139
connection_link: true,
140140
connection_string: true,
141141
tv_connection_string: true,
142-
tv_connection_link: true,
143142
is_match_server_available: true,
144143
cancels_at: true,
145144
scheduled_at: true,

0 commit comments

Comments
 (0)