@@ -15954,6 +15954,8 @@ game_server_nodes_aggregate?: [{ /** distinct select on columns */
1595415954 offset?: number | undefined | null | Variable<any, string>, /** sort the rows by one or more columns */
1595515955 order_by?: Array<ValueTypes["game_server_nodes_order_by"]> | undefined | null | Variable<any, string>, /** filter the rows returned */
1595615956 where?: ValueTypes["game_server_nodes_bool_exp"] | undefined | null | Variable<any, string>},ValueTypes["game_server_nodes_aggregate"]],
15957+ /** A computed field, executes function "region_has_node" */
15958+ has_node?:boolean | `@${string}`,
1595715959 is_lan?:boolean | `@${string}`,
1595815960 /** A computed field, executes function "region_status" */
1595915961 status?:boolean | `@${string}`,
@@ -16001,6 +16003,7 @@ count?: [{ columns?: Array<ValueTypes["server_regions_select_column"]> | undefin
1600116003 description?: ValueTypes["String_comparison_exp"] | undefined | null | Variable<any, string>,
1600216004 game_server_nodes?: ValueTypes["game_server_nodes_bool_exp"] | undefined | null | Variable<any, string>,
1600316005 game_server_nodes_aggregate?: ValueTypes["game_server_nodes_aggregate_bool_exp"] | undefined | null | Variable<any, string>,
16006+ has_node?: ValueTypes["Boolean_comparison_exp"] | undefined | null | Variable<any, string>,
1600416007 is_lan?: ValueTypes["Boolean_comparison_exp"] | undefined | null | Variable<any, string>,
1600516008 status?: ValueTypes["String_comparison_exp"] | undefined | null | Variable<any, string>,
1600616009 steam_relay?: ValueTypes["Boolean_comparison_exp"] | undefined | null | Variable<any, string>,
@@ -16066,6 +16069,7 @@ count?: [{ columns?: Array<ValueTypes["server_regions_select_column"]> | undefin
1606616069 available_server_count?: ValueTypes["order_by"] | undefined | null | Variable<any, string>,
1606716070 description?: ValueTypes["order_by"] | undefined | null | Variable<any, string>,
1606816071 game_server_nodes_aggregate?: ValueTypes["game_server_nodes_aggregate_order_by"] | undefined | null | Variable<any, string>,
16072+ has_node?: ValueTypes["order_by"] | undefined | null | Variable<any, string>,
1606916073 is_lan?: ValueTypes["order_by"] | undefined | null | Variable<any, string>,
1607016074 status?: ValueTypes["order_by"] | undefined | null | Variable<any, string>,
1607116075 steam_relay?: ValueTypes["order_by"] | undefined | null | Variable<any, string>,
@@ -37730,6 +37734,8 @@ game_server_nodes_aggregate?: [{ /** distinct select on columns */
3773037734 offset?: number | undefined | null, /** sort the rows by one or more columns */
3773137735 order_by?: Array<ResolverInputTypes["game_server_nodes_order_by"]> | undefined | null, /** filter the rows returned */
3773237736 where?: ResolverInputTypes["game_server_nodes_bool_exp"] | undefined | null},ResolverInputTypes["game_server_nodes_aggregate"]],
37737+ /** A computed field, executes function "region_has_node" */
37738+ has_node?:boolean | `@${string}`,
3773337739 is_lan?:boolean | `@${string}`,
3773437740 /** A computed field, executes function "region_status" */
3773537741 status?:boolean | `@${string}`,
@@ -37777,6 +37783,7 @@ count?: [{ columns?: Array<ResolverInputTypes["server_regions_select_column"]> |
3777737783 description?: ResolverInputTypes["String_comparison_exp"] | undefined | null,
3777837784 game_server_nodes?: ResolverInputTypes["game_server_nodes_bool_exp"] | undefined | null,
3777937785 game_server_nodes_aggregate?: ResolverInputTypes["game_server_nodes_aggregate_bool_exp"] | undefined | null,
37786+ has_node?: ResolverInputTypes["Boolean_comparison_exp"] | undefined | null,
3778037787 is_lan?: ResolverInputTypes["Boolean_comparison_exp"] | undefined | null,
3778137788 status?: ResolverInputTypes["String_comparison_exp"] | undefined | null,
3778237789 steam_relay?: ResolverInputTypes["Boolean_comparison_exp"] | undefined | null,
@@ -37842,6 +37849,7 @@ count?: [{ columns?: Array<ResolverInputTypes["server_regions_select_column"]> |
3784237849 available_server_count?: ResolverInputTypes["order_by"] | undefined | null,
3784337850 description?: ResolverInputTypes["order_by"] | undefined | null,
3784437851 game_server_nodes_aggregate?: ResolverInputTypes["game_server_nodes_aggregate_order_by"] | undefined | null,
37852+ has_node?: ResolverInputTypes["order_by"] | undefined | null,
3784537853 is_lan?: ResolverInputTypes["order_by"] | undefined | null,
3784637854 status?: ResolverInputTypes["order_by"] | undefined | null,
3784737855 steam_relay?: ResolverInputTypes["order_by"] | undefined | null,
@@ -57494,6 +57502,8 @@ export type ModelTypes = {
5749457502 game_server_nodes: Array<ModelTypes["game_server_nodes"]>,
5749557503 /** An aggregate relationship */
5749657504 game_server_nodes_aggregate: ModelTypes["game_server_nodes_aggregate"],
57505+ /** A computed field, executes function "region_has_node" */
57506+ has_node?: boolean | undefined | null,
5749757507 is_lan: boolean,
5749857508 /** A computed field, executes function "region_status" */
5749957509 status?: string | undefined | null,
@@ -57537,6 +57547,7 @@ export type ModelTypes = {
5753757547 description?: ModelTypes["String_comparison_exp"] | undefined | null,
5753857548 game_server_nodes?: ModelTypes["game_server_nodes_bool_exp"] | undefined | null,
5753957549 game_server_nodes_aggregate?: ModelTypes["game_server_nodes_aggregate_bool_exp"] | undefined | null,
57550+ has_node?: ModelTypes["Boolean_comparison_exp"] | undefined | null,
5754057551 is_lan?: ModelTypes["Boolean_comparison_exp"] | undefined | null,
5754157552 status?: ModelTypes["String_comparison_exp"] | undefined | null,
5754257553 steam_relay?: ModelTypes["Boolean_comparison_exp"] | undefined | null,
@@ -57598,6 +57609,7 @@ export type ModelTypes = {
5759857609 available_server_count?: ModelTypes["order_by"] | undefined | null,
5759957610 description?: ModelTypes["order_by"] | undefined | null,
5760057611 game_server_nodes_aggregate?: ModelTypes["game_server_nodes_aggregate_order_by"] | undefined | null,
57612+ has_node?: ModelTypes["order_by"] | undefined | null,
5760157613 is_lan?: ModelTypes["order_by"] | undefined | null,
5760257614 status?: ModelTypes["order_by"] | undefined | null,
5760357615 steam_relay?: ModelTypes["order_by"] | undefined | null,
@@ -76809,6 +76821,8 @@ export type GraphQLTypes = {
7680976821 game_server_nodes: Array<GraphQLTypes["game_server_nodes"]>,
7681076822 /** An aggregate relationship */
7681176823 game_server_nodes_aggregate: GraphQLTypes["game_server_nodes_aggregate"],
76824+ /** A computed field, executes function "region_has_node" */
76825+ has_node?: boolean | undefined | null,
7681276826 is_lan: boolean,
7681376827 /** A computed field, executes function "region_status" */
7681476828 status?: string | undefined | null,
@@ -76855,6 +76869,7 @@ export type GraphQLTypes = {
7685576869 description?: GraphQLTypes["String_comparison_exp"] | undefined | null,
7685676870 game_server_nodes?: GraphQLTypes["game_server_nodes_bool_exp"] | undefined | null,
7685776871 game_server_nodes_aggregate?: GraphQLTypes["game_server_nodes_aggregate_bool_exp"] | undefined | null,
76872+ has_node?: GraphQLTypes["Boolean_comparison_exp"] | undefined | null,
7685876873 is_lan?: GraphQLTypes["Boolean_comparison_exp"] | undefined | null,
7685976874 status?: GraphQLTypes["String_comparison_exp"] | undefined | null,
7686076875 steam_relay?: GraphQLTypes["Boolean_comparison_exp"] | undefined | null,
@@ -76920,6 +76935,7 @@ export type GraphQLTypes = {
7692076935 available_server_count?: GraphQLTypes["order_by"] | undefined | null,
7692176936 description?: GraphQLTypes["order_by"] | undefined | null,
7692276937 game_server_nodes_aggregate?: GraphQLTypes["game_server_nodes_aggregate_order_by"] | undefined | null,
76938+ has_node?: GraphQLTypes["order_by"] | undefined | null,
7692376939 is_lan?: GraphQLTypes["order_by"] | undefined | null,
7692476940 status?: GraphQLTypes["order_by"] | undefined | null,
7692576941 steam_relay?: GraphQLTypes["order_by"] | undefined | null,
0 commit comments