{"version":3,"file":"gql.c333e442.js","sources":["../../../../apollo/graphql.ts","../../../../apollo/gql.ts"],"sourcesContent":["/* eslint-disable */\nimport { TypedDocumentNode as DocumentNode } from '@graphql-typed-document-node/core';\nexport type Maybe = T | null;\nexport type InputMaybe = Maybe;\nexport type Exact = { [K in keyof T]: T[K] };\nexport type MakeOptional = Omit & { [SubKey in K]?: Maybe };\nexport type MakeMaybe = Omit & { [SubKey in K]: Maybe };\nexport type MakeEmpty = { [_ in K]?: never };\nexport type Incremental = T | { [P in keyof T]?: P extends ' $fragmentName' | '__typename' ? T[P] : never };\n/** All built-in and custom scalars, mapped to their actual values */\nexport type Scalars = {\n ID: { input: string; output: string; }\n String: { input: string; output: string; }\n Boolean: { input: boolean; output: boolean; }\n Int: { input: number; output: number; }\n Float: { input: number; output: number; }\n bigint: { input: any; output: any; }\n jsonb: { input: any; output: any; }\n numeric: { input: any; output: any; }\n timestamp: { input: any; output: any; }\n timestamptz: { input: any; output: any; }\n};\n\nexport type AssetUpload = {\n __typename?: 'AssetUpload';\n name: Scalars['String']['output'];\n uploadUrl: Scalars['String']['output'];\n};\n\n/** Boolean expression to compare columns of type \"Boolean\". All fields are combined with logical 'AND'. */\nexport type Boolean_Comparison_Exp = {\n _eq?: InputMaybe;\n _gt?: InputMaybe;\n _gte?: InputMaybe;\n _in?: InputMaybe>;\n _is_null?: InputMaybe;\n _lt?: InputMaybe;\n _lte?: InputMaybe;\n _neq?: InputMaybe;\n _nin?: InputMaybe>;\n};\n\n/** Boolean expression to compare columns of type \"Int\". All fields are combined with logical 'AND'. */\nexport type Int_Comparison_Exp = {\n _eq?: InputMaybe;\n _gt?: InputMaybe;\n _gte?: InputMaybe;\n _in?: InputMaybe>;\n _is_null?: InputMaybe;\n _lt?: InputMaybe;\n _lte?: InputMaybe;\n _neq?: InputMaybe;\n _nin?: InputMaybe>;\n};\n\nexport type MuxSpaceCreated = {\n __typename?: 'MuxSpaceCreated';\n participant_jwt: Scalars['String']['output'];\n space_id: Scalars['String']['output'];\n};\n\nexport type ObscuredRegistration = {\n __typename?: 'ObscuredRegistration';\n address_1: Scalars['String']['output'];\n address_2: Scalars['String']['output'];\n city: Scalars['String']['output'];\n country: Scalars['String']['output'];\n film_festival: Scalars['String']['output'];\n first_name: Scalars['String']['output'];\n id: Scalars['Int']['output'];\n is_minor: Scalars['Boolean']['output'];\n last_name: Scalars['String']['output'];\n middle_name: Scalars['String']['output'];\n primary_email: Scalars['String']['output'];\n primary_phone: Scalars['String']['output'];\n role: Scalars['String']['output'];\n secondary_email: Scalars['String']['output'];\n secondary_phone: Scalars['String']['output'];\n signature_email?: Maybe;\n signature_name?: Maybe;\n signature_phone?: Maybe;\n signature_ts?: Maybe;\n state: Scalars['String']['output'];\n team: Scalars['String']['output'];\n zip: Scalars['String']['output'];\n};\n\n/** Boolean expression to compare columns of type \"String\". All fields are combined with logical 'AND'. */\nexport type String_Comparison_Exp = {\n _eq?: InputMaybe;\n _gt?: InputMaybe;\n _gte?: InputMaybe;\n /** does the column match the given case-insensitive pattern */\n _ilike?: InputMaybe;\n _in?: InputMaybe>;\n /** does the column match the given POSIX regular expression, case insensitive */\n _iregex?: InputMaybe;\n _is_null?: InputMaybe;\n /** does the column match the given pattern */\n _like?: InputMaybe;\n _lt?: InputMaybe;\n _lte?: InputMaybe;\n _neq?: InputMaybe;\n /** does the column NOT match the given case-insensitive pattern */\n _nilike?: InputMaybe;\n _nin?: InputMaybe>;\n /** does the column NOT match the given POSIX regular expression, case insensitive */\n _niregex?: InputMaybe;\n /** does the column NOT match the given pattern */\n _nlike?: InputMaybe;\n /** does the column NOT match the given POSIX regular expression, case sensitive */\n _nregex?: InputMaybe;\n /** does the column NOT match the given SQL regular expression */\n _nsimilar?: InputMaybe;\n /** does the column match the given POSIX regular expression, case sensitive */\n _regex?: InputMaybe;\n /** does the column match the given SQL regular expression */\n _similar?: InputMaybe;\n};\n\nexport type StripeLineItem = {\n priceId: Scalars['String']['input'];\n quantity: Scalars['Int']['input'];\n};\n\n/** columns and relationships of \"asset_exports\" */\nexport type Asset_Exports = {\n __typename?: 'asset_exports';\n completed_at?: Maybe;\n created_at: Scalars['timestamptz']['output'];\n file_name?: Maybe;\n id: Scalars['Int']['output'];\n locked_at?: Maybe;\n status: Scalars['String']['output'];\n /** An object relationship */\n team: Teams;\n team_id: Scalars['numeric']['output'];\n updated_at: Scalars['timestamptz']['output'];\n};\n\n/** aggregated selection of \"asset_exports\" */\nexport type Asset_Exports_Aggregate = {\n __typename?: 'asset_exports_aggregate';\n aggregate?: Maybe;\n nodes: Array;\n};\n\nexport type Asset_Exports_Aggregate_Bool_Exp = {\n count?: InputMaybe;\n};\n\nexport type Asset_Exports_Aggregate_Bool_Exp_Count = {\n arguments?: InputMaybe>;\n distinct?: InputMaybe;\n filter?: InputMaybe;\n predicate: Int_Comparison_Exp;\n};\n\n/** aggregate fields of \"asset_exports\" */\nexport type Asset_Exports_Aggregate_Fields = {\n __typename?: 'asset_exports_aggregate_fields';\n avg?: Maybe;\n count: Scalars['Int']['output'];\n max?: Maybe;\n min?: Maybe;\n stddev?: Maybe;\n stddev_pop?: Maybe;\n stddev_samp?: Maybe;\n sum?: Maybe;\n var_pop?: Maybe;\n var_samp?: Maybe;\n variance?: Maybe;\n};\n\n\n/** aggregate fields of \"asset_exports\" */\nexport type Asset_Exports_Aggregate_FieldsCountArgs = {\n columns?: InputMaybe>;\n distinct?: InputMaybe;\n};\n\n/** order by aggregate values of table \"asset_exports\" */\nexport type Asset_Exports_Aggregate_Order_By = {\n avg?: InputMaybe;\n count?: InputMaybe;\n max?: InputMaybe;\n min?: InputMaybe;\n stddev?: InputMaybe;\n stddev_pop?: InputMaybe;\n stddev_samp?: InputMaybe;\n sum?: InputMaybe;\n var_pop?: InputMaybe;\n var_samp?: InputMaybe;\n variance?: InputMaybe;\n};\n\n/** input type for inserting array relation for remote table \"asset_exports\" */\nexport type Asset_Exports_Arr_Rel_Insert_Input = {\n data: Array;\n /** upsert condition */\n on_conflict?: InputMaybe;\n};\n\n/** aggregate avg on columns */\nexport type Asset_Exports_Avg_Fields = {\n __typename?: 'asset_exports_avg_fields';\n id?: Maybe;\n team_id?: Maybe;\n};\n\n/** order by avg() on columns of table \"asset_exports\" */\nexport type Asset_Exports_Avg_Order_By = {\n id?: InputMaybe;\n team_id?: InputMaybe;\n};\n\n/** Boolean expression to filter rows from the table \"asset_exports\". All fields are combined with a logical 'AND'. */\nexport type Asset_Exports_Bool_Exp = {\n _and?: InputMaybe>;\n _not?: InputMaybe;\n _or?: InputMaybe>;\n completed_at?: InputMaybe;\n created_at?: InputMaybe;\n file_name?: InputMaybe;\n id?: InputMaybe;\n locked_at?: InputMaybe;\n status?: InputMaybe;\n team?: InputMaybe;\n team_id?: InputMaybe;\n updated_at?: InputMaybe;\n};\n\n/** unique or primary key constraints on table \"asset_exports\" */\nexport enum Asset_Exports_Constraint {\n /** unique or primary key constraint on columns \"id\" */\n AssetExportsPkey = 'asset_exports_pkey'\n}\n\n/** input type for incrementing numeric columns in table \"asset_exports\" */\nexport type Asset_Exports_Inc_Input = {\n id?: InputMaybe;\n team_id?: InputMaybe;\n};\n\n/** input type for inserting data into table \"asset_exports\" */\nexport type Asset_Exports_Insert_Input = {\n completed_at?: InputMaybe;\n created_at?: InputMaybe;\n file_name?: InputMaybe;\n id?: InputMaybe;\n locked_at?: InputMaybe;\n status?: InputMaybe;\n team?: InputMaybe;\n team_id?: InputMaybe;\n updated_at?: InputMaybe;\n};\n\n/** aggregate max on columns */\nexport type Asset_Exports_Max_Fields = {\n __typename?: 'asset_exports_max_fields';\n completed_at?: Maybe;\n created_at?: Maybe;\n file_name?: Maybe;\n id?: Maybe;\n locked_at?: Maybe;\n status?: Maybe;\n team_id?: Maybe;\n updated_at?: Maybe;\n};\n\n/** order by max() on columns of table \"asset_exports\" */\nexport type Asset_Exports_Max_Order_By = {\n completed_at?: InputMaybe;\n created_at?: InputMaybe;\n file_name?: InputMaybe;\n id?: InputMaybe;\n locked_at?: InputMaybe;\n status?: InputMaybe;\n team_id?: InputMaybe;\n updated_at?: InputMaybe;\n};\n\n/** aggregate min on columns */\nexport type Asset_Exports_Min_Fields = {\n __typename?: 'asset_exports_min_fields';\n completed_at?: Maybe;\n created_at?: Maybe;\n file_name?: Maybe;\n id?: Maybe;\n locked_at?: Maybe;\n status?: Maybe;\n team_id?: Maybe;\n updated_at?: Maybe;\n};\n\n/** order by min() on columns of table \"asset_exports\" */\nexport type Asset_Exports_Min_Order_By = {\n completed_at?: InputMaybe;\n created_at?: InputMaybe;\n file_name?: InputMaybe;\n id?: InputMaybe;\n locked_at?: InputMaybe;\n status?: InputMaybe;\n team_id?: InputMaybe;\n updated_at?: InputMaybe;\n};\n\n/** response of any mutation on the table \"asset_exports\" */\nexport type Asset_Exports_Mutation_Response = {\n __typename?: 'asset_exports_mutation_response';\n /** number of rows affected by the mutation */\n affected_rows: Scalars['Int']['output'];\n /** data from the rows affected by the mutation */\n returning: Array;\n};\n\n/** on_conflict condition type for table \"asset_exports\" */\nexport type Asset_Exports_On_Conflict = {\n constraint: Asset_Exports_Constraint;\n update_columns?: Array;\n where?: InputMaybe;\n};\n\n/** Ordering options when selecting data from \"asset_exports\". */\nexport type Asset_Exports_Order_By = {\n completed_at?: InputMaybe;\n created_at?: InputMaybe;\n file_name?: InputMaybe;\n id?: InputMaybe;\n locked_at?: InputMaybe;\n status?: InputMaybe;\n team?: InputMaybe;\n team_id?: InputMaybe;\n updated_at?: InputMaybe;\n};\n\n/** primary key columns input for table: asset_exports */\nexport type Asset_Exports_Pk_Columns_Input = {\n id: Scalars['Int']['input'];\n};\n\n/** select columns of table \"asset_exports\" */\nexport enum Asset_Exports_Select_Column {\n /** column name */\n CompletedAt = 'completed_at',\n /** column name */\n CreatedAt = 'created_at',\n /** column name */\n FileName = 'file_name',\n /** column name */\n Id = 'id',\n /** column name */\n LockedAt = 'locked_at',\n /** column name */\n Status = 'status',\n /** column name */\n TeamId = 'team_id',\n /** column name */\n UpdatedAt = 'updated_at'\n}\n\n/** input type for updating data in table \"asset_exports\" */\nexport type Asset_Exports_Set_Input = {\n completed_at?: InputMaybe;\n created_at?: InputMaybe;\n file_name?: InputMaybe;\n id?: InputMaybe;\n locked_at?: InputMaybe;\n status?: InputMaybe;\n team_id?: InputMaybe;\n updated_at?: InputMaybe;\n};\n\n/** aggregate stddev on columns */\nexport type Asset_Exports_Stddev_Fields = {\n __typename?: 'asset_exports_stddev_fields';\n id?: Maybe;\n team_id?: Maybe;\n};\n\n/** order by stddev() on columns of table \"asset_exports\" */\nexport type Asset_Exports_Stddev_Order_By = {\n id?: InputMaybe;\n team_id?: InputMaybe;\n};\n\n/** aggregate stddev_pop on columns */\nexport type Asset_Exports_Stddev_Pop_Fields = {\n __typename?: 'asset_exports_stddev_pop_fields';\n id?: Maybe;\n team_id?: Maybe;\n};\n\n/** order by stddev_pop() on columns of table \"asset_exports\" */\nexport type Asset_Exports_Stddev_Pop_Order_By = {\n id?: InputMaybe;\n team_id?: InputMaybe;\n};\n\n/** aggregate stddev_samp on columns */\nexport type Asset_Exports_Stddev_Samp_Fields = {\n __typename?: 'asset_exports_stddev_samp_fields';\n id?: Maybe;\n team_id?: Maybe;\n};\n\n/** order by stddev_samp() on columns of table \"asset_exports\" */\nexport type Asset_Exports_Stddev_Samp_Order_By = {\n id?: InputMaybe;\n team_id?: InputMaybe;\n};\n\n/** Streaming cursor of the table \"asset_exports\" */\nexport type Asset_Exports_Stream_Cursor_Input = {\n /** Stream column input with initial value */\n initial_value: Asset_Exports_Stream_Cursor_Value_Input;\n /** cursor ordering */\n ordering?: InputMaybe;\n};\n\n/** Initial value of the column from where the streaming should start */\nexport type Asset_Exports_Stream_Cursor_Value_Input = {\n completed_at?: InputMaybe;\n created_at?: InputMaybe;\n file_name?: InputMaybe;\n id?: InputMaybe;\n locked_at?: InputMaybe;\n status?: InputMaybe;\n team_id?: InputMaybe;\n updated_at?: InputMaybe;\n};\n\n/** aggregate sum on columns */\nexport type Asset_Exports_Sum_Fields = {\n __typename?: 'asset_exports_sum_fields';\n id?: Maybe;\n team_id?: Maybe;\n};\n\n/** order by sum() on columns of table \"asset_exports\" */\nexport type Asset_Exports_Sum_Order_By = {\n id?: InputMaybe;\n team_id?: InputMaybe;\n};\n\n/** update columns of table \"asset_exports\" */\nexport enum Asset_Exports_Update_Column {\n /** column name */\n CompletedAt = 'completed_at',\n /** column name */\n CreatedAt = 'created_at',\n /** column name */\n FileName = 'file_name',\n /** column name */\n Id = 'id',\n /** column name */\n LockedAt = 'locked_at',\n /** column name */\n Status = 'status',\n /** column name */\n TeamId = 'team_id',\n /** column name */\n UpdatedAt = 'updated_at'\n}\n\nexport type Asset_Exports_Updates = {\n /** increments the numeric columns with given value of the filtered values */\n _inc?: InputMaybe;\n /** sets the columns of the filtered rows to the given values */\n _set?: InputMaybe;\n /** filter the rows which have to be updated */\n where: Asset_Exports_Bool_Exp;\n};\n\n/** aggregate var_pop on columns */\nexport type Asset_Exports_Var_Pop_Fields = {\n __typename?: 'asset_exports_var_pop_fields';\n id?: Maybe;\n team_id?: Maybe;\n};\n\n/** order by var_pop() on columns of table \"asset_exports\" */\nexport type Asset_Exports_Var_Pop_Order_By = {\n id?: InputMaybe;\n team_id?: InputMaybe;\n};\n\n/** aggregate var_samp on columns */\nexport type Asset_Exports_Var_Samp_Fields = {\n __typename?: 'asset_exports_var_samp_fields';\n id?: Maybe;\n team_id?: Maybe;\n};\n\n/** order by var_samp() on columns of table \"asset_exports\" */\nexport type Asset_Exports_Var_Samp_Order_By = {\n id?: InputMaybe;\n team_id?: InputMaybe;\n};\n\n/** aggregate variance on columns */\nexport type Asset_Exports_Variance_Fields = {\n __typename?: 'asset_exports_variance_fields';\n id?: Maybe;\n team_id?: Maybe;\n};\n\n/** order by variance() on columns of table \"asset_exports\" */\nexport type Asset_Exports_Variance_Order_By = {\n id?: InputMaybe;\n team_id?: InputMaybe;\n};\n\n/** columns and relationships of \"asset_types\" */\nexport type Asset_Types = {\n __typename?: 'asset_types';\n created: Scalars['timestamp']['output'];\n created_by: Scalars['String']['output'];\n deleted_at?: Maybe;\n description?: Maybe;\n hidden?: Maybe;\n id: Scalars['numeric']['output'];\n title?: Maybe;\n updated: Scalars['timestamp']['output'];\n updated_by: Scalars['String']['output'];\n};\n\n/** aggregated selection of \"asset_types\" */\nexport type Asset_Types_Aggregate = {\n __typename?: 'asset_types_aggregate';\n aggregate?: Maybe;\n nodes: Array;\n};\n\n/** aggregate fields of \"asset_types\" */\nexport type Asset_Types_Aggregate_Fields = {\n __typename?: 'asset_types_aggregate_fields';\n avg?: Maybe;\n count: Scalars['Int']['output'];\n max?: Maybe;\n min?: Maybe;\n stddev?: Maybe;\n stddev_pop?: Maybe;\n stddev_samp?: Maybe;\n sum?: Maybe;\n var_pop?: Maybe;\n var_samp?: Maybe;\n variance?: Maybe;\n};\n\n\n/** aggregate fields of \"asset_types\" */\nexport type Asset_Types_Aggregate_FieldsCountArgs = {\n columns?: InputMaybe>;\n distinct?: InputMaybe;\n};\n\n/** aggregate avg on columns */\nexport type Asset_Types_Avg_Fields = {\n __typename?: 'asset_types_avg_fields';\n id?: Maybe;\n};\n\n/** Boolean expression to filter rows from the table \"asset_types\". All fields are combined with a logical 'AND'. */\nexport type Asset_Types_Bool_Exp = {\n _and?: InputMaybe>;\n _not?: InputMaybe;\n _or?: InputMaybe>;\n created?: InputMaybe;\n created_by?: InputMaybe;\n deleted_at?: InputMaybe;\n description?: InputMaybe;\n hidden?: InputMaybe;\n id?: InputMaybe;\n title?: InputMaybe;\n updated?: InputMaybe;\n updated_by?: InputMaybe;\n};\n\n/** unique or primary key constraints on table \"asset_types\" */\nexport enum Asset_Types_Constraint {\n /** unique or primary key constraint on columns \"id\" */\n AssetTypesPkey = 'asset_types_pkey'\n}\n\n/** input type for incrementing numeric columns in table \"asset_types\" */\nexport type Asset_Types_Inc_Input = {\n id?: InputMaybe;\n};\n\n/** input type for inserting data into table \"asset_types\" */\nexport type Asset_Types_Insert_Input = {\n created?: InputMaybe;\n created_by?: InputMaybe;\n deleted_at?: InputMaybe;\n description?: InputMaybe;\n hidden?: InputMaybe;\n id?: InputMaybe;\n title?: InputMaybe;\n updated?: InputMaybe;\n updated_by?: InputMaybe;\n};\n\n/** aggregate max on columns */\nexport type Asset_Types_Max_Fields = {\n __typename?: 'asset_types_max_fields';\n created?: Maybe;\n created_by?: Maybe;\n deleted_at?: Maybe;\n description?: Maybe;\n hidden?: Maybe;\n id?: Maybe;\n title?: Maybe;\n updated?: Maybe;\n updated_by?: Maybe;\n};\n\n/** aggregate min on columns */\nexport type Asset_Types_Min_Fields = {\n __typename?: 'asset_types_min_fields';\n created?: Maybe;\n created_by?: Maybe;\n deleted_at?: Maybe;\n description?: Maybe;\n hidden?: Maybe;\n id?: Maybe;\n title?: Maybe;\n updated?: Maybe;\n updated_by?: Maybe;\n};\n\n/** response of any mutation on the table \"asset_types\" */\nexport type Asset_Types_Mutation_Response = {\n __typename?: 'asset_types_mutation_response';\n /** number of rows affected by the mutation */\n affected_rows: Scalars['Int']['output'];\n /** data from the rows affected by the mutation */\n returning: Array;\n};\n\n/** input type for inserting object relation for remote table \"asset_types\" */\nexport type Asset_Types_Obj_Rel_Insert_Input = {\n data: Asset_Types_Insert_Input;\n /** upsert condition */\n on_conflict?: InputMaybe;\n};\n\n/** on_conflict condition type for table \"asset_types\" */\nexport type Asset_Types_On_Conflict = {\n constraint: Asset_Types_Constraint;\n update_columns?: Array;\n where?: InputMaybe;\n};\n\n/** Ordering options when selecting data from \"asset_types\". */\nexport type Asset_Types_Order_By = {\n created?: InputMaybe;\n created_by?: InputMaybe;\n deleted_at?: InputMaybe;\n description?: InputMaybe;\n hidden?: InputMaybe;\n id?: InputMaybe;\n title?: InputMaybe;\n updated?: InputMaybe;\n updated_by?: InputMaybe;\n};\n\n/** primary key columns input for table: asset_types */\nexport type Asset_Types_Pk_Columns_Input = {\n id: Scalars['numeric']['input'];\n};\n\n/** select columns of table \"asset_types\" */\nexport enum Asset_Types_Select_Column {\n /** column name */\n Created = 'created',\n /** column name */\n CreatedBy = 'created_by',\n /** column name */\n DeletedAt = 'deleted_at',\n /** column name */\n Description = 'description',\n /** column name */\n Hidden = 'hidden',\n /** column name */\n Id = 'id',\n /** column name */\n Title = 'title',\n /** column name */\n Updated = 'updated',\n /** column name */\n UpdatedBy = 'updated_by'\n}\n\n/** input type for updating data in table \"asset_types\" */\nexport type Asset_Types_Set_Input = {\n created?: InputMaybe;\n created_by?: InputMaybe;\n deleted_at?: InputMaybe;\n description?: InputMaybe;\n hidden?: InputMaybe;\n id?: InputMaybe;\n title?: InputMaybe;\n updated?: InputMaybe;\n updated_by?: InputMaybe;\n};\n\n/** aggregate stddev on columns */\nexport type Asset_Types_Stddev_Fields = {\n __typename?: 'asset_types_stddev_fields';\n id?: Maybe;\n};\n\n/** aggregate stddev_pop on columns */\nexport type Asset_Types_Stddev_Pop_Fields = {\n __typename?: 'asset_types_stddev_pop_fields';\n id?: Maybe;\n};\n\n/** aggregate stddev_samp on columns */\nexport type Asset_Types_Stddev_Samp_Fields = {\n __typename?: 'asset_types_stddev_samp_fields';\n id?: Maybe;\n};\n\n/** Streaming cursor of the table \"asset_types\" */\nexport type Asset_Types_Stream_Cursor_Input = {\n /** Stream column input with initial value */\n initial_value: Asset_Types_Stream_Cursor_Value_Input;\n /** cursor ordering */\n ordering?: InputMaybe;\n};\n\n/** Initial value of the column from where the streaming should start */\nexport type Asset_Types_Stream_Cursor_Value_Input = {\n created?: InputMaybe;\n created_by?: InputMaybe;\n deleted_at?: InputMaybe;\n description?: InputMaybe;\n hidden?: InputMaybe;\n id?: InputMaybe;\n title?: InputMaybe;\n updated?: InputMaybe;\n updated_by?: InputMaybe;\n};\n\n/** aggregate sum on columns */\nexport type Asset_Types_Sum_Fields = {\n __typename?: 'asset_types_sum_fields';\n id?: Maybe;\n};\n\n/** update columns of table \"asset_types\" */\nexport enum Asset_Types_Update_Column {\n /** column name */\n Created = 'created',\n /** column name */\n CreatedBy = 'created_by',\n /** column name */\n DeletedAt = 'deleted_at',\n /** column name */\n Description = 'description',\n /** column name */\n Hidden = 'hidden',\n /** column name */\n Id = 'id',\n /** column name */\n Title = 'title',\n /** column name */\n Updated = 'updated',\n /** column name */\n UpdatedBy = 'updated_by'\n}\n\nexport type Asset_Types_Updates = {\n /** increments the numeric columns with given value of the filtered values */\n _inc?: InputMaybe;\n /** sets the columns of the filtered rows to the given values */\n _set?: InputMaybe;\n /** filter the rows which have to be updated */\n where: Asset_Types_Bool_Exp;\n};\n\n/** aggregate var_pop on columns */\nexport type Asset_Types_Var_Pop_Fields = {\n __typename?: 'asset_types_var_pop_fields';\n id?: Maybe;\n};\n\n/** aggregate var_samp on columns */\nexport type Asset_Types_Var_Samp_Fields = {\n __typename?: 'asset_types_var_samp_fields';\n id?: Maybe;\n};\n\n/** aggregate variance on columns */\nexport type Asset_Types_Variance_Fields = {\n __typename?: 'asset_types_variance_fields';\n id?: Maybe;\n};\n\n/** columns and relationships of \"audience_favorite_counts\" */\nexport type Audience_Favorite_Counts = {\n __typename?: 'audience_favorite_counts';\n count?: Maybe;\n /** An object relationship */\n team?: Maybe;\n team_id?: Maybe;\n};\n\n/** aggregated selection of \"audience_favorite_counts\" */\nexport type Audience_Favorite_Counts_Aggregate = {\n __typename?: 'audience_favorite_counts_aggregate';\n aggregate?: Maybe;\n nodes: Array;\n};\n\n/** aggregate fields of \"audience_favorite_counts\" */\nexport type Audience_Favorite_Counts_Aggregate_Fields = {\n __typename?: 'audience_favorite_counts_aggregate_fields';\n avg?: Maybe;\n count: Scalars['Int']['output'];\n max?: Maybe;\n min?: Maybe;\n stddev?: Maybe;\n stddev_pop?: Maybe;\n stddev_samp?: Maybe;\n sum?: Maybe;\n var_pop?: Maybe;\n var_samp?: Maybe;\n variance?: Maybe;\n};\n\n\n/** aggregate fields of \"audience_favorite_counts\" */\nexport type Audience_Favorite_Counts_Aggregate_FieldsCountArgs = {\n columns?: InputMaybe>;\n distinct?: InputMaybe;\n};\n\n/** aggregate avg on columns */\nexport type Audience_Favorite_Counts_Avg_Fields = {\n __typename?: 'audience_favorite_counts_avg_fields';\n count?: Maybe;\n team_id?: Maybe;\n};\n\n/** Boolean expression to filter rows from the table \"audience_favorite_counts\". All fields are combined with a logical 'AND'. */\nexport type Audience_Favorite_Counts_Bool_Exp = {\n _and?: InputMaybe>;\n _not?: InputMaybe;\n _or?: InputMaybe>;\n count?: InputMaybe;\n team?: InputMaybe;\n team_id?: InputMaybe;\n};\n\n/** aggregate max on columns */\nexport type Audience_Favorite_Counts_Max_Fields = {\n __typename?: 'audience_favorite_counts_max_fields';\n count?: Maybe;\n team_id?: Maybe;\n};\n\n/** aggregate min on columns */\nexport type Audience_Favorite_Counts_Min_Fields = {\n __typename?: 'audience_favorite_counts_min_fields';\n count?: Maybe;\n team_id?: Maybe;\n};\n\n/** Ordering options when selecting data from \"audience_favorite_counts\". */\nexport type Audience_Favorite_Counts_Order_By = {\n count?: InputMaybe;\n team?: InputMaybe;\n team_id?: InputMaybe;\n};\n\n/** select columns of table \"audience_favorite_counts\" */\nexport enum Audience_Favorite_Counts_Select_Column {\n /** column name */\n Count = 'count',\n /** column name */\n TeamId = 'team_id'\n}\n\n/** aggregate stddev on columns */\nexport type Audience_Favorite_Counts_Stddev_Fields = {\n __typename?: 'audience_favorite_counts_stddev_fields';\n count?: Maybe;\n team_id?: Maybe;\n};\n\n/** aggregate stddev_pop on columns */\nexport type Audience_Favorite_Counts_Stddev_Pop_Fields = {\n __typename?: 'audience_favorite_counts_stddev_pop_fields';\n count?: Maybe;\n team_id?: Maybe;\n};\n\n/** aggregate stddev_samp on columns */\nexport type Audience_Favorite_Counts_Stddev_Samp_Fields = {\n __typename?: 'audience_favorite_counts_stddev_samp_fields';\n count?: Maybe;\n team_id?: Maybe;\n};\n\n/** Streaming cursor of the table \"audience_favorite_counts\" */\nexport type Audience_Favorite_Counts_Stream_Cursor_Input = {\n /** Stream column input with initial value */\n initial_value: Audience_Favorite_Counts_Stream_Cursor_Value_Input;\n /** cursor ordering */\n ordering?: InputMaybe;\n};\n\n/** Initial value of the column from where the streaming should start */\nexport type Audience_Favorite_Counts_Stream_Cursor_Value_Input = {\n count?: InputMaybe;\n team_id?: InputMaybe;\n};\n\n/** aggregate sum on columns */\nexport type Audience_Favorite_Counts_Sum_Fields = {\n __typename?: 'audience_favorite_counts_sum_fields';\n count?: Maybe;\n team_id?: Maybe;\n};\n\n/** aggregate var_pop on columns */\nexport type Audience_Favorite_Counts_Var_Pop_Fields = {\n __typename?: 'audience_favorite_counts_var_pop_fields';\n count?: Maybe;\n team_id?: Maybe;\n};\n\n/** aggregate var_samp on columns */\nexport type Audience_Favorite_Counts_Var_Samp_Fields = {\n __typename?: 'audience_favorite_counts_var_samp_fields';\n count?: Maybe;\n team_id?: Maybe;\n};\n\n/** aggregate variance on columns */\nexport type Audience_Favorite_Counts_Variance_Fields = {\n __typename?: 'audience_favorite_counts_variance_fields';\n count?: Maybe;\n team_id?: Maybe;\n};\n\n/** columns and relationships of \"audience_favorite_votes\" */\nexport type Audience_Favorite_Votes = {\n __typename?: 'audience_favorite_votes';\n created_at: Scalars['timestamptz']['output'];\n id: Scalars['Int']['output'];\n team_id: Scalars['Int']['output'];\n updated_at: Scalars['timestamptz']['output'];\n user_id: Scalars['Int']['output'];\n};\n\n/** aggregated selection of \"audience_favorite_votes\" */\nexport type Audience_Favorite_Votes_Aggregate = {\n __typename?: 'audience_favorite_votes_aggregate';\n aggregate?: Maybe;\n nodes: Array;\n};\n\n/** aggregate fields of \"audience_favorite_votes\" */\nexport type Audience_Favorite_Votes_Aggregate_Fields = {\n __typename?: 'audience_favorite_votes_aggregate_fields';\n avg?: Maybe;\n count: Scalars['Int']['output'];\n max?: Maybe;\n min?: Maybe;\n stddev?: Maybe;\n stddev_pop?: Maybe;\n stddev_samp?: Maybe;\n sum?: Maybe;\n var_pop?: Maybe;\n var_samp?: Maybe;\n variance?: Maybe;\n};\n\n\n/** aggregate fields of \"audience_favorite_votes\" */\nexport type Audience_Favorite_Votes_Aggregate_FieldsCountArgs = {\n columns?: InputMaybe>;\n distinct?: InputMaybe;\n};\n\n/** aggregate avg on columns */\nexport type Audience_Favorite_Votes_Avg_Fields = {\n __typename?: 'audience_favorite_votes_avg_fields';\n id?: Maybe;\n team_id?: Maybe;\n user_id?: Maybe;\n};\n\n/** Boolean expression to filter rows from the table \"audience_favorite_votes\". All fields are combined with a logical 'AND'. */\nexport type Audience_Favorite_Votes_Bool_Exp = {\n _and?: InputMaybe>;\n _not?: InputMaybe;\n _or?: InputMaybe>;\n created_at?: InputMaybe;\n id?: InputMaybe;\n team_id?: InputMaybe;\n updated_at?: InputMaybe;\n user_id?: InputMaybe;\n};\n\n/** unique or primary key constraints on table \"audience_favorite_votes\" */\nexport enum Audience_Favorite_Votes_Constraint {\n /** unique or primary key constraint on columns \"id\" */\n AudienceFavoriteVotesPkey = 'audience_favorite_votes_pkey'\n}\n\n/** input type for incrementing numeric columns in table \"audience_favorite_votes\" */\nexport type Audience_Favorite_Votes_Inc_Input = {\n id?: InputMaybe;\n team_id?: InputMaybe;\n user_id?: InputMaybe;\n};\n\n/** input type for inserting data into table \"audience_favorite_votes\" */\nexport type Audience_Favorite_Votes_Insert_Input = {\n created_at?: InputMaybe;\n id?: InputMaybe;\n team_id?: InputMaybe;\n updated_at?: InputMaybe;\n user_id?: InputMaybe;\n};\n\n/** aggregate max on columns */\nexport type Audience_Favorite_Votes_Max_Fields = {\n __typename?: 'audience_favorite_votes_max_fields';\n created_at?: Maybe;\n id?: Maybe;\n team_id?: Maybe;\n updated_at?: Maybe;\n user_id?: Maybe;\n};\n\n/** aggregate min on columns */\nexport type Audience_Favorite_Votes_Min_Fields = {\n __typename?: 'audience_favorite_votes_min_fields';\n created_at?: Maybe;\n id?: Maybe;\n team_id?: Maybe;\n updated_at?: Maybe;\n user_id?: Maybe;\n};\n\n/** response of any mutation on the table \"audience_favorite_votes\" */\nexport type Audience_Favorite_Votes_Mutation_Response = {\n __typename?: 'audience_favorite_votes_mutation_response';\n /** number of rows affected by the mutation */\n affected_rows: Scalars['Int']['output'];\n /** data from the rows affected by the mutation */\n returning: Array;\n};\n\n/** on_conflict condition type for table \"audience_favorite_votes\" */\nexport type Audience_Favorite_Votes_On_Conflict = {\n constraint: Audience_Favorite_Votes_Constraint;\n update_columns?: Array;\n where?: InputMaybe;\n};\n\n/** Ordering options when selecting data from \"audience_favorite_votes\". */\nexport type Audience_Favorite_Votes_Order_By = {\n created_at?: InputMaybe;\n id?: InputMaybe;\n team_id?: InputMaybe;\n updated_at?: InputMaybe;\n user_id?: InputMaybe;\n};\n\n/** primary key columns input for table: audience_favorite_votes */\nexport type Audience_Favorite_Votes_Pk_Columns_Input = {\n id: Scalars['Int']['input'];\n};\n\n/** select columns of table \"audience_favorite_votes\" */\nexport enum Audience_Favorite_Votes_Select_Column {\n /** column name */\n CreatedAt = 'created_at',\n /** column name */\n Id = 'id',\n /** column name */\n TeamId = 'team_id',\n /** column name */\n UpdatedAt = 'updated_at',\n /** column name */\n UserId = 'user_id'\n}\n\n/** input type for updating data in table \"audience_favorite_votes\" */\nexport type Audience_Favorite_Votes_Set_Input = {\n created_at?: InputMaybe;\n id?: InputMaybe;\n team_id?: InputMaybe;\n updated_at?: InputMaybe;\n user_id?: InputMaybe;\n};\n\n/** aggregate stddev on columns */\nexport type Audience_Favorite_Votes_Stddev_Fields = {\n __typename?: 'audience_favorite_votes_stddev_fields';\n id?: Maybe;\n team_id?: Maybe;\n user_id?: Maybe;\n};\n\n/** aggregate stddev_pop on columns */\nexport type Audience_Favorite_Votes_Stddev_Pop_Fields = {\n __typename?: 'audience_favorite_votes_stddev_pop_fields';\n id?: Maybe;\n team_id?: Maybe;\n user_id?: Maybe;\n};\n\n/** aggregate stddev_samp on columns */\nexport type Audience_Favorite_Votes_Stddev_Samp_Fields = {\n __typename?: 'audience_favorite_votes_stddev_samp_fields';\n id?: Maybe;\n team_id?: Maybe;\n user_id?: Maybe;\n};\n\n/** Streaming cursor of the table \"audience_favorite_votes\" */\nexport type Audience_Favorite_Votes_Stream_Cursor_Input = {\n /** Stream column input with initial value */\n initial_value: Audience_Favorite_Votes_Stream_Cursor_Value_Input;\n /** cursor ordering */\n ordering?: InputMaybe;\n};\n\n/** Initial value of the column from where the streaming should start */\nexport type Audience_Favorite_Votes_Stream_Cursor_Value_Input = {\n created_at?: InputMaybe;\n id?: InputMaybe;\n team_id?: InputMaybe;\n updated_at?: InputMaybe;\n user_id?: InputMaybe;\n};\n\n/** aggregate sum on columns */\nexport type Audience_Favorite_Votes_Sum_Fields = {\n __typename?: 'audience_favorite_votes_sum_fields';\n id?: Maybe;\n team_id?: Maybe;\n user_id?: Maybe;\n};\n\n/** update columns of table \"audience_favorite_votes\" */\nexport enum Audience_Favorite_Votes_Update_Column {\n /** column name */\n CreatedAt = 'created_at',\n /** column name */\n Id = 'id',\n /** column name */\n TeamId = 'team_id',\n /** column name */\n UpdatedAt = 'updated_at',\n /** column name */\n UserId = 'user_id'\n}\n\nexport type Audience_Favorite_Votes_Updates = {\n /** increments the numeric columns with given value of the filtered values */\n _inc?: InputMaybe;\n /** sets the columns of the filtered rows to the given values */\n _set?: InputMaybe;\n /** filter the rows which have to be updated */\n where: Audience_Favorite_Votes_Bool_Exp;\n};\n\n/** aggregate var_pop on columns */\nexport type Audience_Favorite_Votes_Var_Pop_Fields = {\n __typename?: 'audience_favorite_votes_var_pop_fields';\n id?: Maybe;\n team_id?: Maybe;\n user_id?: Maybe;\n};\n\n/** aggregate var_samp on columns */\nexport type Audience_Favorite_Votes_Var_Samp_Fields = {\n __typename?: 'audience_favorite_votes_var_samp_fields';\n id?: Maybe;\n team_id?: Maybe;\n user_id?: Maybe;\n};\n\n/** aggregate variance on columns */\nexport type Audience_Favorite_Votes_Variance_Fields = {\n __typename?: 'audience_favorite_votes_variance_fields';\n id?: Maybe;\n team_id?: Maybe;\n user_id?: Maybe;\n};\n\n/** columns and relationships of \"award_asset_types\" */\nexport type Award_Asset_Types = {\n __typename?: 'award_asset_types';\n /** An object relationship */\n asset_type: Asset_Types;\n asset_type_id: Scalars['numeric']['output'];\n /** An object relationship */\n award: Awards;\n award_id: Scalars['numeric']['output'];\n created: Scalars['timestamp']['output'];\n created_by: Scalars['String']['output'];\n id: Scalars['numeric']['output'];\n mime?: Maybe;\n updated: Scalars['timestamp']['output'];\n updated_by: Scalars['String']['output'];\n};\n\n/** aggregated selection of \"award_asset_types\" */\nexport type Award_Asset_Types_Aggregate = {\n __typename?: 'award_asset_types_aggregate';\n aggregate?: Maybe;\n nodes: Array;\n};\n\nexport type Award_Asset_Types_Aggregate_Bool_Exp = {\n count?: InputMaybe;\n};\n\nexport type Award_Asset_Types_Aggregate_Bool_Exp_Count = {\n arguments?: InputMaybe>;\n distinct?: InputMaybe;\n filter?: InputMaybe;\n predicate: Int_Comparison_Exp;\n};\n\n/** aggregate fields of \"award_asset_types\" */\nexport type Award_Asset_Types_Aggregate_Fields = {\n __typename?: 'award_asset_types_aggregate_fields';\n avg?: Maybe;\n count: Scalars['Int']['output'];\n max?: Maybe;\n min?: Maybe;\n stddev?: Maybe;\n stddev_pop?: Maybe;\n stddev_samp?: Maybe;\n sum?: Maybe;\n var_pop?: Maybe;\n var_samp?: Maybe;\n variance?: Maybe;\n};\n\n\n/** aggregate fields of \"award_asset_types\" */\nexport type Award_Asset_Types_Aggregate_FieldsCountArgs = {\n columns?: InputMaybe>;\n distinct?: InputMaybe;\n};\n\n/** order by aggregate values of table \"award_asset_types\" */\nexport type Award_Asset_Types_Aggregate_Order_By = {\n avg?: InputMaybe;\n count?: InputMaybe;\n max?: InputMaybe;\n min?: InputMaybe;\n stddev?: InputMaybe;\n stddev_pop?: InputMaybe;\n stddev_samp?: InputMaybe;\n sum?: InputMaybe;\n var_pop?: InputMaybe;\n var_samp?: InputMaybe;\n variance?: InputMaybe;\n};\n\n/** input type for inserting array relation for remote table \"award_asset_types\" */\nexport type Award_Asset_Types_Arr_Rel_Insert_Input = {\n data: Array;\n /** upsert condition */\n on_conflict?: InputMaybe;\n};\n\n/** aggregate avg on columns */\nexport type Award_Asset_Types_Avg_Fields = {\n __typename?: 'award_asset_types_avg_fields';\n asset_type_id?: Maybe;\n award_id?: Maybe;\n id?: Maybe;\n};\n\n/** order by avg() on columns of table \"award_asset_types\" */\nexport type Award_Asset_Types_Avg_Order_By = {\n asset_type_id?: InputMaybe;\n award_id?: InputMaybe;\n id?: InputMaybe;\n};\n\n/** Boolean expression to filter rows from the table \"award_asset_types\". All fields are combined with a logical 'AND'. */\nexport type Award_Asset_Types_Bool_Exp = {\n _and?: InputMaybe>;\n _not?: InputMaybe;\n _or?: InputMaybe>;\n asset_type?: InputMaybe;\n asset_type_id?: InputMaybe;\n award?: InputMaybe;\n award_id?: InputMaybe;\n created?: InputMaybe;\n created_by?: InputMaybe;\n id?: InputMaybe;\n mime?: InputMaybe;\n updated?: InputMaybe;\n updated_by?: InputMaybe;\n};\n\n/** unique or primary key constraints on table \"award_asset_types\" */\nexport enum Award_Asset_Types_Constraint {\n /** unique or primary key constraint on columns \"id\" */\n AwardAssetTypesPkey = 'award_asset_types_pkey'\n}\n\n/** input type for incrementing numeric columns in table \"award_asset_types\" */\nexport type Award_Asset_Types_Inc_Input = {\n asset_type_id?: InputMaybe;\n award_id?: InputMaybe;\n id?: InputMaybe;\n};\n\n/** input type for inserting data into table \"award_asset_types\" */\nexport type Award_Asset_Types_Insert_Input = {\n asset_type?: InputMaybe;\n asset_type_id?: InputMaybe;\n award?: InputMaybe;\n award_id?: InputMaybe;\n created?: InputMaybe;\n created_by?: InputMaybe;\n id?: InputMaybe;\n mime?: InputMaybe;\n updated?: InputMaybe;\n updated_by?: InputMaybe;\n};\n\n/** aggregate max on columns */\nexport type Award_Asset_Types_Max_Fields = {\n __typename?: 'award_asset_types_max_fields';\n asset_type_id?: Maybe;\n award_id?: Maybe;\n created?: Maybe;\n created_by?: Maybe;\n id?: Maybe;\n mime?: Maybe;\n updated?: Maybe;\n updated_by?: Maybe;\n};\n\n/** order by max() on columns of table \"award_asset_types\" */\nexport type Award_Asset_Types_Max_Order_By = {\n asset_type_id?: InputMaybe;\n award_id?: InputMaybe;\n created?: InputMaybe;\n created_by?: InputMaybe;\n id?: InputMaybe;\n mime?: InputMaybe;\n updated?: InputMaybe;\n updated_by?: InputMaybe;\n};\n\n/** aggregate min on columns */\nexport type Award_Asset_Types_Min_Fields = {\n __typename?: 'award_asset_types_min_fields';\n asset_type_id?: Maybe;\n award_id?: Maybe;\n created?: Maybe;\n created_by?: Maybe;\n id?: Maybe;\n mime?: Maybe;\n updated?: Maybe;\n updated_by?: Maybe;\n};\n\n/** order by min() on columns of table \"award_asset_types\" */\nexport type Award_Asset_Types_Min_Order_By = {\n asset_type_id?: InputMaybe;\n award_id?: InputMaybe;\n created?: InputMaybe;\n created_by?: InputMaybe;\n id?: InputMaybe;\n mime?: InputMaybe;\n updated?: InputMaybe;\n updated_by?: InputMaybe;\n};\n\n/** response of any mutation on the table \"award_asset_types\" */\nexport type Award_Asset_Types_Mutation_Response = {\n __typename?: 'award_asset_types_mutation_response';\n /** number of rows affected by the mutation */\n affected_rows: Scalars['Int']['output'];\n /** data from the rows affected by the mutation */\n returning: Array;\n};\n\n/** on_conflict condition type for table \"award_asset_types\" */\nexport type Award_Asset_Types_On_Conflict = {\n constraint: Award_Asset_Types_Constraint;\n update_columns?: Array;\n where?: InputMaybe;\n};\n\n/** Ordering options when selecting data from \"award_asset_types\". */\nexport type Award_Asset_Types_Order_By = {\n asset_type?: InputMaybe;\n asset_type_id?: InputMaybe;\n award?: InputMaybe;\n award_id?: InputMaybe;\n created?: InputMaybe;\n created_by?: InputMaybe;\n id?: InputMaybe;\n mime?: InputMaybe;\n updated?: InputMaybe;\n updated_by?: InputMaybe;\n};\n\n/** primary key columns input for table: award_asset_types */\nexport type Award_Asset_Types_Pk_Columns_Input = {\n id: Scalars['numeric']['input'];\n};\n\n/** select columns of table \"award_asset_types\" */\nexport enum Award_Asset_Types_Select_Column {\n /** column name */\n AssetTypeId = 'asset_type_id',\n /** column name */\n AwardId = 'award_id',\n /** column name */\n Created = 'created',\n /** column name */\n CreatedBy = 'created_by',\n /** column name */\n Id = 'id',\n /** column name */\n Mime = 'mime',\n /** column name */\n Updated = 'updated',\n /** column name */\n UpdatedBy = 'updated_by'\n}\n\n/** input type for updating data in table \"award_asset_types\" */\nexport type Award_Asset_Types_Set_Input = {\n asset_type_id?: InputMaybe;\n award_id?: InputMaybe;\n created?: InputMaybe;\n created_by?: InputMaybe;\n id?: InputMaybe;\n mime?: InputMaybe;\n updated?: InputMaybe;\n updated_by?: InputMaybe;\n};\n\n/** aggregate stddev on columns */\nexport type Award_Asset_Types_Stddev_Fields = {\n __typename?: 'award_asset_types_stddev_fields';\n asset_type_id?: Maybe;\n award_id?: Maybe;\n id?: Maybe;\n};\n\n/** order by stddev() on columns of table \"award_asset_types\" */\nexport type Award_Asset_Types_Stddev_Order_By = {\n asset_type_id?: InputMaybe;\n award_id?: InputMaybe;\n id?: InputMaybe;\n};\n\n/** aggregate stddev_pop on columns */\nexport type Award_Asset_Types_Stddev_Pop_Fields = {\n __typename?: 'award_asset_types_stddev_pop_fields';\n asset_type_id?: Maybe;\n award_id?: Maybe;\n id?: Maybe;\n};\n\n/** order by stddev_pop() on columns of table \"award_asset_types\" */\nexport type Award_Asset_Types_Stddev_Pop_Order_By = {\n asset_type_id?: InputMaybe;\n award_id?: InputMaybe;\n id?: InputMaybe;\n};\n\n/** aggregate stddev_samp on columns */\nexport type Award_Asset_Types_Stddev_Samp_Fields = {\n __typename?: 'award_asset_types_stddev_samp_fields';\n asset_type_id?: Maybe;\n award_id?: Maybe;\n id?: Maybe;\n};\n\n/** order by stddev_samp() on columns of table \"award_asset_types\" */\nexport type Award_Asset_Types_Stddev_Samp_Order_By = {\n asset_type_id?: InputMaybe;\n award_id?: InputMaybe;\n id?: InputMaybe;\n};\n\n/** Streaming cursor of the table \"award_asset_types\" */\nexport type Award_Asset_Types_Stream_Cursor_Input = {\n /** Stream column input with initial value */\n initial_value: Award_Asset_Types_Stream_Cursor_Value_Input;\n /** cursor ordering */\n ordering?: InputMaybe;\n};\n\n/** Initial value of the column from where the streaming should start */\nexport type Award_Asset_Types_Stream_Cursor_Value_Input = {\n asset_type_id?: InputMaybe;\n award_id?: InputMaybe;\n created?: InputMaybe;\n created_by?: InputMaybe;\n id?: InputMaybe;\n mime?: InputMaybe;\n updated?: InputMaybe;\n updated_by?: InputMaybe;\n};\n\n/** aggregate sum on columns */\nexport type Award_Asset_Types_Sum_Fields = {\n __typename?: 'award_asset_types_sum_fields';\n asset_type_id?: Maybe;\n award_id?: Maybe;\n id?: Maybe;\n};\n\n/** order by sum() on columns of table \"award_asset_types\" */\nexport type Award_Asset_Types_Sum_Order_By = {\n asset_type_id?: InputMaybe;\n award_id?: InputMaybe;\n id?: InputMaybe;\n};\n\n/** update columns of table \"award_asset_types\" */\nexport enum Award_Asset_Types_Update_Column {\n /** column name */\n AssetTypeId = 'asset_type_id',\n /** column name */\n AwardId = 'award_id',\n /** column name */\n Created = 'created',\n /** column name */\n CreatedBy = 'created_by',\n /** column name */\n Id = 'id',\n /** column name */\n Mime = 'mime',\n /** column name */\n Updated = 'updated',\n /** column name */\n UpdatedBy = 'updated_by'\n}\n\nexport type Award_Asset_Types_Updates = {\n /** increments the numeric columns with given value of the filtered values */\n _inc?: InputMaybe;\n /** sets the columns of the filtered rows to the given values */\n _set?: InputMaybe;\n /** filter the rows which have to be updated */\n where: Award_Asset_Types_Bool_Exp;\n};\n\n/** aggregate var_pop on columns */\nexport type Award_Asset_Types_Var_Pop_Fields = {\n __typename?: 'award_asset_types_var_pop_fields';\n asset_type_id?: Maybe;\n award_id?: Maybe;\n id?: Maybe;\n};\n\n/** order by var_pop() on columns of table \"award_asset_types\" */\nexport type Award_Asset_Types_Var_Pop_Order_By = {\n asset_type_id?: InputMaybe;\n award_id?: InputMaybe;\n id?: InputMaybe;\n};\n\n/** aggregate var_samp on columns */\nexport type Award_Asset_Types_Var_Samp_Fields = {\n __typename?: 'award_asset_types_var_samp_fields';\n asset_type_id?: Maybe;\n award_id?: Maybe;\n id?: Maybe;\n};\n\n/** order by var_samp() on columns of table \"award_asset_types\" */\nexport type Award_Asset_Types_Var_Samp_Order_By = {\n asset_type_id?: InputMaybe;\n award_id?: InputMaybe;\n id?: InputMaybe;\n};\n\n/** aggregate variance on columns */\nexport type Award_Asset_Types_Variance_Fields = {\n __typename?: 'award_asset_types_variance_fields';\n asset_type_id?: Maybe;\n award_id?: Maybe;\n id?: Maybe;\n};\n\n/** order by variance() on columns of table \"award_asset_types\" */\nexport type Award_Asset_Types_Variance_Order_By = {\n asset_type_id?: InputMaybe;\n award_id?: InputMaybe;\n id?: InputMaybe;\n};\n\n/** columns and relationships of \"award_nominations\" */\nexport type Award_Nominations = {\n __typename?: 'award_nominations';\n /** An array relationship */\n asset_types: Array;\n /** An aggregate relationship */\n asset_types_aggregate: Award_Asset_Types_Aggregate;\n /** An array relationship */\n assets: Array;\n /** An aggregate relationship */\n assets_aggregate: Nomination_Assets_Aggregate;\n /** An object relationship */\n award?: Maybe;\n award_id?: Maybe;\n created?: Maybe;\n created_by?: Maybe;\n id?: Maybe;\n /** An object relationship */\n membership?: Maybe;\n /** An object relationship */\n team?: Maybe;\n team_id?: Maybe;\n team_membership_id?: Maybe;\n updated?: Maybe;\n updated_by?: Maybe;\n};\n\n\n/** columns and relationships of \"award_nominations\" */\nexport type Award_NominationsAsset_TypesArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n\n/** columns and relationships of \"award_nominations\" */\nexport type Award_NominationsAsset_Types_AggregateArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n\n/** columns and relationships of \"award_nominations\" */\nexport type Award_NominationsAssetsArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n\n/** columns and relationships of \"award_nominations\" */\nexport type Award_NominationsAssets_AggregateArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n/** aggregated selection of \"award_nominations\" */\nexport type Award_Nominations_Aggregate = {\n __typename?: 'award_nominations_aggregate';\n aggregate?: Maybe;\n nodes: Array;\n};\n\nexport type Award_Nominations_Aggregate_Bool_Exp = {\n count?: InputMaybe;\n};\n\nexport type Award_Nominations_Aggregate_Bool_Exp_Count = {\n arguments?: InputMaybe>;\n distinct?: InputMaybe;\n filter?: InputMaybe;\n predicate: Int_Comparison_Exp;\n};\n\n/** aggregate fields of \"award_nominations\" */\nexport type Award_Nominations_Aggregate_Fields = {\n __typename?: 'award_nominations_aggregate_fields';\n avg?: Maybe;\n count: Scalars['Int']['output'];\n max?: Maybe;\n min?: Maybe;\n stddev?: Maybe;\n stddev_pop?: Maybe;\n stddev_samp?: Maybe;\n sum?: Maybe;\n var_pop?: Maybe;\n var_samp?: Maybe;\n variance?: Maybe;\n};\n\n\n/** aggregate fields of \"award_nominations\" */\nexport type Award_Nominations_Aggregate_FieldsCountArgs = {\n columns?: InputMaybe>;\n distinct?: InputMaybe;\n};\n\n/** order by aggregate values of table \"award_nominations\" */\nexport type Award_Nominations_Aggregate_Order_By = {\n avg?: InputMaybe;\n count?: InputMaybe;\n max?: InputMaybe;\n min?: InputMaybe;\n stddev?: InputMaybe;\n stddev_pop?: InputMaybe;\n stddev_samp?: InputMaybe;\n sum?: InputMaybe;\n var_pop?: InputMaybe;\n var_samp?: InputMaybe;\n variance?: InputMaybe;\n};\n\n/** input type for inserting array relation for remote table \"award_nominations\" */\nexport type Award_Nominations_Arr_Rel_Insert_Input = {\n data: Array;\n};\n\n/** aggregate avg on columns */\nexport type Award_Nominations_Avg_Fields = {\n __typename?: 'award_nominations_avg_fields';\n award_id?: Maybe;\n id?: Maybe;\n team_id?: Maybe;\n team_membership_id?: Maybe;\n};\n\n/** order by avg() on columns of table \"award_nominations\" */\nexport type Award_Nominations_Avg_Order_By = {\n award_id?: InputMaybe;\n id?: InputMaybe;\n team_id?: InputMaybe;\n team_membership_id?: InputMaybe;\n};\n\n/** Boolean expression to filter rows from the table \"award_nominations\". All fields are combined with a logical 'AND'. */\nexport type Award_Nominations_Bool_Exp = {\n _and?: InputMaybe>;\n _not?: InputMaybe;\n _or?: InputMaybe>;\n asset_types?: InputMaybe;\n asset_types_aggregate?: InputMaybe;\n assets?: InputMaybe;\n assets_aggregate?: InputMaybe;\n award?: InputMaybe;\n award_id?: InputMaybe;\n created?: InputMaybe;\n created_by?: InputMaybe;\n id?: InputMaybe;\n membership?: InputMaybe;\n team?: InputMaybe;\n team_id?: InputMaybe;\n team_membership_id?: InputMaybe;\n updated?: InputMaybe;\n updated_by?: InputMaybe;\n};\n\n/** input type for inserting data into table \"award_nominations\" */\nexport type Award_Nominations_Insert_Input = {\n asset_types?: InputMaybe;\n assets?: InputMaybe;\n award?: InputMaybe;\n award_id?: InputMaybe;\n created?: InputMaybe;\n created_by?: InputMaybe;\n id?: InputMaybe;\n membership?: InputMaybe;\n team?: InputMaybe;\n team_id?: InputMaybe;\n team_membership_id?: InputMaybe;\n updated?: InputMaybe;\n updated_by?: InputMaybe;\n};\n\n/** aggregate max on columns */\nexport type Award_Nominations_Max_Fields = {\n __typename?: 'award_nominations_max_fields';\n award_id?: Maybe;\n created?: Maybe;\n created_by?: Maybe;\n id?: Maybe;\n team_id?: Maybe;\n team_membership_id?: Maybe;\n updated?: Maybe;\n updated_by?: Maybe;\n};\n\n/** order by max() on columns of table \"award_nominations\" */\nexport type Award_Nominations_Max_Order_By = {\n award_id?: InputMaybe;\n created?: InputMaybe;\n created_by?: InputMaybe;\n id?: InputMaybe;\n team_id?: InputMaybe;\n team_membership_id?: InputMaybe;\n updated?: InputMaybe;\n updated_by?: InputMaybe;\n};\n\n/** aggregate min on columns */\nexport type Award_Nominations_Min_Fields = {\n __typename?: 'award_nominations_min_fields';\n award_id?: Maybe;\n created?: Maybe;\n created_by?: Maybe;\n id?: Maybe;\n team_id?: Maybe;\n team_membership_id?: Maybe;\n updated?: Maybe;\n updated_by?: Maybe;\n};\n\n/** order by min() on columns of table \"award_nominations\" */\nexport type Award_Nominations_Min_Order_By = {\n award_id?: InputMaybe;\n created?: InputMaybe;\n created_by?: InputMaybe;\n id?: InputMaybe;\n team_id?: InputMaybe;\n team_membership_id?: InputMaybe;\n updated?: InputMaybe;\n updated_by?: InputMaybe;\n};\n\n/** Ordering options when selecting data from \"award_nominations\". */\nexport type Award_Nominations_Order_By = {\n asset_types_aggregate?: InputMaybe;\n assets_aggregate?: InputMaybe;\n award?: InputMaybe;\n award_id?: InputMaybe;\n created?: InputMaybe;\n created_by?: InputMaybe;\n id?: InputMaybe;\n membership?: InputMaybe;\n team?: InputMaybe;\n team_id?: InputMaybe;\n team_membership_id?: InputMaybe;\n updated?: InputMaybe;\n updated_by?: InputMaybe;\n};\n\n/** select columns of table \"award_nominations\" */\nexport enum Award_Nominations_Select_Column {\n /** column name */\n AwardId = 'award_id',\n /** column name */\n Created = 'created',\n /** column name */\n CreatedBy = 'created_by',\n /** column name */\n Id = 'id',\n /** column name */\n TeamId = 'team_id',\n /** column name */\n TeamMembershipId = 'team_membership_id',\n /** column name */\n Updated = 'updated',\n /** column name */\n UpdatedBy = 'updated_by'\n}\n\n/** aggregate stddev on columns */\nexport type Award_Nominations_Stddev_Fields = {\n __typename?: 'award_nominations_stddev_fields';\n award_id?: Maybe;\n id?: Maybe;\n team_id?: Maybe;\n team_membership_id?: Maybe;\n};\n\n/** order by stddev() on columns of table \"award_nominations\" */\nexport type Award_Nominations_Stddev_Order_By = {\n award_id?: InputMaybe;\n id?: InputMaybe;\n team_id?: InputMaybe;\n team_membership_id?: InputMaybe;\n};\n\n/** aggregate stddev_pop on columns */\nexport type Award_Nominations_Stddev_Pop_Fields = {\n __typename?: 'award_nominations_stddev_pop_fields';\n award_id?: Maybe;\n id?: Maybe;\n team_id?: Maybe;\n team_membership_id?: Maybe;\n};\n\n/** order by stddev_pop() on columns of table \"award_nominations\" */\nexport type Award_Nominations_Stddev_Pop_Order_By = {\n award_id?: InputMaybe;\n id?: InputMaybe;\n team_id?: InputMaybe;\n team_membership_id?: InputMaybe;\n};\n\n/** aggregate stddev_samp on columns */\nexport type Award_Nominations_Stddev_Samp_Fields = {\n __typename?: 'award_nominations_stddev_samp_fields';\n award_id?: Maybe;\n id?: Maybe;\n team_id?: Maybe;\n team_membership_id?: Maybe;\n};\n\n/** order by stddev_samp() on columns of table \"award_nominations\" */\nexport type Award_Nominations_Stddev_Samp_Order_By = {\n award_id?: InputMaybe;\n id?: InputMaybe;\n team_id?: InputMaybe;\n team_membership_id?: InputMaybe;\n};\n\n/** Streaming cursor of the table \"award_nominations\" */\nexport type Award_Nominations_Stream_Cursor_Input = {\n /** Stream column input with initial value */\n initial_value: Award_Nominations_Stream_Cursor_Value_Input;\n /** cursor ordering */\n ordering?: InputMaybe;\n};\n\n/** Initial value of the column from where the streaming should start */\nexport type Award_Nominations_Stream_Cursor_Value_Input = {\n award_id?: InputMaybe;\n created?: InputMaybe;\n created_by?: InputMaybe;\n id?: InputMaybe;\n team_id?: InputMaybe;\n team_membership_id?: InputMaybe;\n updated?: InputMaybe;\n updated_by?: InputMaybe;\n};\n\n/** aggregate sum on columns */\nexport type Award_Nominations_Sum_Fields = {\n __typename?: 'award_nominations_sum_fields';\n award_id?: Maybe;\n id?: Maybe;\n team_id?: Maybe;\n team_membership_id?: Maybe;\n};\n\n/** order by sum() on columns of table \"award_nominations\" */\nexport type Award_Nominations_Sum_Order_By = {\n award_id?: InputMaybe;\n id?: InputMaybe;\n team_id?: InputMaybe;\n team_membership_id?: InputMaybe;\n};\n\n/** aggregate var_pop on columns */\nexport type Award_Nominations_Var_Pop_Fields = {\n __typename?: 'award_nominations_var_pop_fields';\n award_id?: Maybe;\n id?: Maybe;\n team_id?: Maybe;\n team_membership_id?: Maybe;\n};\n\n/** order by var_pop() on columns of table \"award_nominations\" */\nexport type Award_Nominations_Var_Pop_Order_By = {\n award_id?: InputMaybe;\n id?: InputMaybe;\n team_id?: InputMaybe;\n team_membership_id?: InputMaybe;\n};\n\n/** aggregate var_samp on columns */\nexport type Award_Nominations_Var_Samp_Fields = {\n __typename?: 'award_nominations_var_samp_fields';\n award_id?: Maybe;\n id?: Maybe;\n team_id?: Maybe;\n team_membership_id?: Maybe;\n};\n\n/** order by var_samp() on columns of table \"award_nominations\" */\nexport type Award_Nominations_Var_Samp_Order_By = {\n award_id?: InputMaybe;\n id?: InputMaybe;\n team_id?: InputMaybe;\n team_membership_id?: InputMaybe;\n};\n\n/** aggregate variance on columns */\nexport type Award_Nominations_Variance_Fields = {\n __typename?: 'award_nominations_variance_fields';\n award_id?: Maybe;\n id?: Maybe;\n team_id?: Maybe;\n team_membership_id?: Maybe;\n};\n\n/** order by variance() on columns of table \"award_nominations\" */\nexport type Award_Nominations_Variance_Order_By = {\n award_id?: InputMaybe;\n id?: InputMaybe;\n team_id?: InputMaybe;\n team_membership_id?: InputMaybe;\n};\n\n/** columns and relationships of \"award_winners\" */\nexport type Award_Winners = {\n __typename?: 'award_winners';\n /** An object relationship */\n award: Awards;\n award_id: Scalars['Int']['output'];\n created_at: Scalars['timestamptz']['output'];\n /** An object relationship */\n film_festival: Film_Festivals;\n film_festival_id: Scalars['Int']['output'];\n id: Scalars['Int']['output'];\n rank: Scalars['Int']['output'];\n /** An object relationship */\n team: Teams;\n team_id: Scalars['Int']['output'];\n updated_at: Scalars['timestamptz']['output'];\n};\n\n/** aggregated selection of \"award_winners\" */\nexport type Award_Winners_Aggregate = {\n __typename?: 'award_winners_aggregate';\n aggregate?: Maybe;\n nodes: Array;\n};\n\nexport type Award_Winners_Aggregate_Bool_Exp = {\n count?: InputMaybe;\n};\n\nexport type Award_Winners_Aggregate_Bool_Exp_Count = {\n arguments?: InputMaybe>;\n distinct?: InputMaybe;\n filter?: InputMaybe;\n predicate: Int_Comparison_Exp;\n};\n\n/** aggregate fields of \"award_winners\" */\nexport type Award_Winners_Aggregate_Fields = {\n __typename?: 'award_winners_aggregate_fields';\n avg?: Maybe;\n count: Scalars['Int']['output'];\n max?: Maybe;\n min?: Maybe;\n stddev?: Maybe;\n stddev_pop?: Maybe;\n stddev_samp?: Maybe;\n sum?: Maybe;\n var_pop?: Maybe;\n var_samp?: Maybe;\n variance?: Maybe;\n};\n\n\n/** aggregate fields of \"award_winners\" */\nexport type Award_Winners_Aggregate_FieldsCountArgs = {\n columns?: InputMaybe>;\n distinct?: InputMaybe;\n};\n\n/** order by aggregate values of table \"award_winners\" */\nexport type Award_Winners_Aggregate_Order_By = {\n avg?: InputMaybe;\n count?: InputMaybe;\n max?: InputMaybe;\n min?: InputMaybe;\n stddev?: InputMaybe;\n stddev_pop?: InputMaybe;\n stddev_samp?: InputMaybe;\n sum?: InputMaybe;\n var_pop?: InputMaybe;\n var_samp?: InputMaybe;\n variance?: InputMaybe;\n};\n\n/** input type for inserting array relation for remote table \"award_winners\" */\nexport type Award_Winners_Arr_Rel_Insert_Input = {\n data: Array;\n /** upsert condition */\n on_conflict?: InputMaybe;\n};\n\n/** aggregate avg on columns */\nexport type Award_Winners_Avg_Fields = {\n __typename?: 'award_winners_avg_fields';\n award_id?: Maybe;\n film_festival_id?: Maybe;\n id?: Maybe;\n rank?: Maybe;\n team_id?: Maybe;\n};\n\n/** order by avg() on columns of table \"award_winners\" */\nexport type Award_Winners_Avg_Order_By = {\n award_id?: InputMaybe;\n film_festival_id?: InputMaybe;\n id?: InputMaybe;\n rank?: InputMaybe;\n team_id?: InputMaybe;\n};\n\n/** Boolean expression to filter rows from the table \"award_winners\". All fields are combined with a logical 'AND'. */\nexport type Award_Winners_Bool_Exp = {\n _and?: InputMaybe>;\n _not?: InputMaybe;\n _or?: InputMaybe>;\n award?: InputMaybe;\n award_id?: InputMaybe;\n created_at?: InputMaybe;\n film_festival?: InputMaybe;\n film_festival_id?: InputMaybe;\n id?: InputMaybe;\n rank?: InputMaybe;\n team?: InputMaybe;\n team_id?: InputMaybe;\n updated_at?: InputMaybe;\n};\n\n/** unique or primary key constraints on table \"award_winners\" */\nexport enum Award_Winners_Constraint {\n /** unique or primary key constraint on columns \"id\" */\n AwardWinnersPkey = 'award_winners_pkey'\n}\n\n/** input type for incrementing numeric columns in table \"award_winners\" */\nexport type Award_Winners_Inc_Input = {\n award_id?: InputMaybe;\n film_festival_id?: InputMaybe;\n id?: InputMaybe;\n rank?: InputMaybe;\n team_id?: InputMaybe;\n};\n\n/** input type for inserting data into table \"award_winners\" */\nexport type Award_Winners_Insert_Input = {\n award?: InputMaybe;\n award_id?: InputMaybe;\n created_at?: InputMaybe;\n film_festival?: InputMaybe;\n film_festival_id?: InputMaybe;\n id?: InputMaybe;\n rank?: InputMaybe;\n team?: InputMaybe;\n team_id?: InputMaybe;\n updated_at?: InputMaybe;\n};\n\n/** aggregate max on columns */\nexport type Award_Winners_Max_Fields = {\n __typename?: 'award_winners_max_fields';\n award_id?: Maybe;\n created_at?: Maybe;\n film_festival_id?: Maybe;\n id?: Maybe;\n rank?: Maybe;\n team_id?: Maybe;\n updated_at?: Maybe;\n};\n\n/** order by max() on columns of table \"award_winners\" */\nexport type Award_Winners_Max_Order_By = {\n award_id?: InputMaybe;\n created_at?: InputMaybe;\n film_festival_id?: InputMaybe;\n id?: InputMaybe;\n rank?: InputMaybe;\n team_id?: InputMaybe;\n updated_at?: InputMaybe;\n};\n\n/** aggregate min on columns */\nexport type Award_Winners_Min_Fields = {\n __typename?: 'award_winners_min_fields';\n award_id?: Maybe;\n created_at?: Maybe;\n film_festival_id?: Maybe;\n id?: Maybe;\n rank?: Maybe;\n team_id?: Maybe;\n updated_at?: Maybe;\n};\n\n/** order by min() on columns of table \"award_winners\" */\nexport type Award_Winners_Min_Order_By = {\n award_id?: InputMaybe;\n created_at?: InputMaybe;\n film_festival_id?: InputMaybe;\n id?: InputMaybe;\n rank?: InputMaybe;\n team_id?: InputMaybe;\n updated_at?: InputMaybe;\n};\n\n/** response of any mutation on the table \"award_winners\" */\nexport type Award_Winners_Mutation_Response = {\n __typename?: 'award_winners_mutation_response';\n /** number of rows affected by the mutation */\n affected_rows: Scalars['Int']['output'];\n /** data from the rows affected by the mutation */\n returning: Array;\n};\n\n/** on_conflict condition type for table \"award_winners\" */\nexport type Award_Winners_On_Conflict = {\n constraint: Award_Winners_Constraint;\n update_columns?: Array;\n where?: InputMaybe;\n};\n\n/** Ordering options when selecting data from \"award_winners\". */\nexport type Award_Winners_Order_By = {\n award?: InputMaybe;\n award_id?: InputMaybe;\n created_at?: InputMaybe;\n film_festival?: InputMaybe;\n film_festival_id?: InputMaybe;\n id?: InputMaybe;\n rank?: InputMaybe;\n team?: InputMaybe;\n team_id?: InputMaybe;\n updated_at?: InputMaybe;\n};\n\n/** primary key columns input for table: award_winners */\nexport type Award_Winners_Pk_Columns_Input = {\n id: Scalars['Int']['input'];\n};\n\n/** select columns of table \"award_winners\" */\nexport enum Award_Winners_Select_Column {\n /** column name */\n AwardId = 'award_id',\n /** column name */\n CreatedAt = 'created_at',\n /** column name */\n FilmFestivalId = 'film_festival_id',\n /** column name */\n Id = 'id',\n /** column name */\n Rank = 'rank',\n /** column name */\n TeamId = 'team_id',\n /** column name */\n UpdatedAt = 'updated_at'\n}\n\n/** input type for updating data in table \"award_winners\" */\nexport type Award_Winners_Set_Input = {\n award_id?: InputMaybe;\n created_at?: InputMaybe;\n film_festival_id?: InputMaybe;\n id?: InputMaybe;\n rank?: InputMaybe;\n team_id?: InputMaybe;\n updated_at?: InputMaybe;\n};\n\n/** aggregate stddev on columns */\nexport type Award_Winners_Stddev_Fields = {\n __typename?: 'award_winners_stddev_fields';\n award_id?: Maybe;\n film_festival_id?: Maybe;\n id?: Maybe;\n rank?: Maybe;\n team_id?: Maybe;\n};\n\n/** order by stddev() on columns of table \"award_winners\" */\nexport type Award_Winners_Stddev_Order_By = {\n award_id?: InputMaybe;\n film_festival_id?: InputMaybe;\n id?: InputMaybe;\n rank?: InputMaybe;\n team_id?: InputMaybe;\n};\n\n/** aggregate stddev_pop on columns */\nexport type Award_Winners_Stddev_Pop_Fields = {\n __typename?: 'award_winners_stddev_pop_fields';\n award_id?: Maybe;\n film_festival_id?: Maybe;\n id?: Maybe;\n rank?: Maybe;\n team_id?: Maybe;\n};\n\n/** order by stddev_pop() on columns of table \"award_winners\" */\nexport type Award_Winners_Stddev_Pop_Order_By = {\n award_id?: InputMaybe;\n film_festival_id?: InputMaybe;\n id?: InputMaybe;\n rank?: InputMaybe;\n team_id?: InputMaybe;\n};\n\n/** aggregate stddev_samp on columns */\nexport type Award_Winners_Stddev_Samp_Fields = {\n __typename?: 'award_winners_stddev_samp_fields';\n award_id?: Maybe;\n film_festival_id?: Maybe;\n id?: Maybe;\n rank?: Maybe;\n team_id?: Maybe;\n};\n\n/** order by stddev_samp() on columns of table \"award_winners\" */\nexport type Award_Winners_Stddev_Samp_Order_By = {\n award_id?: InputMaybe;\n film_festival_id?: InputMaybe;\n id?: InputMaybe;\n rank?: InputMaybe;\n team_id?: InputMaybe;\n};\n\n/** Streaming cursor of the table \"award_winners\" */\nexport type Award_Winners_Stream_Cursor_Input = {\n /** Stream column input with initial value */\n initial_value: Award_Winners_Stream_Cursor_Value_Input;\n /** cursor ordering */\n ordering?: InputMaybe;\n};\n\n/** Initial value of the column from where the streaming should start */\nexport type Award_Winners_Stream_Cursor_Value_Input = {\n award_id?: InputMaybe;\n created_at?: InputMaybe;\n film_festival_id?: InputMaybe;\n id?: InputMaybe;\n rank?: InputMaybe;\n team_id?: InputMaybe;\n updated_at?: InputMaybe;\n};\n\n/** aggregate sum on columns */\nexport type Award_Winners_Sum_Fields = {\n __typename?: 'award_winners_sum_fields';\n award_id?: Maybe;\n film_festival_id?: Maybe;\n id?: Maybe;\n rank?: Maybe;\n team_id?: Maybe;\n};\n\n/** order by sum() on columns of table \"award_winners\" */\nexport type Award_Winners_Sum_Order_By = {\n award_id?: InputMaybe;\n film_festival_id?: InputMaybe;\n id?: InputMaybe;\n rank?: InputMaybe;\n team_id?: InputMaybe;\n};\n\n/** update columns of table \"award_winners\" */\nexport enum Award_Winners_Update_Column {\n /** column name */\n AwardId = 'award_id',\n /** column name */\n CreatedAt = 'created_at',\n /** column name */\n FilmFestivalId = 'film_festival_id',\n /** column name */\n Id = 'id',\n /** column name */\n Rank = 'rank',\n /** column name */\n TeamId = 'team_id',\n /** column name */\n UpdatedAt = 'updated_at'\n}\n\nexport type Award_Winners_Updates = {\n /** increments the numeric columns with given value of the filtered values */\n _inc?: InputMaybe;\n /** sets the columns of the filtered rows to the given values */\n _set?: InputMaybe;\n /** filter the rows which have to be updated */\n where: Award_Winners_Bool_Exp;\n};\n\n/** aggregate var_pop on columns */\nexport type Award_Winners_Var_Pop_Fields = {\n __typename?: 'award_winners_var_pop_fields';\n award_id?: Maybe;\n film_festival_id?: Maybe;\n id?: Maybe;\n rank?: Maybe;\n team_id?: Maybe;\n};\n\n/** order by var_pop() on columns of table \"award_winners\" */\nexport type Award_Winners_Var_Pop_Order_By = {\n award_id?: InputMaybe;\n film_festival_id?: InputMaybe;\n id?: InputMaybe;\n rank?: InputMaybe;\n team_id?: InputMaybe;\n};\n\n/** aggregate var_samp on columns */\nexport type Award_Winners_Var_Samp_Fields = {\n __typename?: 'award_winners_var_samp_fields';\n award_id?: Maybe;\n film_festival_id?: Maybe;\n id?: Maybe;\n rank?: Maybe;\n team_id?: Maybe;\n};\n\n/** order by var_samp() on columns of table \"award_winners\" */\nexport type Award_Winners_Var_Samp_Order_By = {\n award_id?: InputMaybe;\n film_festival_id?: InputMaybe;\n id?: InputMaybe;\n rank?: InputMaybe;\n team_id?: InputMaybe;\n};\n\n/** aggregate variance on columns */\nexport type Award_Winners_Variance_Fields = {\n __typename?: 'award_winners_variance_fields';\n award_id?: Maybe;\n film_festival_id?: Maybe;\n id?: Maybe;\n rank?: Maybe;\n team_id?: Maybe;\n};\n\n/** order by variance() on columns of table \"award_winners\" */\nexport type Award_Winners_Variance_Order_By = {\n award_id?: InputMaybe;\n film_festival_id?: InputMaybe;\n id?: InputMaybe;\n rank?: InputMaybe;\n team_id?: InputMaybe;\n};\n\n/** columns and relationships of \"awards\" */\nexport type Awards = {\n __typename?: 'awards';\n /** An array relationship */\n award_nominations: Array;\n /** An aggregate relationship */\n award_nominations_aggregate: Award_Nominations_Aggregate;\n created: Scalars['timestamp']['output'];\n created_by: Scalars['String']['output'];\n description?: Maybe;\n id: Scalars['numeric']['output'];\n max_nominations: Scalars['Int']['output'];\n name?: Maybe;\n /** An array relationship */\n nominations: Array;\n /** An aggregate relationship */\n nominations_aggregate: Nominations_Aggregate;\n /** An array relationship */\n required_asset_types: Array;\n /** An aggregate relationship */\n required_asset_types_aggregate: Award_Asset_Types_Aggregate;\n /** An array relationship */\n selection_metrics: Array;\n /** An aggregate relationship */\n selection_metrics_aggregate: Selection_Metrics_Aggregate;\n updated: Scalars['timestamp']['output'];\n updated_by: Scalars['String']['output'];\n};\n\n\n/** columns and relationships of \"awards\" */\nexport type AwardsAward_NominationsArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n\n/** columns and relationships of \"awards\" */\nexport type AwardsAward_Nominations_AggregateArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n\n/** columns and relationships of \"awards\" */\nexport type AwardsNominationsArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n\n/** columns and relationships of \"awards\" */\nexport type AwardsNominations_AggregateArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n\n/** columns and relationships of \"awards\" */\nexport type AwardsRequired_Asset_TypesArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n\n/** columns and relationships of \"awards\" */\nexport type AwardsRequired_Asset_Types_AggregateArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n\n/** columns and relationships of \"awards\" */\nexport type AwardsSelection_MetricsArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n\n/** columns and relationships of \"awards\" */\nexport type AwardsSelection_Metrics_AggregateArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n/** aggregated selection of \"awards\" */\nexport type Awards_Aggregate = {\n __typename?: 'awards_aggregate';\n aggregate?: Maybe;\n nodes: Array;\n};\n\n/** aggregate fields of \"awards\" */\nexport type Awards_Aggregate_Fields = {\n __typename?: 'awards_aggregate_fields';\n avg?: Maybe;\n count: Scalars['Int']['output'];\n max?: Maybe;\n min?: Maybe;\n stddev?: Maybe;\n stddev_pop?: Maybe;\n stddev_samp?: Maybe;\n sum?: Maybe;\n var_pop?: Maybe;\n var_samp?: Maybe;\n variance?: Maybe;\n};\n\n\n/** aggregate fields of \"awards\" */\nexport type Awards_Aggregate_FieldsCountArgs = {\n columns?: InputMaybe>;\n distinct?: InputMaybe;\n};\n\n/** aggregate avg on columns */\nexport type Awards_Avg_Fields = {\n __typename?: 'awards_avg_fields';\n id?: Maybe;\n max_nominations?: Maybe;\n};\n\n/** Boolean expression to filter rows from the table \"awards\". All fields are combined with a logical 'AND'. */\nexport type Awards_Bool_Exp = {\n _and?: InputMaybe>;\n _not?: InputMaybe;\n _or?: InputMaybe>;\n award_nominations?: InputMaybe;\n award_nominations_aggregate?: InputMaybe;\n created?: InputMaybe;\n created_by?: InputMaybe;\n description?: InputMaybe;\n id?: InputMaybe;\n max_nominations?: InputMaybe;\n name?: InputMaybe;\n nominations?: InputMaybe;\n nominations_aggregate?: InputMaybe;\n required_asset_types?: InputMaybe;\n required_asset_types_aggregate?: InputMaybe;\n selection_metrics?: InputMaybe;\n selection_metrics_aggregate?: InputMaybe;\n updated?: InputMaybe;\n updated_by?: InputMaybe;\n};\n\n/** columns and relationships of \"awards_ceremony_checkins\" */\nexport type Awards_Ceremony_Checkins = {\n __typename?: 'awards_ceremony_checkins';\n created_at: Scalars['timestamptz']['output'];\n /** An object relationship */\n festival_submission?: Maybe;\n festival_submission_id?: Maybe;\n id: Scalars['Int']['output'];\n phone?: Maybe;\n /** An object relationship */\n team?: Maybe;\n team_id?: Maybe;\n /** An object relationship */\n team_membership?: Maybe;\n team_membership_id?: Maybe;\n updated_at: Scalars['timestamptz']['output'];\n};\n\n/** aggregated selection of \"awards_ceremony_checkins\" */\nexport type Awards_Ceremony_Checkins_Aggregate = {\n __typename?: 'awards_ceremony_checkins_aggregate';\n aggregate?: Maybe;\n nodes: Array;\n};\n\n/** aggregate fields of \"awards_ceremony_checkins\" */\nexport type Awards_Ceremony_Checkins_Aggregate_Fields = {\n __typename?: 'awards_ceremony_checkins_aggregate_fields';\n avg?: Maybe;\n count: Scalars['Int']['output'];\n max?: Maybe;\n min?: Maybe;\n stddev?: Maybe;\n stddev_pop?: Maybe;\n stddev_samp?: Maybe;\n sum?: Maybe;\n var_pop?: Maybe;\n var_samp?: Maybe;\n variance?: Maybe;\n};\n\n\n/** aggregate fields of \"awards_ceremony_checkins\" */\nexport type Awards_Ceremony_Checkins_Aggregate_FieldsCountArgs = {\n columns?: InputMaybe>;\n distinct?: InputMaybe;\n};\n\n/** aggregate avg on columns */\nexport type Awards_Ceremony_Checkins_Avg_Fields = {\n __typename?: 'awards_ceremony_checkins_avg_fields';\n festival_submission_id?: Maybe;\n id?: Maybe;\n team_id?: Maybe;\n team_membership_id?: Maybe;\n};\n\n/** Boolean expression to filter rows from the table \"awards_ceremony_checkins\". All fields are combined with a logical 'AND'. */\nexport type Awards_Ceremony_Checkins_Bool_Exp = {\n _and?: InputMaybe>;\n _not?: InputMaybe;\n _or?: InputMaybe>;\n created_at?: InputMaybe;\n festival_submission?: InputMaybe;\n festival_submission_id?: InputMaybe;\n id?: InputMaybe;\n phone?: InputMaybe;\n team?: InputMaybe;\n team_id?: InputMaybe;\n team_membership?: InputMaybe;\n team_membership_id?: InputMaybe;\n updated_at?: InputMaybe;\n};\n\n/** unique or primary key constraints on table \"awards_ceremony_checkins\" */\nexport enum Awards_Ceremony_Checkins_Constraint {\n /** unique or primary key constraint on columns \"id\" */\n AwardsCeremonyCheckinsPkey = 'awards_ceremony_checkins_pkey'\n}\n\n/** input type for incrementing numeric columns in table \"awards_ceremony_checkins\" */\nexport type Awards_Ceremony_Checkins_Inc_Input = {\n festival_submission_id?: InputMaybe;\n id?: InputMaybe;\n team_id?: InputMaybe;\n team_membership_id?: InputMaybe;\n};\n\n/** input type for inserting data into table \"awards_ceremony_checkins\" */\nexport type Awards_Ceremony_Checkins_Insert_Input = {\n created_at?: InputMaybe;\n festival_submission?: InputMaybe;\n festival_submission_id?: InputMaybe;\n id?: InputMaybe;\n phone?: InputMaybe;\n team?: InputMaybe;\n team_id?: InputMaybe;\n team_membership?: InputMaybe;\n team_membership_id?: InputMaybe;\n updated_at?: InputMaybe;\n};\n\n/** aggregate max on columns */\nexport type Awards_Ceremony_Checkins_Max_Fields = {\n __typename?: 'awards_ceremony_checkins_max_fields';\n created_at?: Maybe;\n festival_submission_id?: Maybe;\n id?: Maybe;\n phone?: Maybe;\n team_id?: Maybe;\n team_membership_id?: Maybe;\n updated_at?: Maybe;\n};\n\n/** aggregate min on columns */\nexport type Awards_Ceremony_Checkins_Min_Fields = {\n __typename?: 'awards_ceremony_checkins_min_fields';\n created_at?: Maybe;\n festival_submission_id?: Maybe;\n id?: Maybe;\n phone?: Maybe;\n team_id?: Maybe;\n team_membership_id?: Maybe;\n updated_at?: Maybe;\n};\n\n/** response of any mutation on the table \"awards_ceremony_checkins\" */\nexport type Awards_Ceremony_Checkins_Mutation_Response = {\n __typename?: 'awards_ceremony_checkins_mutation_response';\n /** number of rows affected by the mutation */\n affected_rows: Scalars['Int']['output'];\n /** data from the rows affected by the mutation */\n returning: Array;\n};\n\n/** on_conflict condition type for table \"awards_ceremony_checkins\" */\nexport type Awards_Ceremony_Checkins_On_Conflict = {\n constraint: Awards_Ceremony_Checkins_Constraint;\n update_columns?: Array;\n where?: InputMaybe;\n};\n\n/** Ordering options when selecting data from \"awards_ceremony_checkins\". */\nexport type Awards_Ceremony_Checkins_Order_By = {\n created_at?: InputMaybe;\n festival_submission?: InputMaybe;\n festival_submission_id?: InputMaybe;\n id?: InputMaybe;\n phone?: InputMaybe;\n team?: InputMaybe;\n team_id?: InputMaybe;\n team_membership?: InputMaybe;\n team_membership_id?: InputMaybe;\n updated_at?: InputMaybe;\n};\n\n/** primary key columns input for table: awards_ceremony_checkins */\nexport type Awards_Ceremony_Checkins_Pk_Columns_Input = {\n id: Scalars['Int']['input'];\n};\n\n/** select columns of table \"awards_ceremony_checkins\" */\nexport enum Awards_Ceremony_Checkins_Select_Column {\n /** column name */\n CreatedAt = 'created_at',\n /** column name */\n FestivalSubmissionId = 'festival_submission_id',\n /** column name */\n Id = 'id',\n /** column name */\n Phone = 'phone',\n /** column name */\n TeamId = 'team_id',\n /** column name */\n TeamMembershipId = 'team_membership_id',\n /** column name */\n UpdatedAt = 'updated_at'\n}\n\n/** input type for updating data in table \"awards_ceremony_checkins\" */\nexport type Awards_Ceremony_Checkins_Set_Input = {\n created_at?: InputMaybe;\n festival_submission_id?: InputMaybe;\n id?: InputMaybe;\n phone?: InputMaybe;\n team_id?: InputMaybe;\n team_membership_id?: InputMaybe;\n updated_at?: InputMaybe;\n};\n\n/** aggregate stddev on columns */\nexport type Awards_Ceremony_Checkins_Stddev_Fields = {\n __typename?: 'awards_ceremony_checkins_stddev_fields';\n festival_submission_id?: Maybe;\n id?: Maybe;\n team_id?: Maybe;\n team_membership_id?: Maybe;\n};\n\n/** aggregate stddev_pop on columns */\nexport type Awards_Ceremony_Checkins_Stddev_Pop_Fields = {\n __typename?: 'awards_ceremony_checkins_stddev_pop_fields';\n festival_submission_id?: Maybe;\n id?: Maybe;\n team_id?: Maybe;\n team_membership_id?: Maybe;\n};\n\n/** aggregate stddev_samp on columns */\nexport type Awards_Ceremony_Checkins_Stddev_Samp_Fields = {\n __typename?: 'awards_ceremony_checkins_stddev_samp_fields';\n festival_submission_id?: Maybe;\n id?: Maybe;\n team_id?: Maybe;\n team_membership_id?: Maybe;\n};\n\n/** Streaming cursor of the table \"awards_ceremony_checkins\" */\nexport type Awards_Ceremony_Checkins_Stream_Cursor_Input = {\n /** Stream column input with initial value */\n initial_value: Awards_Ceremony_Checkins_Stream_Cursor_Value_Input;\n /** cursor ordering */\n ordering?: InputMaybe;\n};\n\n/** Initial value of the column from where the streaming should start */\nexport type Awards_Ceremony_Checkins_Stream_Cursor_Value_Input = {\n created_at?: InputMaybe;\n festival_submission_id?: InputMaybe;\n id?: InputMaybe;\n phone?: InputMaybe;\n team_id?: InputMaybe;\n team_membership_id?: InputMaybe;\n updated_at?: InputMaybe;\n};\n\n/** aggregate sum on columns */\nexport type Awards_Ceremony_Checkins_Sum_Fields = {\n __typename?: 'awards_ceremony_checkins_sum_fields';\n festival_submission_id?: Maybe;\n id?: Maybe;\n team_id?: Maybe;\n team_membership_id?: Maybe;\n};\n\n/** update columns of table \"awards_ceremony_checkins\" */\nexport enum Awards_Ceremony_Checkins_Update_Column {\n /** column name */\n CreatedAt = 'created_at',\n /** column name */\n FestivalSubmissionId = 'festival_submission_id',\n /** column name */\n Id = 'id',\n /** column name */\n Phone = 'phone',\n /** column name */\n TeamId = 'team_id',\n /** column name */\n TeamMembershipId = 'team_membership_id',\n /** column name */\n UpdatedAt = 'updated_at'\n}\n\nexport type Awards_Ceremony_Checkins_Updates = {\n /** increments the numeric columns with given value of the filtered values */\n _inc?: InputMaybe;\n /** sets the columns of the filtered rows to the given values */\n _set?: InputMaybe;\n /** filter the rows which have to be updated */\n where: Awards_Ceremony_Checkins_Bool_Exp;\n};\n\n/** aggregate var_pop on columns */\nexport type Awards_Ceremony_Checkins_Var_Pop_Fields = {\n __typename?: 'awards_ceremony_checkins_var_pop_fields';\n festival_submission_id?: Maybe;\n id?: Maybe;\n team_id?: Maybe;\n team_membership_id?: Maybe;\n};\n\n/** aggregate var_samp on columns */\nexport type Awards_Ceremony_Checkins_Var_Samp_Fields = {\n __typename?: 'awards_ceremony_checkins_var_samp_fields';\n festival_submission_id?: Maybe;\n id?: Maybe;\n team_id?: Maybe;\n team_membership_id?: Maybe;\n};\n\n/** aggregate variance on columns */\nexport type Awards_Ceremony_Checkins_Variance_Fields = {\n __typename?: 'awards_ceremony_checkins_variance_fields';\n festival_submission_id?: Maybe;\n id?: Maybe;\n team_id?: Maybe;\n team_membership_id?: Maybe;\n};\n\n/** unique or primary key constraints on table \"awards\" */\nexport enum Awards_Constraint {\n /** unique or primary key constraint on columns \"id\" */\n AwardsPkey = 'awards_pkey'\n}\n\n/** input type for incrementing numeric columns in table \"awards\" */\nexport type Awards_Inc_Input = {\n id?: InputMaybe;\n max_nominations?: InputMaybe;\n};\n\n/** input type for inserting data into table \"awards\" */\nexport type Awards_Insert_Input = {\n award_nominations?: InputMaybe;\n created?: InputMaybe;\n created_by?: InputMaybe;\n description?: InputMaybe;\n id?: InputMaybe;\n max_nominations?: InputMaybe;\n name?: InputMaybe;\n nominations?: InputMaybe;\n required_asset_types?: InputMaybe;\n selection_metrics?: InputMaybe;\n updated?: InputMaybe;\n updated_by?: InputMaybe;\n};\n\n/** aggregate max on columns */\nexport type Awards_Max_Fields = {\n __typename?: 'awards_max_fields';\n created?: Maybe;\n created_by?: Maybe;\n description?: Maybe;\n id?: Maybe;\n max_nominations?: Maybe;\n name?: Maybe;\n updated?: Maybe;\n updated_by?: Maybe;\n};\n\n/** aggregate min on columns */\nexport type Awards_Min_Fields = {\n __typename?: 'awards_min_fields';\n created?: Maybe;\n created_by?: Maybe;\n description?: Maybe;\n id?: Maybe;\n max_nominations?: Maybe;\n name?: Maybe;\n updated?: Maybe;\n updated_by?: Maybe;\n};\n\n/** response of any mutation on the table \"awards\" */\nexport type Awards_Mutation_Response = {\n __typename?: 'awards_mutation_response';\n /** number of rows affected by the mutation */\n affected_rows: Scalars['Int']['output'];\n /** data from the rows affected by the mutation */\n returning: Array;\n};\n\n/** input type for inserting object relation for remote table \"awards\" */\nexport type Awards_Obj_Rel_Insert_Input = {\n data: Awards_Insert_Input;\n /** upsert condition */\n on_conflict?: InputMaybe;\n};\n\n/** on_conflict condition type for table \"awards\" */\nexport type Awards_On_Conflict = {\n constraint: Awards_Constraint;\n update_columns?: Array;\n where?: InputMaybe;\n};\n\n/** Ordering options when selecting data from \"awards\". */\nexport type Awards_Order_By = {\n award_nominations_aggregate?: InputMaybe;\n created?: InputMaybe;\n created_by?: InputMaybe;\n description?: InputMaybe;\n id?: InputMaybe;\n max_nominations?: InputMaybe;\n name?: InputMaybe;\n nominations_aggregate?: InputMaybe;\n required_asset_types_aggregate?: InputMaybe;\n selection_metrics_aggregate?: InputMaybe;\n updated?: InputMaybe;\n updated_by?: InputMaybe;\n};\n\n/** primary key columns input for table: awards */\nexport type Awards_Pk_Columns_Input = {\n id: Scalars['numeric']['input'];\n};\n\n/** select columns of table \"awards\" */\nexport enum Awards_Select_Column {\n /** column name */\n Created = 'created',\n /** column name */\n CreatedBy = 'created_by',\n /** column name */\n Description = 'description',\n /** column name */\n Id = 'id',\n /** column name */\n MaxNominations = 'max_nominations',\n /** column name */\n Name = 'name',\n /** column name */\n Updated = 'updated',\n /** column name */\n UpdatedBy = 'updated_by'\n}\n\n/** input type for updating data in table \"awards\" */\nexport type Awards_Set_Input = {\n created?: InputMaybe;\n created_by?: InputMaybe;\n description?: InputMaybe;\n id?: InputMaybe;\n max_nominations?: InputMaybe;\n name?: InputMaybe;\n updated?: InputMaybe;\n updated_by?: InputMaybe;\n};\n\n/** aggregate stddev on columns */\nexport type Awards_Stddev_Fields = {\n __typename?: 'awards_stddev_fields';\n id?: Maybe;\n max_nominations?: Maybe;\n};\n\n/** aggregate stddev_pop on columns */\nexport type Awards_Stddev_Pop_Fields = {\n __typename?: 'awards_stddev_pop_fields';\n id?: Maybe;\n max_nominations?: Maybe;\n};\n\n/** aggregate stddev_samp on columns */\nexport type Awards_Stddev_Samp_Fields = {\n __typename?: 'awards_stddev_samp_fields';\n id?: Maybe;\n max_nominations?: Maybe;\n};\n\n/** Streaming cursor of the table \"awards\" */\nexport type Awards_Stream_Cursor_Input = {\n /** Stream column input with initial value */\n initial_value: Awards_Stream_Cursor_Value_Input;\n /** cursor ordering */\n ordering?: InputMaybe;\n};\n\n/** Initial value of the column from where the streaming should start */\nexport type Awards_Stream_Cursor_Value_Input = {\n created?: InputMaybe;\n created_by?: InputMaybe;\n description?: InputMaybe;\n id?: InputMaybe;\n max_nominations?: InputMaybe;\n name?: InputMaybe;\n updated?: InputMaybe;\n updated_by?: InputMaybe;\n};\n\n/** aggregate sum on columns */\nexport type Awards_Sum_Fields = {\n __typename?: 'awards_sum_fields';\n id?: Maybe;\n max_nominations?: Maybe;\n};\n\n/** update columns of table \"awards\" */\nexport enum Awards_Update_Column {\n /** column name */\n Created = 'created',\n /** column name */\n CreatedBy = 'created_by',\n /** column name */\n Description = 'description',\n /** column name */\n Id = 'id',\n /** column name */\n MaxNominations = 'max_nominations',\n /** column name */\n Name = 'name',\n /** column name */\n Updated = 'updated',\n /** column name */\n UpdatedBy = 'updated_by'\n}\n\nexport type Awards_Updates = {\n /** increments the numeric columns with given value of the filtered values */\n _inc?: InputMaybe;\n /** sets the columns of the filtered rows to the given values */\n _set?: InputMaybe;\n /** filter the rows which have to be updated */\n where: Awards_Bool_Exp;\n};\n\n/** aggregate var_pop on columns */\nexport type Awards_Var_Pop_Fields = {\n __typename?: 'awards_var_pop_fields';\n id?: Maybe;\n max_nominations?: Maybe;\n};\n\n/** aggregate var_samp on columns */\nexport type Awards_Var_Samp_Fields = {\n __typename?: 'awards_var_samp_fields';\n id?: Maybe;\n max_nominations?: Maybe;\n};\n\n/** aggregate variance on columns */\nexport type Awards_Variance_Fields = {\n __typename?: 'awards_variance_fields';\n id?: Maybe;\n max_nominations?: Maybe;\n};\n\n/** Boolean expression to compare columns of type \"bigint\". All fields are combined with logical 'AND'. */\nexport type Bigint_Comparison_Exp = {\n _eq?: InputMaybe;\n _gt?: InputMaybe;\n _gte?: InputMaybe;\n _in?: InputMaybe>;\n _is_null?: InputMaybe;\n _lt?: InputMaybe;\n _lte?: InputMaybe;\n _neq?: InputMaybe;\n _nin?: InputMaybe>;\n};\n\n/** columns and relationships of \"countries\" */\nexport type Countries = {\n __typename?: 'countries';\n code?: Maybe;\n id: Scalars['numeric']['output'];\n name?: Maybe;\n};\n\n/** aggregated selection of \"countries\" */\nexport type Countries_Aggregate = {\n __typename?: 'countries_aggregate';\n aggregate?: Maybe;\n nodes: Array;\n};\n\n/** aggregate fields of \"countries\" */\nexport type Countries_Aggregate_Fields = {\n __typename?: 'countries_aggregate_fields';\n avg?: Maybe;\n count: Scalars['Int']['output'];\n max?: Maybe;\n min?: Maybe;\n stddev?: Maybe;\n stddev_pop?: Maybe;\n stddev_samp?: Maybe;\n sum?: Maybe;\n var_pop?: Maybe;\n var_samp?: Maybe;\n variance?: Maybe;\n};\n\n\n/** aggregate fields of \"countries\" */\nexport type Countries_Aggregate_FieldsCountArgs = {\n columns?: InputMaybe>;\n distinct?: InputMaybe;\n};\n\n/** aggregate avg on columns */\nexport type Countries_Avg_Fields = {\n __typename?: 'countries_avg_fields';\n id?: Maybe;\n};\n\n/** Boolean expression to filter rows from the table \"countries\". All fields are combined with a logical 'AND'. */\nexport type Countries_Bool_Exp = {\n _and?: InputMaybe>;\n _not?: InputMaybe;\n _or?: InputMaybe>;\n code?: InputMaybe;\n id?: InputMaybe;\n name?: InputMaybe;\n};\n\n/** unique or primary key constraints on table \"countries\" */\nexport enum Countries_Constraint {\n /** unique or primary key constraint on columns \"id\" */\n CountriesPkey = 'countries_pkey'\n}\n\n/** input type for incrementing numeric columns in table \"countries\" */\nexport type Countries_Inc_Input = {\n id?: InputMaybe;\n};\n\n/** input type for inserting data into table \"countries\" */\nexport type Countries_Insert_Input = {\n code?: InputMaybe;\n id?: InputMaybe;\n name?: InputMaybe;\n};\n\n/** aggregate max on columns */\nexport type Countries_Max_Fields = {\n __typename?: 'countries_max_fields';\n code?: Maybe;\n id?: Maybe;\n name?: Maybe;\n};\n\n/** aggregate min on columns */\nexport type Countries_Min_Fields = {\n __typename?: 'countries_min_fields';\n code?: Maybe;\n id?: Maybe;\n name?: Maybe;\n};\n\n/** response of any mutation on the table \"countries\" */\nexport type Countries_Mutation_Response = {\n __typename?: 'countries_mutation_response';\n /** number of rows affected by the mutation */\n affected_rows: Scalars['Int']['output'];\n /** data from the rows affected by the mutation */\n returning: Array;\n};\n\n/** on_conflict condition type for table \"countries\" */\nexport type Countries_On_Conflict = {\n constraint: Countries_Constraint;\n update_columns?: Array;\n where?: InputMaybe;\n};\n\n/** Ordering options when selecting data from \"countries\". */\nexport type Countries_Order_By = {\n code?: InputMaybe;\n id?: InputMaybe;\n name?: InputMaybe;\n};\n\n/** primary key columns input for table: countries */\nexport type Countries_Pk_Columns_Input = {\n id: Scalars['numeric']['input'];\n};\n\n/** select columns of table \"countries\" */\nexport enum Countries_Select_Column {\n /** column name */\n Code = 'code',\n /** column name */\n Id = 'id',\n /** column name */\n Name = 'name'\n}\n\n/** input type for updating data in table \"countries\" */\nexport type Countries_Set_Input = {\n code?: InputMaybe;\n id?: InputMaybe;\n name?: InputMaybe;\n};\n\n/** aggregate stddev on columns */\nexport type Countries_Stddev_Fields = {\n __typename?: 'countries_stddev_fields';\n id?: Maybe;\n};\n\n/** aggregate stddev_pop on columns */\nexport type Countries_Stddev_Pop_Fields = {\n __typename?: 'countries_stddev_pop_fields';\n id?: Maybe;\n};\n\n/** aggregate stddev_samp on columns */\nexport type Countries_Stddev_Samp_Fields = {\n __typename?: 'countries_stddev_samp_fields';\n id?: Maybe;\n};\n\n/** Streaming cursor of the table \"countries\" */\nexport type Countries_Stream_Cursor_Input = {\n /** Stream column input with initial value */\n initial_value: Countries_Stream_Cursor_Value_Input;\n /** cursor ordering */\n ordering?: InputMaybe;\n};\n\n/** Initial value of the column from where the streaming should start */\nexport type Countries_Stream_Cursor_Value_Input = {\n code?: InputMaybe;\n id?: InputMaybe;\n name?: InputMaybe;\n};\n\n/** aggregate sum on columns */\nexport type Countries_Sum_Fields = {\n __typename?: 'countries_sum_fields';\n id?: Maybe;\n};\n\n/** update columns of table \"countries\" */\nexport enum Countries_Update_Column {\n /** column name */\n Code = 'code',\n /** column name */\n Id = 'id',\n /** column name */\n Name = 'name'\n}\n\nexport type Countries_Updates = {\n /** increments the numeric columns with given value of the filtered values */\n _inc?: InputMaybe;\n /** sets the columns of the filtered rows to the given values */\n _set?: InputMaybe;\n /** filter the rows which have to be updated */\n where: Countries_Bool_Exp;\n};\n\n/** aggregate var_pop on columns */\nexport type Countries_Var_Pop_Fields = {\n __typename?: 'countries_var_pop_fields';\n id?: Maybe;\n};\n\n/** aggregate var_samp on columns */\nexport type Countries_Var_Samp_Fields = {\n __typename?: 'countries_var_samp_fields';\n id?: Maybe;\n};\n\n/** aggregate variance on columns */\nexport type Countries_Variance_Fields = {\n __typename?: 'countries_variance_fields';\n id?: Maybe;\n};\n\n/** ordering argument of a cursor */\nexport enum Cursor_Ordering {\n /** ascending ordering of the cursor */\n Asc = 'ASC',\n /** descending ordering of the cursor */\n Desc = 'DESC'\n}\n\n/** columns and relationships of \"exit_interview_recordings\" */\nexport type Exit_Interview_Recordings = {\n __typename?: 'exit_interview_recordings';\n created_at: Scalars['timestamptz']['output'];\n /** An object relationship */\n exit_interview: Exit_Interviews;\n exit_interview_id: Scalars['Int']['output'];\n id: Scalars['Int']['output'];\n mux_asset_id: Scalars['String']['output'];\n mux_playback_id: Scalars['String']['output'];\n updated_at: Scalars['timestamptz']['output'];\n};\n\n/** aggregated selection of \"exit_interview_recordings\" */\nexport type Exit_Interview_Recordings_Aggregate = {\n __typename?: 'exit_interview_recordings_aggregate';\n aggregate?: Maybe;\n nodes: Array;\n};\n\nexport type Exit_Interview_Recordings_Aggregate_Bool_Exp = {\n count?: InputMaybe;\n};\n\nexport type Exit_Interview_Recordings_Aggregate_Bool_Exp_Count = {\n arguments?: InputMaybe>;\n distinct?: InputMaybe;\n filter?: InputMaybe;\n predicate: Int_Comparison_Exp;\n};\n\n/** aggregate fields of \"exit_interview_recordings\" */\nexport type Exit_Interview_Recordings_Aggregate_Fields = {\n __typename?: 'exit_interview_recordings_aggregate_fields';\n avg?: Maybe;\n count: Scalars['Int']['output'];\n max?: Maybe;\n min?: Maybe;\n stddev?: Maybe;\n stddev_pop?: Maybe;\n stddev_samp?: Maybe;\n sum?: Maybe;\n var_pop?: Maybe;\n var_samp?: Maybe;\n variance?: Maybe;\n};\n\n\n/** aggregate fields of \"exit_interview_recordings\" */\nexport type Exit_Interview_Recordings_Aggregate_FieldsCountArgs = {\n columns?: InputMaybe>;\n distinct?: InputMaybe;\n};\n\n/** order by aggregate values of table \"exit_interview_recordings\" */\nexport type Exit_Interview_Recordings_Aggregate_Order_By = {\n avg?: InputMaybe;\n count?: InputMaybe;\n max?: InputMaybe;\n min?: InputMaybe;\n stddev?: InputMaybe;\n stddev_pop?: InputMaybe;\n stddev_samp?: InputMaybe;\n sum?: InputMaybe;\n var_pop?: InputMaybe;\n var_samp?: InputMaybe;\n variance?: InputMaybe;\n};\n\n/** input type for inserting array relation for remote table \"exit_interview_recordings\" */\nexport type Exit_Interview_Recordings_Arr_Rel_Insert_Input = {\n data: Array;\n /** upsert condition */\n on_conflict?: InputMaybe;\n};\n\n/** aggregate avg on columns */\nexport type Exit_Interview_Recordings_Avg_Fields = {\n __typename?: 'exit_interview_recordings_avg_fields';\n exit_interview_id?: Maybe;\n id?: Maybe;\n};\n\n/** order by avg() on columns of table \"exit_interview_recordings\" */\nexport type Exit_Interview_Recordings_Avg_Order_By = {\n exit_interview_id?: InputMaybe;\n id?: InputMaybe;\n};\n\n/** Boolean expression to filter rows from the table \"exit_interview_recordings\". All fields are combined with a logical 'AND'. */\nexport type Exit_Interview_Recordings_Bool_Exp = {\n _and?: InputMaybe>;\n _not?: InputMaybe;\n _or?: InputMaybe>;\n created_at?: InputMaybe;\n exit_interview?: InputMaybe;\n exit_interview_id?: InputMaybe;\n id?: InputMaybe;\n mux_asset_id?: InputMaybe;\n mux_playback_id?: InputMaybe;\n updated_at?: InputMaybe;\n};\n\n/** unique or primary key constraints on table \"exit_interview_recordings\" */\nexport enum Exit_Interview_Recordings_Constraint {\n /** unique or primary key constraint on columns \"id\" */\n ExitInterviewRecordingsPkey = 'exit_interview_recordings_pkey'\n}\n\n/** input type for incrementing numeric columns in table \"exit_interview_recordings\" */\nexport type Exit_Interview_Recordings_Inc_Input = {\n exit_interview_id?: InputMaybe;\n id?: InputMaybe;\n};\n\n/** input type for inserting data into table \"exit_interview_recordings\" */\nexport type Exit_Interview_Recordings_Insert_Input = {\n created_at?: InputMaybe;\n exit_interview?: InputMaybe;\n exit_interview_id?: InputMaybe;\n id?: InputMaybe;\n mux_asset_id?: InputMaybe;\n mux_playback_id?: InputMaybe;\n updated_at?: InputMaybe;\n};\n\n/** aggregate max on columns */\nexport type Exit_Interview_Recordings_Max_Fields = {\n __typename?: 'exit_interview_recordings_max_fields';\n created_at?: Maybe;\n exit_interview_id?: Maybe;\n id?: Maybe;\n mux_asset_id?: Maybe;\n mux_playback_id?: Maybe;\n updated_at?: Maybe;\n};\n\n/** order by max() on columns of table \"exit_interview_recordings\" */\nexport type Exit_Interview_Recordings_Max_Order_By = {\n created_at?: InputMaybe;\n exit_interview_id?: InputMaybe;\n id?: InputMaybe;\n mux_asset_id?: InputMaybe;\n mux_playback_id?: InputMaybe;\n updated_at?: InputMaybe;\n};\n\n/** aggregate min on columns */\nexport type Exit_Interview_Recordings_Min_Fields = {\n __typename?: 'exit_interview_recordings_min_fields';\n created_at?: Maybe;\n exit_interview_id?: Maybe;\n id?: Maybe;\n mux_asset_id?: Maybe;\n mux_playback_id?: Maybe;\n updated_at?: Maybe;\n};\n\n/** order by min() on columns of table \"exit_interview_recordings\" */\nexport type Exit_Interview_Recordings_Min_Order_By = {\n created_at?: InputMaybe;\n exit_interview_id?: InputMaybe;\n id?: InputMaybe;\n mux_asset_id?: InputMaybe;\n mux_playback_id?: InputMaybe;\n updated_at?: InputMaybe;\n};\n\n/** response of any mutation on the table \"exit_interview_recordings\" */\nexport type Exit_Interview_Recordings_Mutation_Response = {\n __typename?: 'exit_interview_recordings_mutation_response';\n /** number of rows affected by the mutation */\n affected_rows: Scalars['Int']['output'];\n /** data from the rows affected by the mutation */\n returning: Array;\n};\n\n/** on_conflict condition type for table \"exit_interview_recordings\" */\nexport type Exit_Interview_Recordings_On_Conflict = {\n constraint: Exit_Interview_Recordings_Constraint;\n update_columns?: Array;\n where?: InputMaybe;\n};\n\n/** Ordering options when selecting data from \"exit_interview_recordings\". */\nexport type Exit_Interview_Recordings_Order_By = {\n created_at?: InputMaybe;\n exit_interview?: InputMaybe;\n exit_interview_id?: InputMaybe;\n id?: InputMaybe;\n mux_asset_id?: InputMaybe;\n mux_playback_id?: InputMaybe;\n updated_at?: InputMaybe;\n};\n\n/** primary key columns input for table: exit_interview_recordings */\nexport type Exit_Interview_Recordings_Pk_Columns_Input = {\n id: Scalars['Int']['input'];\n};\n\n/** select columns of table \"exit_interview_recordings\" */\nexport enum Exit_Interview_Recordings_Select_Column {\n /** column name */\n CreatedAt = 'created_at',\n /** column name */\n ExitInterviewId = 'exit_interview_id',\n /** column name */\n Id = 'id',\n /** column name */\n MuxAssetId = 'mux_asset_id',\n /** column name */\n MuxPlaybackId = 'mux_playback_id',\n /** column name */\n UpdatedAt = 'updated_at'\n}\n\n/** input type for updating data in table \"exit_interview_recordings\" */\nexport type Exit_Interview_Recordings_Set_Input = {\n created_at?: InputMaybe;\n exit_interview_id?: InputMaybe;\n id?: InputMaybe;\n mux_asset_id?: InputMaybe;\n mux_playback_id?: InputMaybe;\n updated_at?: InputMaybe;\n};\n\n/** aggregate stddev on columns */\nexport type Exit_Interview_Recordings_Stddev_Fields = {\n __typename?: 'exit_interview_recordings_stddev_fields';\n exit_interview_id?: Maybe;\n id?: Maybe;\n};\n\n/** order by stddev() on columns of table \"exit_interview_recordings\" */\nexport type Exit_Interview_Recordings_Stddev_Order_By = {\n exit_interview_id?: InputMaybe;\n id?: InputMaybe;\n};\n\n/** aggregate stddev_pop on columns */\nexport type Exit_Interview_Recordings_Stddev_Pop_Fields = {\n __typename?: 'exit_interview_recordings_stddev_pop_fields';\n exit_interview_id?: Maybe;\n id?: Maybe;\n};\n\n/** order by stddev_pop() on columns of table \"exit_interview_recordings\" */\nexport type Exit_Interview_Recordings_Stddev_Pop_Order_By = {\n exit_interview_id?: InputMaybe;\n id?: InputMaybe;\n};\n\n/** aggregate stddev_samp on columns */\nexport type Exit_Interview_Recordings_Stddev_Samp_Fields = {\n __typename?: 'exit_interview_recordings_stddev_samp_fields';\n exit_interview_id?: Maybe;\n id?: Maybe;\n};\n\n/** order by stddev_samp() on columns of table \"exit_interview_recordings\" */\nexport type Exit_Interview_Recordings_Stddev_Samp_Order_By = {\n exit_interview_id?: InputMaybe;\n id?: InputMaybe;\n};\n\n/** Streaming cursor of the table \"exit_interview_recordings\" */\nexport type Exit_Interview_Recordings_Stream_Cursor_Input = {\n /** Stream column input with initial value */\n initial_value: Exit_Interview_Recordings_Stream_Cursor_Value_Input;\n /** cursor ordering */\n ordering?: InputMaybe;\n};\n\n/** Initial value of the column from where the streaming should start */\nexport type Exit_Interview_Recordings_Stream_Cursor_Value_Input = {\n created_at?: InputMaybe;\n exit_interview_id?: InputMaybe;\n id?: InputMaybe;\n mux_asset_id?: InputMaybe;\n mux_playback_id?: InputMaybe;\n updated_at?: InputMaybe;\n};\n\n/** aggregate sum on columns */\nexport type Exit_Interview_Recordings_Sum_Fields = {\n __typename?: 'exit_interview_recordings_sum_fields';\n exit_interview_id?: Maybe;\n id?: Maybe;\n};\n\n/** order by sum() on columns of table \"exit_interview_recordings\" */\nexport type Exit_Interview_Recordings_Sum_Order_By = {\n exit_interview_id?: InputMaybe;\n id?: InputMaybe;\n};\n\n/** update columns of table \"exit_interview_recordings\" */\nexport enum Exit_Interview_Recordings_Update_Column {\n /** column name */\n CreatedAt = 'created_at',\n /** column name */\n ExitInterviewId = 'exit_interview_id',\n /** column name */\n Id = 'id',\n /** column name */\n MuxAssetId = 'mux_asset_id',\n /** column name */\n MuxPlaybackId = 'mux_playback_id',\n /** column name */\n UpdatedAt = 'updated_at'\n}\n\nexport type Exit_Interview_Recordings_Updates = {\n /** increments the numeric columns with given value of the filtered values */\n _inc?: InputMaybe;\n /** sets the columns of the filtered rows to the given values */\n _set?: InputMaybe;\n /** filter the rows which have to be updated */\n where: Exit_Interview_Recordings_Bool_Exp;\n};\n\n/** aggregate var_pop on columns */\nexport type Exit_Interview_Recordings_Var_Pop_Fields = {\n __typename?: 'exit_interview_recordings_var_pop_fields';\n exit_interview_id?: Maybe;\n id?: Maybe;\n};\n\n/** order by var_pop() on columns of table \"exit_interview_recordings\" */\nexport type Exit_Interview_Recordings_Var_Pop_Order_By = {\n exit_interview_id?: InputMaybe;\n id?: InputMaybe;\n};\n\n/** aggregate var_samp on columns */\nexport type Exit_Interview_Recordings_Var_Samp_Fields = {\n __typename?: 'exit_interview_recordings_var_samp_fields';\n exit_interview_id?: Maybe;\n id?: Maybe;\n};\n\n/** order by var_samp() on columns of table \"exit_interview_recordings\" */\nexport type Exit_Interview_Recordings_Var_Samp_Order_By = {\n exit_interview_id?: InputMaybe;\n id?: InputMaybe;\n};\n\n/** aggregate variance on columns */\nexport type Exit_Interview_Recordings_Variance_Fields = {\n __typename?: 'exit_interview_recordings_variance_fields';\n exit_interview_id?: Maybe;\n id?: Maybe;\n};\n\n/** order by variance() on columns of table \"exit_interview_recordings\" */\nexport type Exit_Interview_Recordings_Variance_Order_By = {\n exit_interview_id?: InputMaybe;\n id?: InputMaybe;\n};\n\n/** columns and relationships of \"exit_interviews\" */\nexport type Exit_Interviews = {\n __typename?: 'exit_interviews';\n claimed_by?: Maybe;\n created_at: Scalars['timestamptz']['output'];\n id: Scalars['Int']['output'];\n /** An object relationship */\n interviewer?: Maybe;\n live_kit_room_status?: Maybe;\n mux_broadcast_id?: Maybe;\n mux_live_stream_id: Scalars['String']['output'];\n mux_live_stream_key?: Maybe;\n mux_live_stream_playback_id?: Maybe;\n mux_live_stream_status?: Maybe;\n mux_space_id?: Maybe;\n mux_space_status?: Maybe;\n ready_at?: Maybe;\n /** An array relationship */\n recordings: Array;\n /** An aggregate relationship */\n recordings_aggregate: Exit_Interview_Recordings_Aggregate;\n /** An object relationship */\n team: Teams;\n team_id: Scalars['Int']['output'];\n updated_at: Scalars['timestamptz']['output'];\n};\n\n\n/** columns and relationships of \"exit_interviews\" */\nexport type Exit_InterviewsRecordingsArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n\n/** columns and relationships of \"exit_interviews\" */\nexport type Exit_InterviewsRecordings_AggregateArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n/** aggregated selection of \"exit_interviews\" */\nexport type Exit_Interviews_Aggregate = {\n __typename?: 'exit_interviews_aggregate';\n aggregate?: Maybe;\n nodes: Array;\n};\n\n/** aggregate fields of \"exit_interviews\" */\nexport type Exit_Interviews_Aggregate_Fields = {\n __typename?: 'exit_interviews_aggregate_fields';\n avg?: Maybe;\n count: Scalars['Int']['output'];\n max?: Maybe;\n min?: Maybe;\n stddev?: Maybe;\n stddev_pop?: Maybe;\n stddev_samp?: Maybe;\n sum?: Maybe;\n var_pop?: Maybe;\n var_samp?: Maybe;\n variance?: Maybe;\n};\n\n\n/** aggregate fields of \"exit_interviews\" */\nexport type Exit_Interviews_Aggregate_FieldsCountArgs = {\n columns?: InputMaybe>;\n distinct?: InputMaybe;\n};\n\n/** aggregate avg on columns */\nexport type Exit_Interviews_Avg_Fields = {\n __typename?: 'exit_interviews_avg_fields';\n claimed_by?: Maybe;\n id?: Maybe;\n team_id?: Maybe;\n};\n\n/** Boolean expression to filter rows from the table \"exit_interviews\". All fields are combined with a logical 'AND'. */\nexport type Exit_Interviews_Bool_Exp = {\n _and?: InputMaybe>;\n _not?: InputMaybe;\n _or?: InputMaybe>;\n claimed_by?: InputMaybe;\n created_at?: InputMaybe;\n id?: InputMaybe;\n interviewer?: InputMaybe;\n live_kit_room_status?: InputMaybe;\n mux_broadcast_id?: InputMaybe;\n mux_live_stream_id?: InputMaybe;\n mux_live_stream_key?: InputMaybe;\n mux_live_stream_playback_id?: InputMaybe;\n mux_live_stream_status?: InputMaybe;\n mux_space_id?: InputMaybe;\n mux_space_status?: InputMaybe;\n ready_at?: InputMaybe;\n recordings?: InputMaybe;\n recordings_aggregate?: InputMaybe;\n team?: InputMaybe;\n team_id?: InputMaybe;\n updated_at?: InputMaybe;\n};\n\n/** unique or primary key constraints on table \"exit_interviews\" */\nexport enum Exit_Interviews_Constraint {\n /** unique or primary key constraint on columns \"id\" */\n ExitInterviewsPkey = 'exit_interviews_pkey'\n}\n\n/** input type for incrementing numeric columns in table \"exit_interviews\" */\nexport type Exit_Interviews_Inc_Input = {\n claimed_by?: InputMaybe;\n id?: InputMaybe;\n team_id?: InputMaybe;\n};\n\n/** input type for inserting data into table \"exit_interviews\" */\nexport type Exit_Interviews_Insert_Input = {\n claimed_by?: InputMaybe;\n created_at?: InputMaybe;\n id?: InputMaybe;\n interviewer?: InputMaybe;\n live_kit_room_status?: InputMaybe;\n mux_broadcast_id?: InputMaybe;\n mux_live_stream_id?: InputMaybe;\n mux_live_stream_key?: InputMaybe;\n mux_live_stream_playback_id?: InputMaybe;\n mux_live_stream_status?: InputMaybe;\n mux_space_id?: InputMaybe;\n mux_space_status?: InputMaybe;\n ready_at?: InputMaybe;\n recordings?: InputMaybe;\n team?: InputMaybe;\n team_id?: InputMaybe;\n updated_at?: InputMaybe;\n};\n\n/** aggregate max on columns */\nexport type Exit_Interviews_Max_Fields = {\n __typename?: 'exit_interviews_max_fields';\n claimed_by?: Maybe;\n created_at?: Maybe;\n id?: Maybe;\n live_kit_room_status?: Maybe;\n mux_broadcast_id?: Maybe;\n mux_live_stream_id?: Maybe;\n mux_live_stream_key?: Maybe;\n mux_live_stream_playback_id?: Maybe;\n mux_live_stream_status?: Maybe;\n mux_space_id?: Maybe;\n mux_space_status?: Maybe;\n ready_at?: Maybe;\n team_id?: Maybe;\n updated_at?: Maybe;\n};\n\n/** aggregate min on columns */\nexport type Exit_Interviews_Min_Fields = {\n __typename?: 'exit_interviews_min_fields';\n claimed_by?: Maybe;\n created_at?: Maybe;\n id?: Maybe;\n live_kit_room_status?: Maybe;\n mux_broadcast_id?: Maybe;\n mux_live_stream_id?: Maybe;\n mux_live_stream_key?: Maybe;\n mux_live_stream_playback_id?: Maybe;\n mux_live_stream_status?: Maybe;\n mux_space_id?: Maybe;\n mux_space_status?: Maybe;\n ready_at?: Maybe;\n team_id?: Maybe;\n updated_at?: Maybe;\n};\n\n/** response of any mutation on the table \"exit_interviews\" */\nexport type Exit_Interviews_Mutation_Response = {\n __typename?: 'exit_interviews_mutation_response';\n /** number of rows affected by the mutation */\n affected_rows: Scalars['Int']['output'];\n /** data from the rows affected by the mutation */\n returning: Array;\n};\n\n/** input type for inserting object relation for remote table \"exit_interviews\" */\nexport type Exit_Interviews_Obj_Rel_Insert_Input = {\n data: Exit_Interviews_Insert_Input;\n /** upsert condition */\n on_conflict?: InputMaybe;\n};\n\n/** on_conflict condition type for table \"exit_interviews\" */\nexport type Exit_Interviews_On_Conflict = {\n constraint: Exit_Interviews_Constraint;\n update_columns?: Array;\n where?: InputMaybe;\n};\n\n/** Ordering options when selecting data from \"exit_interviews\". */\nexport type Exit_Interviews_Order_By = {\n claimed_by?: InputMaybe;\n created_at?: InputMaybe;\n id?: InputMaybe;\n interviewer?: InputMaybe;\n live_kit_room_status?: InputMaybe;\n mux_broadcast_id?: InputMaybe;\n mux_live_stream_id?: InputMaybe;\n mux_live_stream_key?: InputMaybe;\n mux_live_stream_playback_id?: InputMaybe;\n mux_live_stream_status?: InputMaybe;\n mux_space_id?: InputMaybe;\n mux_space_status?: InputMaybe;\n ready_at?: InputMaybe;\n recordings_aggregate?: InputMaybe;\n team?: InputMaybe;\n team_id?: InputMaybe;\n updated_at?: InputMaybe;\n};\n\n/** primary key columns input for table: exit_interviews */\nexport type Exit_Interviews_Pk_Columns_Input = {\n id: Scalars['Int']['input'];\n};\n\n/** select columns of table \"exit_interviews\" */\nexport enum Exit_Interviews_Select_Column {\n /** column name */\n ClaimedBy = 'claimed_by',\n /** column name */\n CreatedAt = 'created_at',\n /** column name */\n Id = 'id',\n /** column name */\n LiveKitRoomStatus = 'live_kit_room_status',\n /** column name */\n MuxBroadcastId = 'mux_broadcast_id',\n /** column name */\n MuxLiveStreamId = 'mux_live_stream_id',\n /** column name */\n MuxLiveStreamKey = 'mux_live_stream_key',\n /** column name */\n MuxLiveStreamPlaybackId = 'mux_live_stream_playback_id',\n /** column name */\n MuxLiveStreamStatus = 'mux_live_stream_status',\n /** column name */\n MuxSpaceId = 'mux_space_id',\n /** column name */\n MuxSpaceStatus = 'mux_space_status',\n /** column name */\n ReadyAt = 'ready_at',\n /** column name */\n TeamId = 'team_id',\n /** column name */\n UpdatedAt = 'updated_at'\n}\n\n/** input type for updating data in table \"exit_interviews\" */\nexport type Exit_Interviews_Set_Input = {\n claimed_by?: InputMaybe;\n created_at?: InputMaybe;\n id?: InputMaybe;\n live_kit_room_status?: InputMaybe;\n mux_broadcast_id?: InputMaybe;\n mux_live_stream_id?: InputMaybe;\n mux_live_stream_key?: InputMaybe;\n mux_live_stream_playback_id?: InputMaybe;\n mux_live_stream_status?: InputMaybe;\n mux_space_id?: InputMaybe;\n mux_space_status?: InputMaybe;\n ready_at?: InputMaybe;\n team_id?: InputMaybe;\n updated_at?: InputMaybe;\n};\n\n/** aggregate stddev on columns */\nexport type Exit_Interviews_Stddev_Fields = {\n __typename?: 'exit_interviews_stddev_fields';\n claimed_by?: Maybe;\n id?: Maybe;\n team_id?: Maybe;\n};\n\n/** aggregate stddev_pop on columns */\nexport type Exit_Interviews_Stddev_Pop_Fields = {\n __typename?: 'exit_interviews_stddev_pop_fields';\n claimed_by?: Maybe;\n id?: Maybe;\n team_id?: Maybe;\n};\n\n/** aggregate stddev_samp on columns */\nexport type Exit_Interviews_Stddev_Samp_Fields = {\n __typename?: 'exit_interviews_stddev_samp_fields';\n claimed_by?: Maybe;\n id?: Maybe;\n team_id?: Maybe;\n};\n\n/** Streaming cursor of the table \"exit_interviews\" */\nexport type Exit_Interviews_Stream_Cursor_Input = {\n /** Stream column input with initial value */\n initial_value: Exit_Interviews_Stream_Cursor_Value_Input;\n /** cursor ordering */\n ordering?: InputMaybe;\n};\n\n/** Initial value of the column from where the streaming should start */\nexport type Exit_Interviews_Stream_Cursor_Value_Input = {\n claimed_by?: InputMaybe;\n created_at?: InputMaybe;\n id?: InputMaybe;\n live_kit_room_status?: InputMaybe;\n mux_broadcast_id?: InputMaybe;\n mux_live_stream_id?: InputMaybe;\n mux_live_stream_key?: InputMaybe;\n mux_live_stream_playback_id?: InputMaybe;\n mux_live_stream_status?: InputMaybe;\n mux_space_id?: InputMaybe;\n mux_space_status?: InputMaybe;\n ready_at?: InputMaybe;\n team_id?: InputMaybe;\n updated_at?: InputMaybe;\n};\n\n/** aggregate sum on columns */\nexport type Exit_Interviews_Sum_Fields = {\n __typename?: 'exit_interviews_sum_fields';\n claimed_by?: Maybe;\n id?: Maybe;\n team_id?: Maybe;\n};\n\n/** update columns of table \"exit_interviews\" */\nexport enum Exit_Interviews_Update_Column {\n /** column name */\n ClaimedBy = 'claimed_by',\n /** column name */\n CreatedAt = 'created_at',\n /** column name */\n Id = 'id',\n /** column name */\n LiveKitRoomStatus = 'live_kit_room_status',\n /** column name */\n MuxBroadcastId = 'mux_broadcast_id',\n /** column name */\n MuxLiveStreamId = 'mux_live_stream_id',\n /** column name */\n MuxLiveStreamKey = 'mux_live_stream_key',\n /** column name */\n MuxLiveStreamPlaybackId = 'mux_live_stream_playback_id',\n /** column name */\n MuxLiveStreamStatus = 'mux_live_stream_status',\n /** column name */\n MuxSpaceId = 'mux_space_id',\n /** column name */\n MuxSpaceStatus = 'mux_space_status',\n /** column name */\n ReadyAt = 'ready_at',\n /** column name */\n TeamId = 'team_id',\n /** column name */\n UpdatedAt = 'updated_at'\n}\n\nexport type Exit_Interviews_Updates = {\n /** increments the numeric columns with given value of the filtered values */\n _inc?: InputMaybe;\n /** sets the columns of the filtered rows to the given values */\n _set?: InputMaybe;\n /** filter the rows which have to be updated */\n where: Exit_Interviews_Bool_Exp;\n};\n\n/** aggregate var_pop on columns */\nexport type Exit_Interviews_Var_Pop_Fields = {\n __typename?: 'exit_interviews_var_pop_fields';\n claimed_by?: Maybe;\n id?: Maybe;\n team_id?: Maybe;\n};\n\n/** aggregate var_samp on columns */\nexport type Exit_Interviews_Var_Samp_Fields = {\n __typename?: 'exit_interviews_var_samp_fields';\n claimed_by?: Maybe;\n id?: Maybe;\n team_id?: Maybe;\n};\n\n/** aggregate variance on columns */\nexport type Exit_Interviews_Variance_Fields = {\n __typename?: 'exit_interviews_variance_fields';\n claimed_by?: Maybe;\n id?: Maybe;\n team_id?: Maybe;\n};\n\n/** columns and relationships of \"expertise\" */\nexport type Expertise = {\n __typename?: 'expertise';\n description?: Maybe;\n id: Scalars['numeric']['output'];\n name: Scalars['String']['output'];\n};\n\n/** aggregated selection of \"expertise\" */\nexport type Expertise_Aggregate = {\n __typename?: 'expertise_aggregate';\n aggregate?: Maybe;\n nodes: Array;\n};\n\n/** aggregate fields of \"expertise\" */\nexport type Expertise_Aggregate_Fields = {\n __typename?: 'expertise_aggregate_fields';\n avg?: Maybe;\n count: Scalars['Int']['output'];\n max?: Maybe;\n min?: Maybe;\n stddev?: Maybe;\n stddev_pop?: Maybe;\n stddev_samp?: Maybe;\n sum?: Maybe;\n var_pop?: Maybe;\n var_samp?: Maybe;\n variance?: Maybe;\n};\n\n\n/** aggregate fields of \"expertise\" */\nexport type Expertise_Aggregate_FieldsCountArgs = {\n columns?: InputMaybe>;\n distinct?: InputMaybe;\n};\n\n/** aggregate avg on columns */\nexport type Expertise_Avg_Fields = {\n __typename?: 'expertise_avg_fields';\n id?: Maybe;\n};\n\n/** Boolean expression to filter rows from the table \"expertise\". All fields are combined with a logical 'AND'. */\nexport type Expertise_Bool_Exp = {\n _and?: InputMaybe>;\n _not?: InputMaybe;\n _or?: InputMaybe>;\n description?: InputMaybe;\n id?: InputMaybe;\n name?: InputMaybe;\n};\n\n/** unique or primary key constraints on table \"expertise\" */\nexport enum Expertise_Constraint {\n /** unique or primary key constraint on columns \"id\" */\n ExpertisePkey = 'expertise_pkey'\n}\n\n/** input type for incrementing numeric columns in table \"expertise\" */\nexport type Expertise_Inc_Input = {\n id?: InputMaybe;\n};\n\n/** input type for inserting data into table \"expertise\" */\nexport type Expertise_Insert_Input = {\n description?: InputMaybe;\n id?: InputMaybe;\n name?: InputMaybe;\n};\n\n/** aggregate max on columns */\nexport type Expertise_Max_Fields = {\n __typename?: 'expertise_max_fields';\n description?: Maybe;\n id?: Maybe;\n name?: Maybe;\n};\n\n/** aggregate min on columns */\nexport type Expertise_Min_Fields = {\n __typename?: 'expertise_min_fields';\n description?: Maybe;\n id?: Maybe;\n name?: Maybe;\n};\n\n/** response of any mutation on the table \"expertise\" */\nexport type Expertise_Mutation_Response = {\n __typename?: 'expertise_mutation_response';\n /** number of rows affected by the mutation */\n affected_rows: Scalars['Int']['output'];\n /** data from the rows affected by the mutation */\n returning: Array;\n};\n\n/** on_conflict condition type for table \"expertise\" */\nexport type Expertise_On_Conflict = {\n constraint: Expertise_Constraint;\n update_columns?: Array;\n where?: InputMaybe;\n};\n\n/** Ordering options when selecting data from \"expertise\". */\nexport type Expertise_Order_By = {\n description?: InputMaybe;\n id?: InputMaybe;\n name?: InputMaybe;\n};\n\n/** primary key columns input for table: expertise */\nexport type Expertise_Pk_Columns_Input = {\n id: Scalars['numeric']['input'];\n};\n\n/** select columns of table \"expertise\" */\nexport enum Expertise_Select_Column {\n /** column name */\n Description = 'description',\n /** column name */\n Id = 'id',\n /** column name */\n Name = 'name'\n}\n\n/** input type for updating data in table \"expertise\" */\nexport type Expertise_Set_Input = {\n description?: InputMaybe;\n id?: InputMaybe;\n name?: InputMaybe;\n};\n\n/** aggregate stddev on columns */\nexport type Expertise_Stddev_Fields = {\n __typename?: 'expertise_stddev_fields';\n id?: Maybe;\n};\n\n/** aggregate stddev_pop on columns */\nexport type Expertise_Stddev_Pop_Fields = {\n __typename?: 'expertise_stddev_pop_fields';\n id?: Maybe;\n};\n\n/** aggregate stddev_samp on columns */\nexport type Expertise_Stddev_Samp_Fields = {\n __typename?: 'expertise_stddev_samp_fields';\n id?: Maybe;\n};\n\n/** Streaming cursor of the table \"expertise\" */\nexport type Expertise_Stream_Cursor_Input = {\n /** Stream column input with initial value */\n initial_value: Expertise_Stream_Cursor_Value_Input;\n /** cursor ordering */\n ordering?: InputMaybe;\n};\n\n/** Initial value of the column from where the streaming should start */\nexport type Expertise_Stream_Cursor_Value_Input = {\n description?: InputMaybe;\n id?: InputMaybe;\n name?: InputMaybe;\n};\n\n/** aggregate sum on columns */\nexport type Expertise_Sum_Fields = {\n __typename?: 'expertise_sum_fields';\n id?: Maybe;\n};\n\n/** update columns of table \"expertise\" */\nexport enum Expertise_Update_Column {\n /** column name */\n Description = 'description',\n /** column name */\n Id = 'id',\n /** column name */\n Name = 'name'\n}\n\nexport type Expertise_Updates = {\n /** increments the numeric columns with given value of the filtered values */\n _inc?: InputMaybe;\n /** sets the columns of the filtered rows to the given values */\n _set?: InputMaybe;\n /** filter the rows which have to be updated */\n where: Expertise_Bool_Exp;\n};\n\n/** aggregate var_pop on columns */\nexport type Expertise_Var_Pop_Fields = {\n __typename?: 'expertise_var_pop_fields';\n id?: Maybe;\n};\n\n/** aggregate var_samp on columns */\nexport type Expertise_Var_Samp_Fields = {\n __typename?: 'expertise_var_samp_fields';\n id?: Maybe;\n};\n\n/** aggregate variance on columns */\nexport type Expertise_Variance_Fields = {\n __typename?: 'expertise_variance_fields';\n id?: Maybe;\n};\n\n/** columns and relationships of \"festival_badge_type_event_type\" */\nexport type Festival_Badge_Type_Event_Type = {\n __typename?: 'festival_badge_type_event_type';\n created_at: Scalars['timestamptz']['output'];\n credits: Scalars['Int']['output'];\n /** An object relationship */\n festival_badge_type: Festival_Badge_Types;\n festival_badge_type_id: Scalars['Int']['output'];\n /** An object relationship */\n festival_event_type: Festival_Event_Types;\n festival_event_type_id: Scalars['Int']['output'];\n id: Scalars['Int']['output'];\n updated_at: Scalars['timestamptz']['output'];\n};\n\n/** aggregated selection of \"festival_badge_type_event_type\" */\nexport type Festival_Badge_Type_Event_Type_Aggregate = {\n __typename?: 'festival_badge_type_event_type_aggregate';\n aggregate?: Maybe;\n nodes: Array;\n};\n\nexport type Festival_Badge_Type_Event_Type_Aggregate_Bool_Exp = {\n count?: InputMaybe;\n};\n\nexport type Festival_Badge_Type_Event_Type_Aggregate_Bool_Exp_Count = {\n arguments?: InputMaybe>;\n distinct?: InputMaybe;\n filter?: InputMaybe;\n predicate: Int_Comparison_Exp;\n};\n\n/** aggregate fields of \"festival_badge_type_event_type\" */\nexport type Festival_Badge_Type_Event_Type_Aggregate_Fields = {\n __typename?: 'festival_badge_type_event_type_aggregate_fields';\n avg?: Maybe;\n count: Scalars['Int']['output'];\n max?: Maybe;\n min?: Maybe;\n stddev?: Maybe;\n stddev_pop?: Maybe;\n stddev_samp?: Maybe;\n sum?: Maybe;\n var_pop?: Maybe;\n var_samp?: Maybe;\n variance?: Maybe;\n};\n\n\n/** aggregate fields of \"festival_badge_type_event_type\" */\nexport type Festival_Badge_Type_Event_Type_Aggregate_FieldsCountArgs = {\n columns?: InputMaybe>;\n distinct?: InputMaybe;\n};\n\n/** order by aggregate values of table \"festival_badge_type_event_type\" */\nexport type Festival_Badge_Type_Event_Type_Aggregate_Order_By = {\n avg?: InputMaybe;\n count?: InputMaybe;\n max?: InputMaybe;\n min?: InputMaybe;\n stddev?: InputMaybe;\n stddev_pop?: InputMaybe;\n stddev_samp?: InputMaybe;\n sum?: InputMaybe;\n var_pop?: InputMaybe;\n var_samp?: InputMaybe;\n variance?: InputMaybe;\n};\n\n/** input type for inserting array relation for remote table \"festival_badge_type_event_type\" */\nexport type Festival_Badge_Type_Event_Type_Arr_Rel_Insert_Input = {\n data: Array;\n /** upsert condition */\n on_conflict?: InputMaybe;\n};\n\n/** aggregate avg on columns */\nexport type Festival_Badge_Type_Event_Type_Avg_Fields = {\n __typename?: 'festival_badge_type_event_type_avg_fields';\n credits?: Maybe;\n festival_badge_type_id?: Maybe;\n festival_event_type_id?: Maybe;\n id?: Maybe;\n};\n\n/** order by avg() on columns of table \"festival_badge_type_event_type\" */\nexport type Festival_Badge_Type_Event_Type_Avg_Order_By = {\n credits?: InputMaybe;\n festival_badge_type_id?: InputMaybe;\n festival_event_type_id?: InputMaybe;\n id?: InputMaybe;\n};\n\n/** Boolean expression to filter rows from the table \"festival_badge_type_event_type\". All fields are combined with a logical 'AND'. */\nexport type Festival_Badge_Type_Event_Type_Bool_Exp = {\n _and?: InputMaybe>;\n _not?: InputMaybe;\n _or?: InputMaybe>;\n created_at?: InputMaybe;\n credits?: InputMaybe;\n festival_badge_type?: InputMaybe;\n festival_badge_type_id?: InputMaybe;\n festival_event_type?: InputMaybe;\n festival_event_type_id?: InputMaybe;\n id?: InputMaybe;\n updated_at?: InputMaybe;\n};\n\n/** unique or primary key constraints on table \"festival_badge_type_event_type\" */\nexport enum Festival_Badge_Type_Event_Type_Constraint {\n /** unique or primary key constraint on columns \"festival_badge_type_id\", \"festival_event_type_id\" */\n FestivalBadgeTypeEventTypFestivalBadgeTypeIdFestivKey = 'festival_badge_type_event_typ_festival_badge_type_id_festiv_key',\n /** unique or primary key constraint on columns \"id\" */\n FestivalBadgeTypeEventTypePkey = 'festival_badge_type_event_type_pkey'\n}\n\n/** input type for incrementing numeric columns in table \"festival_badge_type_event_type\" */\nexport type Festival_Badge_Type_Event_Type_Inc_Input = {\n credits?: InputMaybe;\n festival_badge_type_id?: InputMaybe;\n festival_event_type_id?: InputMaybe;\n id?: InputMaybe;\n};\n\n/** input type for inserting data into table \"festival_badge_type_event_type\" */\nexport type Festival_Badge_Type_Event_Type_Insert_Input = {\n created_at?: InputMaybe;\n credits?: InputMaybe;\n festival_badge_type?: InputMaybe;\n festival_badge_type_id?: InputMaybe;\n festival_event_type?: InputMaybe;\n festival_event_type_id?: InputMaybe;\n id?: InputMaybe;\n updated_at?: InputMaybe;\n};\n\n/** aggregate max on columns */\nexport type Festival_Badge_Type_Event_Type_Max_Fields = {\n __typename?: 'festival_badge_type_event_type_max_fields';\n created_at?: Maybe;\n credits?: Maybe;\n festival_badge_type_id?: Maybe;\n festival_event_type_id?: Maybe;\n id?: Maybe;\n updated_at?: Maybe;\n};\n\n/** order by max() on columns of table \"festival_badge_type_event_type\" */\nexport type Festival_Badge_Type_Event_Type_Max_Order_By = {\n created_at?: InputMaybe;\n credits?: InputMaybe;\n festival_badge_type_id?: InputMaybe;\n festival_event_type_id?: InputMaybe;\n id?: InputMaybe;\n updated_at?: InputMaybe;\n};\n\n/** aggregate min on columns */\nexport type Festival_Badge_Type_Event_Type_Min_Fields = {\n __typename?: 'festival_badge_type_event_type_min_fields';\n created_at?: Maybe;\n credits?: Maybe;\n festival_badge_type_id?: Maybe;\n festival_event_type_id?: Maybe;\n id?: Maybe;\n updated_at?: Maybe;\n};\n\n/** order by min() on columns of table \"festival_badge_type_event_type\" */\nexport type Festival_Badge_Type_Event_Type_Min_Order_By = {\n created_at?: InputMaybe;\n credits?: InputMaybe;\n festival_badge_type_id?: InputMaybe;\n festival_event_type_id?: InputMaybe;\n id?: InputMaybe;\n updated_at?: InputMaybe;\n};\n\n/** response of any mutation on the table \"festival_badge_type_event_type\" */\nexport type Festival_Badge_Type_Event_Type_Mutation_Response = {\n __typename?: 'festival_badge_type_event_type_mutation_response';\n /** number of rows affected by the mutation */\n affected_rows: Scalars['Int']['output'];\n /** data from the rows affected by the mutation */\n returning: Array;\n};\n\n/** on_conflict condition type for table \"festival_badge_type_event_type\" */\nexport type Festival_Badge_Type_Event_Type_On_Conflict = {\n constraint: Festival_Badge_Type_Event_Type_Constraint;\n update_columns?: Array;\n where?: InputMaybe;\n};\n\n/** Ordering options when selecting data from \"festival_badge_type_event_type\". */\nexport type Festival_Badge_Type_Event_Type_Order_By = {\n created_at?: InputMaybe;\n credits?: InputMaybe;\n festival_badge_type?: InputMaybe;\n festival_badge_type_id?: InputMaybe;\n festival_event_type?: InputMaybe;\n festival_event_type_id?: InputMaybe;\n id?: InputMaybe;\n updated_at?: InputMaybe;\n};\n\n/** primary key columns input for table: festival_badge_type_event_type */\nexport type Festival_Badge_Type_Event_Type_Pk_Columns_Input = {\n id: Scalars['Int']['input'];\n};\n\n/** select columns of table \"festival_badge_type_event_type\" */\nexport enum Festival_Badge_Type_Event_Type_Select_Column {\n /** column name */\n CreatedAt = 'created_at',\n /** column name */\n Credits = 'credits',\n /** column name */\n FestivalBadgeTypeId = 'festival_badge_type_id',\n /** column name */\n FestivalEventTypeId = 'festival_event_type_id',\n /** column name */\n Id = 'id',\n /** column name */\n UpdatedAt = 'updated_at'\n}\n\n/** input type for updating data in table \"festival_badge_type_event_type\" */\nexport type Festival_Badge_Type_Event_Type_Set_Input = {\n created_at?: InputMaybe;\n credits?: InputMaybe;\n festival_badge_type_id?: InputMaybe;\n festival_event_type_id?: InputMaybe;\n id?: InputMaybe;\n updated_at?: InputMaybe;\n};\n\n/** aggregate stddev on columns */\nexport type Festival_Badge_Type_Event_Type_Stddev_Fields = {\n __typename?: 'festival_badge_type_event_type_stddev_fields';\n credits?: Maybe;\n festival_badge_type_id?: Maybe;\n festival_event_type_id?: Maybe;\n id?: Maybe;\n};\n\n/** order by stddev() on columns of table \"festival_badge_type_event_type\" */\nexport type Festival_Badge_Type_Event_Type_Stddev_Order_By = {\n credits?: InputMaybe;\n festival_badge_type_id?: InputMaybe;\n festival_event_type_id?: InputMaybe;\n id?: InputMaybe;\n};\n\n/** aggregate stddev_pop on columns */\nexport type Festival_Badge_Type_Event_Type_Stddev_Pop_Fields = {\n __typename?: 'festival_badge_type_event_type_stddev_pop_fields';\n credits?: Maybe;\n festival_badge_type_id?: Maybe;\n festival_event_type_id?: Maybe;\n id?: Maybe;\n};\n\n/** order by stddev_pop() on columns of table \"festival_badge_type_event_type\" */\nexport type Festival_Badge_Type_Event_Type_Stddev_Pop_Order_By = {\n credits?: InputMaybe;\n festival_badge_type_id?: InputMaybe;\n festival_event_type_id?: InputMaybe;\n id?: InputMaybe;\n};\n\n/** aggregate stddev_samp on columns */\nexport type Festival_Badge_Type_Event_Type_Stddev_Samp_Fields = {\n __typename?: 'festival_badge_type_event_type_stddev_samp_fields';\n credits?: Maybe;\n festival_badge_type_id?: Maybe;\n festival_event_type_id?: Maybe;\n id?: Maybe;\n};\n\n/** order by stddev_samp() on columns of table \"festival_badge_type_event_type\" */\nexport type Festival_Badge_Type_Event_Type_Stddev_Samp_Order_By = {\n credits?: InputMaybe;\n festival_badge_type_id?: InputMaybe;\n festival_event_type_id?: InputMaybe;\n id?: InputMaybe;\n};\n\n/** Streaming cursor of the table \"festival_badge_type_event_type\" */\nexport type Festival_Badge_Type_Event_Type_Stream_Cursor_Input = {\n /** Stream column input with initial value */\n initial_value: Festival_Badge_Type_Event_Type_Stream_Cursor_Value_Input;\n /** cursor ordering */\n ordering?: InputMaybe;\n};\n\n/** Initial value of the column from where the streaming should start */\nexport type Festival_Badge_Type_Event_Type_Stream_Cursor_Value_Input = {\n created_at?: InputMaybe;\n credits?: InputMaybe;\n festival_badge_type_id?: InputMaybe;\n festival_event_type_id?: InputMaybe;\n id?: InputMaybe;\n updated_at?: InputMaybe;\n};\n\n/** aggregate sum on columns */\nexport type Festival_Badge_Type_Event_Type_Sum_Fields = {\n __typename?: 'festival_badge_type_event_type_sum_fields';\n credits?: Maybe;\n festival_badge_type_id?: Maybe;\n festival_event_type_id?: Maybe;\n id?: Maybe;\n};\n\n/** order by sum() on columns of table \"festival_badge_type_event_type\" */\nexport type Festival_Badge_Type_Event_Type_Sum_Order_By = {\n credits?: InputMaybe;\n festival_badge_type_id?: InputMaybe;\n festival_event_type_id?: InputMaybe;\n id?: InputMaybe;\n};\n\n/** update columns of table \"festival_badge_type_event_type\" */\nexport enum Festival_Badge_Type_Event_Type_Update_Column {\n /** column name */\n CreatedAt = 'created_at',\n /** column name */\n Credits = 'credits',\n /** column name */\n FestivalBadgeTypeId = 'festival_badge_type_id',\n /** column name */\n FestivalEventTypeId = 'festival_event_type_id',\n /** column name */\n Id = 'id',\n /** column name */\n UpdatedAt = 'updated_at'\n}\n\nexport type Festival_Badge_Type_Event_Type_Updates = {\n /** increments the numeric columns with given value of the filtered values */\n _inc?: InputMaybe;\n /** sets the columns of the filtered rows to the given values */\n _set?: InputMaybe;\n /** filter the rows which have to be updated */\n where: Festival_Badge_Type_Event_Type_Bool_Exp;\n};\n\n/** aggregate var_pop on columns */\nexport type Festival_Badge_Type_Event_Type_Var_Pop_Fields = {\n __typename?: 'festival_badge_type_event_type_var_pop_fields';\n credits?: Maybe;\n festival_badge_type_id?: Maybe;\n festival_event_type_id?: Maybe;\n id?: Maybe;\n};\n\n/** order by var_pop() on columns of table \"festival_badge_type_event_type\" */\nexport type Festival_Badge_Type_Event_Type_Var_Pop_Order_By = {\n credits?: InputMaybe;\n festival_badge_type_id?: InputMaybe;\n festival_event_type_id?: InputMaybe;\n id?: InputMaybe;\n};\n\n/** aggregate var_samp on columns */\nexport type Festival_Badge_Type_Event_Type_Var_Samp_Fields = {\n __typename?: 'festival_badge_type_event_type_var_samp_fields';\n credits?: Maybe;\n festival_badge_type_id?: Maybe;\n festival_event_type_id?: Maybe;\n id?: Maybe;\n};\n\n/** order by var_samp() on columns of table \"festival_badge_type_event_type\" */\nexport type Festival_Badge_Type_Event_Type_Var_Samp_Order_By = {\n credits?: InputMaybe;\n festival_badge_type_id?: InputMaybe;\n festival_event_type_id?: InputMaybe;\n id?: InputMaybe;\n};\n\n/** aggregate variance on columns */\nexport type Festival_Badge_Type_Event_Type_Variance_Fields = {\n __typename?: 'festival_badge_type_event_type_variance_fields';\n credits?: Maybe;\n festival_badge_type_id?: Maybe;\n festival_event_type_id?: Maybe;\n id?: Maybe;\n};\n\n/** order by variance() on columns of table \"festival_badge_type_event_type\" */\nexport type Festival_Badge_Type_Event_Type_Variance_Order_By = {\n credits?: InputMaybe;\n festival_badge_type_id?: InputMaybe;\n festival_event_type_id?: InputMaybe;\n id?: InputMaybe;\n};\n\n/** columns and relationships of \"festival_badge_types\" */\nexport type Festival_Badge_Types = {\n __typename?: 'festival_badge_types';\n color: Scalars['String']['output'];\n created_at: Scalars['timestamptz']['output'];\n features: Scalars['jsonb']['output'];\n /** An array relationship */\n festival_badge_type_event_types: Array;\n /** An aggregate relationship */\n festival_badge_type_event_types_aggregate: Festival_Badge_Type_Event_Type_Aggregate;\n /** An array relationship */\n festival_badges: Array;\n /** An aggregate relationship */\n festival_badges_aggregate: Festival_Badges_Aggregate;\n /** An object relationship */\n film_festival: Film_Festivals;\n film_festival_id: Scalars['Int']['output'];\n filmmaker_price: Scalars['numeric']['output'];\n filmmaker_price_id: Scalars['String']['output'];\n id: Scalars['Int']['output'];\n name: Scalars['String']['output'];\n price: Scalars['numeric']['output'];\n price_id: Scalars['String']['output'];\n product_id?: Maybe;\n updated_at: Scalars['timestamptz']['output'];\n visible: Scalars['Boolean']['output'];\n};\n\n\n/** columns and relationships of \"festival_badge_types\" */\nexport type Festival_Badge_TypesFeaturesArgs = {\n path?: InputMaybe;\n};\n\n\n/** columns and relationships of \"festival_badge_types\" */\nexport type Festival_Badge_TypesFestival_Badge_Type_Event_TypesArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n\n/** columns and relationships of \"festival_badge_types\" */\nexport type Festival_Badge_TypesFestival_Badge_Type_Event_Types_AggregateArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n\n/** columns and relationships of \"festival_badge_types\" */\nexport type Festival_Badge_TypesFestival_BadgesArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n\n/** columns and relationships of \"festival_badge_types\" */\nexport type Festival_Badge_TypesFestival_Badges_AggregateArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n/** aggregated selection of \"festival_badge_types\" */\nexport type Festival_Badge_Types_Aggregate = {\n __typename?: 'festival_badge_types_aggregate';\n aggregate?: Maybe;\n nodes: Array;\n};\n\n/** aggregate fields of \"festival_badge_types\" */\nexport type Festival_Badge_Types_Aggregate_Fields = {\n __typename?: 'festival_badge_types_aggregate_fields';\n avg?: Maybe;\n count: Scalars['Int']['output'];\n max?: Maybe;\n min?: Maybe;\n stddev?: Maybe;\n stddev_pop?: Maybe;\n stddev_samp?: Maybe;\n sum?: Maybe;\n var_pop?: Maybe;\n var_samp?: Maybe;\n variance?: Maybe;\n};\n\n\n/** aggregate fields of \"festival_badge_types\" */\nexport type Festival_Badge_Types_Aggregate_FieldsCountArgs = {\n columns?: InputMaybe>;\n distinct?: InputMaybe;\n};\n\n/** append existing jsonb value of filtered columns with new jsonb value */\nexport type Festival_Badge_Types_Append_Input = {\n features?: InputMaybe;\n};\n\n/** aggregate avg on columns */\nexport type Festival_Badge_Types_Avg_Fields = {\n __typename?: 'festival_badge_types_avg_fields';\n film_festival_id?: Maybe;\n filmmaker_price?: Maybe;\n id?: Maybe;\n price?: Maybe;\n};\n\n/** Boolean expression to filter rows from the table \"festival_badge_types\". All fields are combined with a logical 'AND'. */\nexport type Festival_Badge_Types_Bool_Exp = {\n _and?: InputMaybe>;\n _not?: InputMaybe;\n _or?: InputMaybe>;\n color?: InputMaybe;\n created_at?: InputMaybe;\n features?: InputMaybe;\n festival_badge_type_event_types?: InputMaybe;\n festival_badge_type_event_types_aggregate?: InputMaybe;\n festival_badges?: InputMaybe;\n festival_badges_aggregate?: InputMaybe;\n film_festival?: InputMaybe;\n film_festival_id?: InputMaybe;\n filmmaker_price?: InputMaybe;\n filmmaker_price_id?: InputMaybe;\n id?: InputMaybe;\n name?: InputMaybe;\n price?: InputMaybe;\n price_id?: InputMaybe;\n product_id?: InputMaybe;\n updated_at?: InputMaybe;\n visible?: InputMaybe;\n};\n\n/** unique or primary key constraints on table \"festival_badge_types\" */\nexport enum Festival_Badge_Types_Constraint {\n /** unique or primary key constraint on columns \"id\" */\n FestivalBadgeTypesPkey = 'festival_badge_types_pkey'\n}\n\n/** delete the field or element with specified path (for JSON arrays, negative integers count from the end) */\nexport type Festival_Badge_Types_Delete_At_Path_Input = {\n features?: InputMaybe>;\n};\n\n/** delete the array element with specified index (negative integers count from the end). throws an error if top level container is not an array */\nexport type Festival_Badge_Types_Delete_Elem_Input = {\n features?: InputMaybe;\n};\n\n/** delete key/value pair or string element. key/value pairs are matched based on their key value */\nexport type Festival_Badge_Types_Delete_Key_Input = {\n features?: InputMaybe;\n};\n\n/** input type for incrementing numeric columns in table \"festival_badge_types\" */\nexport type Festival_Badge_Types_Inc_Input = {\n film_festival_id?: InputMaybe;\n filmmaker_price?: InputMaybe;\n id?: InputMaybe;\n price?: InputMaybe;\n};\n\n/** input type for inserting data into table \"festival_badge_types\" */\nexport type Festival_Badge_Types_Insert_Input = {\n color?: InputMaybe;\n created_at?: InputMaybe;\n features?: InputMaybe;\n festival_badge_type_event_types?: InputMaybe;\n festival_badges?: InputMaybe;\n film_festival?: InputMaybe;\n film_festival_id?: InputMaybe;\n filmmaker_price?: InputMaybe;\n filmmaker_price_id?: InputMaybe;\n id?: InputMaybe;\n name?: InputMaybe;\n price?: InputMaybe;\n price_id?: InputMaybe;\n product_id?: InputMaybe;\n updated_at?: InputMaybe;\n visible?: InputMaybe;\n};\n\n/** aggregate max on columns */\nexport type Festival_Badge_Types_Max_Fields = {\n __typename?: 'festival_badge_types_max_fields';\n color?: Maybe;\n created_at?: Maybe;\n film_festival_id?: Maybe;\n filmmaker_price?: Maybe;\n filmmaker_price_id?: Maybe;\n id?: Maybe;\n name?: Maybe;\n price?: Maybe;\n price_id?: Maybe;\n product_id?: Maybe;\n updated_at?: Maybe;\n};\n\n/** aggregate min on columns */\nexport type Festival_Badge_Types_Min_Fields = {\n __typename?: 'festival_badge_types_min_fields';\n color?: Maybe;\n created_at?: Maybe;\n film_festival_id?: Maybe;\n filmmaker_price?: Maybe;\n filmmaker_price_id?: Maybe;\n id?: Maybe;\n name?: Maybe;\n price?: Maybe;\n price_id?: Maybe;\n product_id?: Maybe;\n updated_at?: Maybe;\n};\n\n/** response of any mutation on the table \"festival_badge_types\" */\nexport type Festival_Badge_Types_Mutation_Response = {\n __typename?: 'festival_badge_types_mutation_response';\n /** number of rows affected by the mutation */\n affected_rows: Scalars['Int']['output'];\n /** data from the rows affected by the mutation */\n returning: Array;\n};\n\n/** input type for inserting object relation for remote table \"festival_badge_types\" */\nexport type Festival_Badge_Types_Obj_Rel_Insert_Input = {\n data: Festival_Badge_Types_Insert_Input;\n /** upsert condition */\n on_conflict?: InputMaybe;\n};\n\n/** on_conflict condition type for table \"festival_badge_types\" */\nexport type Festival_Badge_Types_On_Conflict = {\n constraint: Festival_Badge_Types_Constraint;\n update_columns?: Array;\n where?: InputMaybe;\n};\n\n/** Ordering options when selecting data from \"festival_badge_types\". */\nexport type Festival_Badge_Types_Order_By = {\n color?: InputMaybe;\n created_at?: InputMaybe;\n features?: InputMaybe;\n festival_badge_type_event_types_aggregate?: InputMaybe;\n festival_badges_aggregate?: InputMaybe;\n film_festival?: InputMaybe;\n film_festival_id?: InputMaybe;\n filmmaker_price?: InputMaybe;\n filmmaker_price_id?: InputMaybe;\n id?: InputMaybe;\n name?: InputMaybe;\n price?: InputMaybe;\n price_id?: InputMaybe;\n product_id?: InputMaybe;\n updated_at?: InputMaybe;\n visible?: InputMaybe;\n};\n\n/** primary key columns input for table: festival_badge_types */\nexport type Festival_Badge_Types_Pk_Columns_Input = {\n id: Scalars['Int']['input'];\n};\n\n/** prepend existing jsonb value of filtered columns with new jsonb value */\nexport type Festival_Badge_Types_Prepend_Input = {\n features?: InputMaybe;\n};\n\n/** select columns of table \"festival_badge_types\" */\nexport enum Festival_Badge_Types_Select_Column {\n /** column name */\n Color = 'color',\n /** column name */\n CreatedAt = 'created_at',\n /** column name */\n Features = 'features',\n /** column name */\n FilmFestivalId = 'film_festival_id',\n /** column name */\n FilmmakerPrice = 'filmmaker_price',\n /** column name */\n FilmmakerPriceId = 'filmmaker_price_id',\n /** column name */\n Id = 'id',\n /** column name */\n Name = 'name',\n /** column name */\n Price = 'price',\n /** column name */\n PriceId = 'price_id',\n /** column name */\n ProductId = 'product_id',\n /** column name */\n UpdatedAt = 'updated_at',\n /** column name */\n Visible = 'visible'\n}\n\n/** input type for updating data in table \"festival_badge_types\" */\nexport type Festival_Badge_Types_Set_Input = {\n color?: InputMaybe;\n created_at?: InputMaybe;\n features?: InputMaybe;\n film_festival_id?: InputMaybe;\n filmmaker_price?: InputMaybe;\n filmmaker_price_id?: InputMaybe;\n id?: InputMaybe;\n name?: InputMaybe;\n price?: InputMaybe;\n price_id?: InputMaybe;\n product_id?: InputMaybe;\n updated_at?: InputMaybe;\n visible?: InputMaybe;\n};\n\n/** aggregate stddev on columns */\nexport type Festival_Badge_Types_Stddev_Fields = {\n __typename?: 'festival_badge_types_stddev_fields';\n film_festival_id?: Maybe;\n filmmaker_price?: Maybe;\n id?: Maybe;\n price?: Maybe;\n};\n\n/** aggregate stddev_pop on columns */\nexport type Festival_Badge_Types_Stddev_Pop_Fields = {\n __typename?: 'festival_badge_types_stddev_pop_fields';\n film_festival_id?: Maybe;\n filmmaker_price?: Maybe;\n id?: Maybe;\n price?: Maybe;\n};\n\n/** aggregate stddev_samp on columns */\nexport type Festival_Badge_Types_Stddev_Samp_Fields = {\n __typename?: 'festival_badge_types_stddev_samp_fields';\n film_festival_id?: Maybe;\n filmmaker_price?: Maybe;\n id?: Maybe;\n price?: Maybe;\n};\n\n/** Streaming cursor of the table \"festival_badge_types\" */\nexport type Festival_Badge_Types_Stream_Cursor_Input = {\n /** Stream column input with initial value */\n initial_value: Festival_Badge_Types_Stream_Cursor_Value_Input;\n /** cursor ordering */\n ordering?: InputMaybe;\n};\n\n/** Initial value of the column from where the streaming should start */\nexport type Festival_Badge_Types_Stream_Cursor_Value_Input = {\n color?: InputMaybe;\n created_at?: InputMaybe;\n features?: InputMaybe;\n film_festival_id?: InputMaybe;\n filmmaker_price?: InputMaybe;\n filmmaker_price_id?: InputMaybe;\n id?: InputMaybe;\n name?: InputMaybe;\n price?: InputMaybe;\n price_id?: InputMaybe;\n product_id?: InputMaybe;\n updated_at?: InputMaybe;\n visible?: InputMaybe;\n};\n\n/** aggregate sum on columns */\nexport type Festival_Badge_Types_Sum_Fields = {\n __typename?: 'festival_badge_types_sum_fields';\n film_festival_id?: Maybe;\n filmmaker_price?: Maybe;\n id?: Maybe;\n price?: Maybe;\n};\n\n/** update columns of table \"festival_badge_types\" */\nexport enum Festival_Badge_Types_Update_Column {\n /** column name */\n Color = 'color',\n /** column name */\n CreatedAt = 'created_at',\n /** column name */\n Features = 'features',\n /** column name */\n FilmFestivalId = 'film_festival_id',\n /** column name */\n FilmmakerPrice = 'filmmaker_price',\n /** column name */\n FilmmakerPriceId = 'filmmaker_price_id',\n /** column name */\n Id = 'id',\n /** column name */\n Name = 'name',\n /** column name */\n Price = 'price',\n /** column name */\n PriceId = 'price_id',\n /** column name */\n ProductId = 'product_id',\n /** column name */\n UpdatedAt = 'updated_at',\n /** column name */\n Visible = 'visible'\n}\n\nexport type Festival_Badge_Types_Updates = {\n /** append existing jsonb value of filtered columns with new jsonb value */\n _append?: InputMaybe;\n /** delete the field or element with specified path (for JSON arrays, negative integers count from the end) */\n _delete_at_path?: InputMaybe;\n /** delete the array element with specified index (negative integers count from the end). throws an error if top level container is not an array */\n _delete_elem?: InputMaybe;\n /** delete key/value pair or string element. key/value pairs are matched based on their key value */\n _delete_key?: InputMaybe;\n /** increments the numeric columns with given value of the filtered values */\n _inc?: InputMaybe;\n /** prepend existing jsonb value of filtered columns with new jsonb value */\n _prepend?: InputMaybe;\n /** sets the columns of the filtered rows to the given values */\n _set?: InputMaybe;\n /** filter the rows which have to be updated */\n where: Festival_Badge_Types_Bool_Exp;\n};\n\n/** aggregate var_pop on columns */\nexport type Festival_Badge_Types_Var_Pop_Fields = {\n __typename?: 'festival_badge_types_var_pop_fields';\n film_festival_id?: Maybe;\n filmmaker_price?: Maybe;\n id?: Maybe;\n price?: Maybe;\n};\n\n/** aggregate var_samp on columns */\nexport type Festival_Badge_Types_Var_Samp_Fields = {\n __typename?: 'festival_badge_types_var_samp_fields';\n film_festival_id?: Maybe;\n filmmaker_price?: Maybe;\n id?: Maybe;\n price?: Maybe;\n};\n\n/** aggregate variance on columns */\nexport type Festival_Badge_Types_Variance_Fields = {\n __typename?: 'festival_badge_types_variance_fields';\n film_festival_id?: Maybe;\n filmmaker_price?: Maybe;\n id?: Maybe;\n price?: Maybe;\n};\n\n/** columns and relationships of \"festival_badges\" */\nexport type Festival_Badges = {\n __typename?: 'festival_badges';\n created_at: Scalars['timestamptz']['output'];\n email: Scalars['String']['output'];\n /** An object relationship */\n festival_badge_type: Festival_Badge_Types;\n festival_badge_type_id: Scalars['Int']['output'];\n /** An array relationship */\n festival_tickets: Array;\n /** An aggregate relationship */\n festival_tickets_aggregate: Festival_Tickets_Aggregate;\n /** An object relationship */\n film_festival: Film_Festivals;\n film_festival_id: Scalars['Int']['output'];\n id: Scalars['Int']['output'];\n issued_at: Scalars['timestamptz']['output'];\n /** An object relationship */\n team?: Maybe;\n team_id?: Maybe;\n updated_at: Scalars['timestamptz']['output'];\n user_id?: Maybe;\n};\n\n\n/** columns and relationships of \"festival_badges\" */\nexport type Festival_BadgesFestival_TicketsArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n\n/** columns and relationships of \"festival_badges\" */\nexport type Festival_BadgesFestival_Tickets_AggregateArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n/** aggregated selection of \"festival_badges\" */\nexport type Festival_Badges_Aggregate = {\n __typename?: 'festival_badges_aggregate';\n aggregate?: Maybe;\n nodes: Array;\n};\n\nexport type Festival_Badges_Aggregate_Bool_Exp = {\n count?: InputMaybe;\n};\n\nexport type Festival_Badges_Aggregate_Bool_Exp_Count = {\n arguments?: InputMaybe>;\n distinct?: InputMaybe;\n filter?: InputMaybe;\n predicate: Int_Comparison_Exp;\n};\n\n/** aggregate fields of \"festival_badges\" */\nexport type Festival_Badges_Aggregate_Fields = {\n __typename?: 'festival_badges_aggregate_fields';\n avg?: Maybe;\n count: Scalars['Int']['output'];\n max?: Maybe;\n min?: Maybe;\n stddev?: Maybe;\n stddev_pop?: Maybe;\n stddev_samp?: Maybe;\n sum?: Maybe;\n var_pop?: Maybe;\n var_samp?: Maybe;\n variance?: Maybe;\n};\n\n\n/** aggregate fields of \"festival_badges\" */\nexport type Festival_Badges_Aggregate_FieldsCountArgs = {\n columns?: InputMaybe>;\n distinct?: InputMaybe;\n};\n\n/** order by aggregate values of table \"festival_badges\" */\nexport type Festival_Badges_Aggregate_Order_By = {\n avg?: InputMaybe;\n count?: InputMaybe;\n max?: InputMaybe;\n min?: InputMaybe;\n stddev?: InputMaybe;\n stddev_pop?: InputMaybe;\n stddev_samp?: InputMaybe;\n sum?: InputMaybe;\n var_pop?: InputMaybe;\n var_samp?: InputMaybe;\n variance?: InputMaybe;\n};\n\n/** input type for inserting array relation for remote table \"festival_badges\" */\nexport type Festival_Badges_Arr_Rel_Insert_Input = {\n data: Array;\n /** upsert condition */\n on_conflict?: InputMaybe;\n};\n\n/** aggregate avg on columns */\nexport type Festival_Badges_Avg_Fields = {\n __typename?: 'festival_badges_avg_fields';\n festival_badge_type_id?: Maybe;\n film_festival_id?: Maybe;\n id?: Maybe;\n team_id?: Maybe;\n user_id?: Maybe;\n};\n\n/** order by avg() on columns of table \"festival_badges\" */\nexport type Festival_Badges_Avg_Order_By = {\n festival_badge_type_id?: InputMaybe;\n film_festival_id?: InputMaybe;\n id?: InputMaybe;\n team_id?: InputMaybe;\n user_id?: InputMaybe;\n};\n\n/** Boolean expression to filter rows from the table \"festival_badges\". All fields are combined with a logical 'AND'. */\nexport type Festival_Badges_Bool_Exp = {\n _and?: InputMaybe>;\n _not?: InputMaybe;\n _or?: InputMaybe>;\n created_at?: InputMaybe;\n email?: InputMaybe;\n festival_badge_type?: InputMaybe;\n festival_badge_type_id?: InputMaybe;\n festival_tickets?: InputMaybe;\n festival_tickets_aggregate?: InputMaybe;\n film_festival?: InputMaybe;\n film_festival_id?: InputMaybe;\n id?: InputMaybe;\n issued_at?: InputMaybe;\n team?: InputMaybe;\n team_id?: InputMaybe;\n updated_at?: InputMaybe;\n user_id?: InputMaybe;\n};\n\n/** unique or primary key constraints on table \"festival_badges\" */\nexport enum Festival_Badges_Constraint {\n /** unique or primary key constraint on columns \"id\" */\n FestivalBadgesPkey = 'festival_badges_pkey'\n}\n\n/** input type for incrementing numeric columns in table \"festival_badges\" */\nexport type Festival_Badges_Inc_Input = {\n festival_badge_type_id?: InputMaybe;\n film_festival_id?: InputMaybe;\n id?: InputMaybe;\n team_id?: InputMaybe;\n user_id?: InputMaybe;\n};\n\n/** input type for inserting data into table \"festival_badges\" */\nexport type Festival_Badges_Insert_Input = {\n created_at?: InputMaybe;\n email?: InputMaybe;\n festival_badge_type?: InputMaybe;\n festival_badge_type_id?: InputMaybe;\n festival_tickets?: InputMaybe;\n film_festival?: InputMaybe;\n film_festival_id?: InputMaybe;\n id?: InputMaybe;\n issued_at?: InputMaybe;\n team?: InputMaybe;\n team_id?: InputMaybe;\n updated_at?: InputMaybe;\n user_id?: InputMaybe;\n};\n\n/** aggregate max on columns */\nexport type Festival_Badges_Max_Fields = {\n __typename?: 'festival_badges_max_fields';\n created_at?: Maybe;\n email?: Maybe;\n festival_badge_type_id?: Maybe;\n film_festival_id?: Maybe;\n id?: Maybe;\n issued_at?: Maybe;\n team_id?: Maybe;\n updated_at?: Maybe;\n user_id?: Maybe;\n};\n\n/** order by max() on columns of table \"festival_badges\" */\nexport type Festival_Badges_Max_Order_By = {\n created_at?: InputMaybe;\n email?: InputMaybe;\n festival_badge_type_id?: InputMaybe;\n film_festival_id?: InputMaybe;\n id?: InputMaybe;\n issued_at?: InputMaybe;\n team_id?: InputMaybe;\n updated_at?: InputMaybe;\n user_id?: InputMaybe;\n};\n\n/** aggregate min on columns */\nexport type Festival_Badges_Min_Fields = {\n __typename?: 'festival_badges_min_fields';\n created_at?: Maybe;\n email?: Maybe;\n festival_badge_type_id?: Maybe;\n film_festival_id?: Maybe;\n id?: Maybe;\n issued_at?: Maybe;\n team_id?: Maybe;\n updated_at?: Maybe;\n user_id?: Maybe;\n};\n\n/** order by min() on columns of table \"festival_badges\" */\nexport type Festival_Badges_Min_Order_By = {\n created_at?: InputMaybe;\n email?: InputMaybe;\n festival_badge_type_id?: InputMaybe;\n film_festival_id?: InputMaybe;\n id?: InputMaybe;\n issued_at?: InputMaybe;\n team_id?: InputMaybe;\n updated_at?: InputMaybe;\n user_id?: InputMaybe;\n};\n\n/** response of any mutation on the table \"festival_badges\" */\nexport type Festival_Badges_Mutation_Response = {\n __typename?: 'festival_badges_mutation_response';\n /** number of rows affected by the mutation */\n affected_rows: Scalars['Int']['output'];\n /** data from the rows affected by the mutation */\n returning: Array;\n};\n\n/** input type for inserting object relation for remote table \"festival_badges\" */\nexport type Festival_Badges_Obj_Rel_Insert_Input = {\n data: Festival_Badges_Insert_Input;\n /** upsert condition */\n on_conflict?: InputMaybe;\n};\n\n/** on_conflict condition type for table \"festival_badges\" */\nexport type Festival_Badges_On_Conflict = {\n constraint: Festival_Badges_Constraint;\n update_columns?: Array;\n where?: InputMaybe;\n};\n\n/** Ordering options when selecting data from \"festival_badges\". */\nexport type Festival_Badges_Order_By = {\n created_at?: InputMaybe;\n email?: InputMaybe;\n festival_badge_type?: InputMaybe;\n festival_badge_type_id?: InputMaybe;\n festival_tickets_aggregate?: InputMaybe;\n film_festival?: InputMaybe;\n film_festival_id?: InputMaybe;\n id?: InputMaybe;\n issued_at?: InputMaybe;\n team?: InputMaybe;\n team_id?: InputMaybe;\n updated_at?: InputMaybe;\n user_id?: InputMaybe;\n};\n\n/** primary key columns input for table: festival_badges */\nexport type Festival_Badges_Pk_Columns_Input = {\n id: Scalars['Int']['input'];\n};\n\n/** select columns of table \"festival_badges\" */\nexport enum Festival_Badges_Select_Column {\n /** column name */\n CreatedAt = 'created_at',\n /** column name */\n Email = 'email',\n /** column name */\n FestivalBadgeTypeId = 'festival_badge_type_id',\n /** column name */\n FilmFestivalId = 'film_festival_id',\n /** column name */\n Id = 'id',\n /** column name */\n IssuedAt = 'issued_at',\n /** column name */\n TeamId = 'team_id',\n /** column name */\n UpdatedAt = 'updated_at',\n /** column name */\n UserId = 'user_id'\n}\n\n/** input type for updating data in table \"festival_badges\" */\nexport type Festival_Badges_Set_Input = {\n created_at?: InputMaybe;\n email?: InputMaybe;\n festival_badge_type_id?: InputMaybe;\n film_festival_id?: InputMaybe;\n id?: InputMaybe;\n issued_at?: InputMaybe;\n team_id?: InputMaybe;\n updated_at?: InputMaybe;\n user_id?: InputMaybe;\n};\n\n/** aggregate stddev on columns */\nexport type Festival_Badges_Stddev_Fields = {\n __typename?: 'festival_badges_stddev_fields';\n festival_badge_type_id?: Maybe;\n film_festival_id?: Maybe;\n id?: Maybe;\n team_id?: Maybe;\n user_id?: Maybe;\n};\n\n/** order by stddev() on columns of table \"festival_badges\" */\nexport type Festival_Badges_Stddev_Order_By = {\n festival_badge_type_id?: InputMaybe;\n film_festival_id?: InputMaybe;\n id?: InputMaybe;\n team_id?: InputMaybe;\n user_id?: InputMaybe;\n};\n\n/** aggregate stddev_pop on columns */\nexport type Festival_Badges_Stddev_Pop_Fields = {\n __typename?: 'festival_badges_stddev_pop_fields';\n festival_badge_type_id?: Maybe;\n film_festival_id?: Maybe;\n id?: Maybe;\n team_id?: Maybe;\n user_id?: Maybe;\n};\n\n/** order by stddev_pop() on columns of table \"festival_badges\" */\nexport type Festival_Badges_Stddev_Pop_Order_By = {\n festival_badge_type_id?: InputMaybe;\n film_festival_id?: InputMaybe;\n id?: InputMaybe;\n team_id?: InputMaybe;\n user_id?: InputMaybe;\n};\n\n/** aggregate stddev_samp on columns */\nexport type Festival_Badges_Stddev_Samp_Fields = {\n __typename?: 'festival_badges_stddev_samp_fields';\n festival_badge_type_id?: Maybe;\n film_festival_id?: Maybe;\n id?: Maybe;\n team_id?: Maybe;\n user_id?: Maybe;\n};\n\n/** order by stddev_samp() on columns of table \"festival_badges\" */\nexport type Festival_Badges_Stddev_Samp_Order_By = {\n festival_badge_type_id?: InputMaybe;\n film_festival_id?: InputMaybe;\n id?: InputMaybe;\n team_id?: InputMaybe;\n user_id?: InputMaybe;\n};\n\n/** Streaming cursor of the table \"festival_badges\" */\nexport type Festival_Badges_Stream_Cursor_Input = {\n /** Stream column input with initial value */\n initial_value: Festival_Badges_Stream_Cursor_Value_Input;\n /** cursor ordering */\n ordering?: InputMaybe;\n};\n\n/** Initial value of the column from where the streaming should start */\nexport type Festival_Badges_Stream_Cursor_Value_Input = {\n created_at?: InputMaybe;\n email?: InputMaybe;\n festival_badge_type_id?: InputMaybe;\n film_festival_id?: InputMaybe;\n id?: InputMaybe;\n issued_at?: InputMaybe;\n team_id?: InputMaybe;\n updated_at?: InputMaybe;\n user_id?: InputMaybe;\n};\n\n/** aggregate sum on columns */\nexport type Festival_Badges_Sum_Fields = {\n __typename?: 'festival_badges_sum_fields';\n festival_badge_type_id?: Maybe;\n film_festival_id?: Maybe;\n id?: Maybe;\n team_id?: Maybe;\n user_id?: Maybe;\n};\n\n/** order by sum() on columns of table \"festival_badges\" */\nexport type Festival_Badges_Sum_Order_By = {\n festival_badge_type_id?: InputMaybe;\n film_festival_id?: InputMaybe;\n id?: InputMaybe;\n team_id?: InputMaybe;\n user_id?: InputMaybe;\n};\n\n/** update columns of table \"festival_badges\" */\nexport enum Festival_Badges_Update_Column {\n /** column name */\n CreatedAt = 'created_at',\n /** column name */\n Email = 'email',\n /** column name */\n FestivalBadgeTypeId = 'festival_badge_type_id',\n /** column name */\n FilmFestivalId = 'film_festival_id',\n /** column name */\n Id = 'id',\n /** column name */\n IssuedAt = 'issued_at',\n /** column name */\n TeamId = 'team_id',\n /** column name */\n UpdatedAt = 'updated_at',\n /** column name */\n UserId = 'user_id'\n}\n\nexport type Festival_Badges_Updates = {\n /** increments the numeric columns with given value of the filtered values */\n _inc?: InputMaybe;\n /** sets the columns of the filtered rows to the given values */\n _set?: InputMaybe;\n /** filter the rows which have to be updated */\n where: Festival_Badges_Bool_Exp;\n};\n\n/** aggregate var_pop on columns */\nexport type Festival_Badges_Var_Pop_Fields = {\n __typename?: 'festival_badges_var_pop_fields';\n festival_badge_type_id?: Maybe;\n film_festival_id?: Maybe;\n id?: Maybe;\n team_id?: Maybe;\n user_id?: Maybe;\n};\n\n/** order by var_pop() on columns of table \"festival_badges\" */\nexport type Festival_Badges_Var_Pop_Order_By = {\n festival_badge_type_id?: InputMaybe;\n film_festival_id?: InputMaybe;\n id?: InputMaybe;\n team_id?: InputMaybe;\n user_id?: InputMaybe;\n};\n\n/** aggregate var_samp on columns */\nexport type Festival_Badges_Var_Samp_Fields = {\n __typename?: 'festival_badges_var_samp_fields';\n festival_badge_type_id?: Maybe;\n film_festival_id?: Maybe;\n id?: Maybe;\n team_id?: Maybe;\n user_id?: Maybe;\n};\n\n/** order by var_samp() on columns of table \"festival_badges\" */\nexport type Festival_Badges_Var_Samp_Order_By = {\n festival_badge_type_id?: InputMaybe;\n film_festival_id?: InputMaybe;\n id?: InputMaybe;\n team_id?: InputMaybe;\n user_id?: InputMaybe;\n};\n\n/** aggregate variance on columns */\nexport type Festival_Badges_Variance_Fields = {\n __typename?: 'festival_badges_variance_fields';\n festival_badge_type_id?: Maybe;\n film_festival_id?: Maybe;\n id?: Maybe;\n team_id?: Maybe;\n user_id?: Maybe;\n};\n\n/** order by variance() on columns of table \"festival_badges\" */\nexport type Festival_Badges_Variance_Order_By = {\n festival_badge_type_id?: InputMaybe;\n film_festival_id?: InputMaybe;\n id?: InputMaybe;\n team_id?: InputMaybe;\n user_id?: InputMaybe;\n};\n\n/** columns and relationships of \"festival_event_locations\" */\nexport type Festival_Event_Locations = {\n __typename?: 'festival_event_locations';\n address_1: Scalars['String']['output'];\n address_2?: Maybe;\n city: Scalars['String']['output'];\n created_at: Scalars['timestamptz']['output'];\n /** An array relationship */\n festival_events: Array;\n /** An aggregate relationship */\n festival_events_aggregate: Festival_Events_Aggregate;\n id: Scalars['Int']['output'];\n lat: Scalars['numeric']['output'];\n lon: Scalars['numeric']['output'];\n name: Scalars['String']['output'];\n state: Scalars['String']['output'];\n updated_at: Scalars['timestamptz']['output'];\n zip: Scalars['String']['output'];\n};\n\n\n/** columns and relationships of \"festival_event_locations\" */\nexport type Festival_Event_LocationsFestival_EventsArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n\n/** columns and relationships of \"festival_event_locations\" */\nexport type Festival_Event_LocationsFestival_Events_AggregateArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n/** aggregated selection of \"festival_event_locations\" */\nexport type Festival_Event_Locations_Aggregate = {\n __typename?: 'festival_event_locations_aggregate';\n aggregate?: Maybe;\n nodes: Array;\n};\n\n/** aggregate fields of \"festival_event_locations\" */\nexport type Festival_Event_Locations_Aggregate_Fields = {\n __typename?: 'festival_event_locations_aggregate_fields';\n avg?: Maybe;\n count: Scalars['Int']['output'];\n max?: Maybe;\n min?: Maybe;\n stddev?: Maybe;\n stddev_pop?: Maybe;\n stddev_samp?: Maybe;\n sum?: Maybe;\n var_pop?: Maybe;\n var_samp?: Maybe;\n variance?: Maybe;\n};\n\n\n/** aggregate fields of \"festival_event_locations\" */\nexport type Festival_Event_Locations_Aggregate_FieldsCountArgs = {\n columns?: InputMaybe>;\n distinct?: InputMaybe;\n};\n\n/** aggregate avg on columns */\nexport type Festival_Event_Locations_Avg_Fields = {\n __typename?: 'festival_event_locations_avg_fields';\n id?: Maybe;\n lat?: Maybe;\n lon?: Maybe;\n};\n\n/** Boolean expression to filter rows from the table \"festival_event_locations\". All fields are combined with a logical 'AND'. */\nexport type Festival_Event_Locations_Bool_Exp = {\n _and?: InputMaybe>;\n _not?: InputMaybe;\n _or?: InputMaybe>;\n address_1?: InputMaybe;\n address_2?: InputMaybe;\n city?: InputMaybe;\n created_at?: InputMaybe;\n festival_events?: InputMaybe;\n festival_events_aggregate?: InputMaybe;\n id?: InputMaybe;\n lat?: InputMaybe;\n lon?: InputMaybe;\n name?: InputMaybe;\n state?: InputMaybe;\n updated_at?: InputMaybe;\n zip?: InputMaybe;\n};\n\n/** unique or primary key constraints on table \"festival_event_locations\" */\nexport enum Festival_Event_Locations_Constraint {\n /** unique or primary key constraint on columns \"id\" */\n FestivalEventLocationsPkey = 'festival_event_locations_pkey'\n}\n\n/** input type for incrementing numeric columns in table \"festival_event_locations\" */\nexport type Festival_Event_Locations_Inc_Input = {\n id?: InputMaybe;\n lat?: InputMaybe;\n lon?: InputMaybe;\n};\n\n/** input type for inserting data into table \"festival_event_locations\" */\nexport type Festival_Event_Locations_Insert_Input = {\n address_1?: InputMaybe;\n address_2?: InputMaybe;\n city?: InputMaybe;\n created_at?: InputMaybe;\n festival_events?: InputMaybe;\n id?: InputMaybe;\n lat?: InputMaybe;\n lon?: InputMaybe;\n name?: InputMaybe;\n state?: InputMaybe;\n updated_at?: InputMaybe;\n zip?: InputMaybe;\n};\n\n/** aggregate max on columns */\nexport type Festival_Event_Locations_Max_Fields = {\n __typename?: 'festival_event_locations_max_fields';\n address_1?: Maybe;\n address_2?: Maybe;\n city?: Maybe;\n created_at?: Maybe;\n id?: Maybe;\n lat?: Maybe;\n lon?: Maybe;\n name?: Maybe;\n state?: Maybe;\n updated_at?: Maybe;\n zip?: Maybe;\n};\n\n/** aggregate min on columns */\nexport type Festival_Event_Locations_Min_Fields = {\n __typename?: 'festival_event_locations_min_fields';\n address_1?: Maybe;\n address_2?: Maybe;\n city?: Maybe;\n created_at?: Maybe;\n id?: Maybe;\n lat?: Maybe;\n lon?: Maybe;\n name?: Maybe;\n state?: Maybe;\n updated_at?: Maybe;\n zip?: Maybe;\n};\n\n/** response of any mutation on the table \"festival_event_locations\" */\nexport type Festival_Event_Locations_Mutation_Response = {\n __typename?: 'festival_event_locations_mutation_response';\n /** number of rows affected by the mutation */\n affected_rows: Scalars['Int']['output'];\n /** data from the rows affected by the mutation */\n returning: Array;\n};\n\n/** input type for inserting object relation for remote table \"festival_event_locations\" */\nexport type Festival_Event_Locations_Obj_Rel_Insert_Input = {\n data: Festival_Event_Locations_Insert_Input;\n /** upsert condition */\n on_conflict?: InputMaybe;\n};\n\n/** on_conflict condition type for table \"festival_event_locations\" */\nexport type Festival_Event_Locations_On_Conflict = {\n constraint: Festival_Event_Locations_Constraint;\n update_columns?: Array;\n where?: InputMaybe;\n};\n\n/** Ordering options when selecting data from \"festival_event_locations\". */\nexport type Festival_Event_Locations_Order_By = {\n address_1?: InputMaybe;\n address_2?: InputMaybe;\n city?: InputMaybe;\n created_at?: InputMaybe;\n festival_events_aggregate?: InputMaybe;\n id?: InputMaybe;\n lat?: InputMaybe;\n lon?: InputMaybe;\n name?: InputMaybe;\n state?: InputMaybe;\n updated_at?: InputMaybe;\n zip?: InputMaybe;\n};\n\n/** primary key columns input for table: festival_event_locations */\nexport type Festival_Event_Locations_Pk_Columns_Input = {\n id: Scalars['Int']['input'];\n};\n\n/** select columns of table \"festival_event_locations\" */\nexport enum Festival_Event_Locations_Select_Column {\n /** column name */\n Address_1 = 'address_1',\n /** column name */\n Address_2 = 'address_2',\n /** column name */\n City = 'city',\n /** column name */\n CreatedAt = 'created_at',\n /** column name */\n Id = 'id',\n /** column name */\n Lat = 'lat',\n /** column name */\n Lon = 'lon',\n /** column name */\n Name = 'name',\n /** column name */\n State = 'state',\n /** column name */\n UpdatedAt = 'updated_at',\n /** column name */\n Zip = 'zip'\n}\n\n/** input type for updating data in table \"festival_event_locations\" */\nexport type Festival_Event_Locations_Set_Input = {\n address_1?: InputMaybe;\n address_2?: InputMaybe;\n city?: InputMaybe;\n created_at?: InputMaybe;\n id?: InputMaybe;\n lat?: InputMaybe;\n lon?: InputMaybe;\n name?: InputMaybe;\n state?: InputMaybe;\n updated_at?: InputMaybe;\n zip?: InputMaybe;\n};\n\n/** aggregate stddev on columns */\nexport type Festival_Event_Locations_Stddev_Fields = {\n __typename?: 'festival_event_locations_stddev_fields';\n id?: Maybe;\n lat?: Maybe;\n lon?: Maybe;\n};\n\n/** aggregate stddev_pop on columns */\nexport type Festival_Event_Locations_Stddev_Pop_Fields = {\n __typename?: 'festival_event_locations_stddev_pop_fields';\n id?: Maybe;\n lat?: Maybe;\n lon?: Maybe;\n};\n\n/** aggregate stddev_samp on columns */\nexport type Festival_Event_Locations_Stddev_Samp_Fields = {\n __typename?: 'festival_event_locations_stddev_samp_fields';\n id?: Maybe;\n lat?: Maybe;\n lon?: Maybe;\n};\n\n/** Streaming cursor of the table \"festival_event_locations\" */\nexport type Festival_Event_Locations_Stream_Cursor_Input = {\n /** Stream column input with initial value */\n initial_value: Festival_Event_Locations_Stream_Cursor_Value_Input;\n /** cursor ordering */\n ordering?: InputMaybe;\n};\n\n/** Initial value of the column from where the streaming should start */\nexport type Festival_Event_Locations_Stream_Cursor_Value_Input = {\n address_1?: InputMaybe;\n address_2?: InputMaybe;\n city?: InputMaybe;\n created_at?: InputMaybe;\n id?: InputMaybe;\n lat?: InputMaybe;\n lon?: InputMaybe;\n name?: InputMaybe;\n state?: InputMaybe;\n updated_at?: InputMaybe;\n zip?: InputMaybe;\n};\n\n/** aggregate sum on columns */\nexport type Festival_Event_Locations_Sum_Fields = {\n __typename?: 'festival_event_locations_sum_fields';\n id?: Maybe;\n lat?: Maybe;\n lon?: Maybe;\n};\n\n/** update columns of table \"festival_event_locations\" */\nexport enum Festival_Event_Locations_Update_Column {\n /** column name */\n Address_1 = 'address_1',\n /** column name */\n Address_2 = 'address_2',\n /** column name */\n City = 'city',\n /** column name */\n CreatedAt = 'created_at',\n /** column name */\n Id = 'id',\n /** column name */\n Lat = 'lat',\n /** column name */\n Lon = 'lon',\n /** column name */\n Name = 'name',\n /** column name */\n State = 'state',\n /** column name */\n UpdatedAt = 'updated_at',\n /** column name */\n Zip = 'zip'\n}\n\nexport type Festival_Event_Locations_Updates = {\n /** increments the numeric columns with given value of the filtered values */\n _inc?: InputMaybe;\n /** sets the columns of the filtered rows to the given values */\n _set?: InputMaybe;\n /** filter the rows which have to be updated */\n where: Festival_Event_Locations_Bool_Exp;\n};\n\n/** aggregate var_pop on columns */\nexport type Festival_Event_Locations_Var_Pop_Fields = {\n __typename?: 'festival_event_locations_var_pop_fields';\n id?: Maybe;\n lat?: Maybe;\n lon?: Maybe;\n};\n\n/** aggregate var_samp on columns */\nexport type Festival_Event_Locations_Var_Samp_Fields = {\n __typename?: 'festival_event_locations_var_samp_fields';\n id?: Maybe;\n lat?: Maybe;\n lon?: Maybe;\n};\n\n/** aggregate variance on columns */\nexport type Festival_Event_Locations_Variance_Fields = {\n __typename?: 'festival_event_locations_variance_fields';\n id?: Maybe;\n lat?: Maybe;\n lon?: Maybe;\n};\n\n/** columns and relationships of \"festival_event_types\" */\nexport type Festival_Event_Types = {\n __typename?: 'festival_event_types';\n created_at: Scalars['timestamptz']['output'];\n /** An array relationship */\n festival_badge_type_event_types: Array;\n /** An aggregate relationship */\n festival_badge_type_event_types_aggregate: Festival_Badge_Type_Event_Type_Aggregate;\n /** An array relationship */\n festival_events: Array;\n /** An aggregate relationship */\n festival_events_aggregate: Festival_Events_Aggregate;\n id: Scalars['Int']['output'];\n name: Scalars['String']['output'];\n updated_at: Scalars['timestamptz']['output'];\n};\n\n\n/** columns and relationships of \"festival_event_types\" */\nexport type Festival_Event_TypesFestival_Badge_Type_Event_TypesArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n\n/** columns and relationships of \"festival_event_types\" */\nexport type Festival_Event_TypesFestival_Badge_Type_Event_Types_AggregateArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n\n/** columns and relationships of \"festival_event_types\" */\nexport type Festival_Event_TypesFestival_EventsArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n\n/** columns and relationships of \"festival_event_types\" */\nexport type Festival_Event_TypesFestival_Events_AggregateArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n/** aggregated selection of \"festival_event_types\" */\nexport type Festival_Event_Types_Aggregate = {\n __typename?: 'festival_event_types_aggregate';\n aggregate?: Maybe;\n nodes: Array;\n};\n\n/** aggregate fields of \"festival_event_types\" */\nexport type Festival_Event_Types_Aggregate_Fields = {\n __typename?: 'festival_event_types_aggregate_fields';\n avg?: Maybe;\n count: Scalars['Int']['output'];\n max?: Maybe;\n min?: Maybe;\n stddev?: Maybe;\n stddev_pop?: Maybe;\n stddev_samp?: Maybe;\n sum?: Maybe;\n var_pop?: Maybe;\n var_samp?: Maybe;\n variance?: Maybe;\n};\n\n\n/** aggregate fields of \"festival_event_types\" */\nexport type Festival_Event_Types_Aggregate_FieldsCountArgs = {\n columns?: InputMaybe>;\n distinct?: InputMaybe;\n};\n\n/** aggregate avg on columns */\nexport type Festival_Event_Types_Avg_Fields = {\n __typename?: 'festival_event_types_avg_fields';\n id?: Maybe;\n};\n\n/** Boolean expression to filter rows from the table \"festival_event_types\". All fields are combined with a logical 'AND'. */\nexport type Festival_Event_Types_Bool_Exp = {\n _and?: InputMaybe>;\n _not?: InputMaybe;\n _or?: InputMaybe>;\n created_at?: InputMaybe;\n festival_badge_type_event_types?: InputMaybe;\n festival_badge_type_event_types_aggregate?: InputMaybe;\n festival_events?: InputMaybe;\n festival_events_aggregate?: InputMaybe;\n id?: InputMaybe;\n name?: InputMaybe;\n updated_at?: InputMaybe;\n};\n\n/** unique or primary key constraints on table \"festival_event_types\" */\nexport enum Festival_Event_Types_Constraint {\n /** unique or primary key constraint on columns \"id\" */\n FestivalEventTypesPkey = 'festival_event_types_pkey'\n}\n\n/** input type for incrementing numeric columns in table \"festival_event_types\" */\nexport type Festival_Event_Types_Inc_Input = {\n id?: InputMaybe;\n};\n\n/** input type for inserting data into table \"festival_event_types\" */\nexport type Festival_Event_Types_Insert_Input = {\n created_at?: InputMaybe;\n festival_badge_type_event_types?: InputMaybe;\n festival_events?: InputMaybe;\n id?: InputMaybe;\n name?: InputMaybe;\n updated_at?: InputMaybe;\n};\n\n/** aggregate max on columns */\nexport type Festival_Event_Types_Max_Fields = {\n __typename?: 'festival_event_types_max_fields';\n created_at?: Maybe;\n id?: Maybe;\n name?: Maybe;\n updated_at?: Maybe;\n};\n\n/** aggregate min on columns */\nexport type Festival_Event_Types_Min_Fields = {\n __typename?: 'festival_event_types_min_fields';\n created_at?: Maybe;\n id?: Maybe;\n name?: Maybe;\n updated_at?: Maybe;\n};\n\n/** response of any mutation on the table \"festival_event_types\" */\nexport type Festival_Event_Types_Mutation_Response = {\n __typename?: 'festival_event_types_mutation_response';\n /** number of rows affected by the mutation */\n affected_rows: Scalars['Int']['output'];\n /** data from the rows affected by the mutation */\n returning: Array;\n};\n\n/** input type for inserting object relation for remote table \"festival_event_types\" */\nexport type Festival_Event_Types_Obj_Rel_Insert_Input = {\n data: Festival_Event_Types_Insert_Input;\n /** upsert condition */\n on_conflict?: InputMaybe;\n};\n\n/** on_conflict condition type for table \"festival_event_types\" */\nexport type Festival_Event_Types_On_Conflict = {\n constraint: Festival_Event_Types_Constraint;\n update_columns?: Array;\n where?: InputMaybe;\n};\n\n/** Ordering options when selecting data from \"festival_event_types\". */\nexport type Festival_Event_Types_Order_By = {\n created_at?: InputMaybe;\n festival_badge_type_event_types_aggregate?: InputMaybe;\n festival_events_aggregate?: InputMaybe;\n id?: InputMaybe;\n name?: InputMaybe;\n updated_at?: InputMaybe;\n};\n\n/** primary key columns input for table: festival_event_types */\nexport type Festival_Event_Types_Pk_Columns_Input = {\n id: Scalars['Int']['input'];\n};\n\n/** select columns of table \"festival_event_types\" */\nexport enum Festival_Event_Types_Select_Column {\n /** column name */\n CreatedAt = 'created_at',\n /** column name */\n Id = 'id',\n /** column name */\n Name = 'name',\n /** column name */\n UpdatedAt = 'updated_at'\n}\n\n/** input type for updating data in table \"festival_event_types\" */\nexport type Festival_Event_Types_Set_Input = {\n created_at?: InputMaybe;\n id?: InputMaybe;\n name?: InputMaybe;\n updated_at?: InputMaybe;\n};\n\n/** aggregate stddev on columns */\nexport type Festival_Event_Types_Stddev_Fields = {\n __typename?: 'festival_event_types_stddev_fields';\n id?: Maybe;\n};\n\n/** aggregate stddev_pop on columns */\nexport type Festival_Event_Types_Stddev_Pop_Fields = {\n __typename?: 'festival_event_types_stddev_pop_fields';\n id?: Maybe;\n};\n\n/** aggregate stddev_samp on columns */\nexport type Festival_Event_Types_Stddev_Samp_Fields = {\n __typename?: 'festival_event_types_stddev_samp_fields';\n id?: Maybe;\n};\n\n/** Streaming cursor of the table \"festival_event_types\" */\nexport type Festival_Event_Types_Stream_Cursor_Input = {\n /** Stream column input with initial value */\n initial_value: Festival_Event_Types_Stream_Cursor_Value_Input;\n /** cursor ordering */\n ordering?: InputMaybe;\n};\n\n/** Initial value of the column from where the streaming should start */\nexport type Festival_Event_Types_Stream_Cursor_Value_Input = {\n created_at?: InputMaybe;\n id?: InputMaybe;\n name?: InputMaybe;\n updated_at?: InputMaybe;\n};\n\n/** aggregate sum on columns */\nexport type Festival_Event_Types_Sum_Fields = {\n __typename?: 'festival_event_types_sum_fields';\n id?: Maybe;\n};\n\n/** update columns of table \"festival_event_types\" */\nexport enum Festival_Event_Types_Update_Column {\n /** column name */\n CreatedAt = 'created_at',\n /** column name */\n Id = 'id',\n /** column name */\n Name = 'name',\n /** column name */\n UpdatedAt = 'updated_at'\n}\n\nexport type Festival_Event_Types_Updates = {\n /** increments the numeric columns with given value of the filtered values */\n _inc?: InputMaybe;\n /** sets the columns of the filtered rows to the given values */\n _set?: InputMaybe;\n /** filter the rows which have to be updated */\n where: Festival_Event_Types_Bool_Exp;\n};\n\n/** aggregate var_pop on columns */\nexport type Festival_Event_Types_Var_Pop_Fields = {\n __typename?: 'festival_event_types_var_pop_fields';\n id?: Maybe;\n};\n\n/** aggregate var_samp on columns */\nexport type Festival_Event_Types_Var_Samp_Fields = {\n __typename?: 'festival_event_types_var_samp_fields';\n id?: Maybe;\n};\n\n/** aggregate variance on columns */\nexport type Festival_Event_Types_Variance_Fields = {\n __typename?: 'festival_event_types_variance_fields';\n id?: Maybe;\n};\n\n/** columns and relationships of \"festival_events\" */\nexport type Festival_Events = {\n __typename?: 'festival_events';\n created_at: Scalars['timestamptz']['output'];\n description: Scalars['String']['output'];\n ends_at?: Maybe;\n /** An object relationship */\n festival_event_location: Festival_Event_Locations;\n festival_event_location_id: Scalars['Int']['output'];\n /** An object relationship */\n festival_event_type: Festival_Event_Types;\n /** An array relationship */\n festival_tickets: Array;\n /** An aggregate relationship */\n festival_tickets_aggregate: Festival_Tickets_Aggregate;\n festvial_event_type_id: Scalars['Int']['output'];\n /** An object relationship */\n film_festival: Film_Festivals;\n film_festival_id: Scalars['Int']['output'];\n id: Scalars['Int']['output'];\n price: Scalars['numeric']['output'];\n price_id?: Maybe;\n starts_at: Scalars['timestamptz']['output'];\n title: Scalars['String']['output'];\n updated_at: Scalars['timestamptz']['output'];\n};\n\n\n/** columns and relationships of \"festival_events\" */\nexport type Festival_EventsFestival_TicketsArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n\n/** columns and relationships of \"festival_events\" */\nexport type Festival_EventsFestival_Tickets_AggregateArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n/** aggregated selection of \"festival_events\" */\nexport type Festival_Events_Aggregate = {\n __typename?: 'festival_events_aggregate';\n aggregate?: Maybe;\n nodes: Array;\n};\n\nexport type Festival_Events_Aggregate_Bool_Exp = {\n count?: InputMaybe;\n};\n\nexport type Festival_Events_Aggregate_Bool_Exp_Count = {\n arguments?: InputMaybe>;\n distinct?: InputMaybe;\n filter?: InputMaybe;\n predicate: Int_Comparison_Exp;\n};\n\n/** aggregate fields of \"festival_events\" */\nexport type Festival_Events_Aggregate_Fields = {\n __typename?: 'festival_events_aggregate_fields';\n avg?: Maybe;\n count: Scalars['Int']['output'];\n max?: Maybe;\n min?: Maybe;\n stddev?: Maybe;\n stddev_pop?: Maybe;\n stddev_samp?: Maybe;\n sum?: Maybe;\n var_pop?: Maybe;\n var_samp?: Maybe;\n variance?: Maybe;\n};\n\n\n/** aggregate fields of \"festival_events\" */\nexport type Festival_Events_Aggregate_FieldsCountArgs = {\n columns?: InputMaybe>;\n distinct?: InputMaybe;\n};\n\n/** order by aggregate values of table \"festival_events\" */\nexport type Festival_Events_Aggregate_Order_By = {\n avg?: InputMaybe;\n count?: InputMaybe;\n max?: InputMaybe;\n min?: InputMaybe;\n stddev?: InputMaybe;\n stddev_pop?: InputMaybe;\n stddev_samp?: InputMaybe;\n sum?: InputMaybe;\n var_pop?: InputMaybe;\n var_samp?: InputMaybe;\n variance?: InputMaybe;\n};\n\n/** input type for inserting array relation for remote table \"festival_events\" */\nexport type Festival_Events_Arr_Rel_Insert_Input = {\n data: Array;\n /** upsert condition */\n on_conflict?: InputMaybe;\n};\n\n/** aggregate avg on columns */\nexport type Festival_Events_Avg_Fields = {\n __typename?: 'festival_events_avg_fields';\n festival_event_location_id?: Maybe;\n festvial_event_type_id?: Maybe;\n film_festival_id?: Maybe;\n id?: Maybe;\n price?: Maybe;\n};\n\n/** order by avg() on columns of table \"festival_events\" */\nexport type Festival_Events_Avg_Order_By = {\n festival_event_location_id?: InputMaybe;\n festvial_event_type_id?: InputMaybe;\n film_festival_id?: InputMaybe;\n id?: InputMaybe;\n price?: InputMaybe;\n};\n\n/** Boolean expression to filter rows from the table \"festival_events\". All fields are combined with a logical 'AND'. */\nexport type Festival_Events_Bool_Exp = {\n _and?: InputMaybe>;\n _not?: InputMaybe;\n _or?: InputMaybe>;\n created_at?: InputMaybe;\n description?: InputMaybe;\n ends_at?: InputMaybe;\n festival_event_location?: InputMaybe;\n festival_event_location_id?: InputMaybe;\n festival_event_type?: InputMaybe;\n festival_tickets?: InputMaybe;\n festival_tickets_aggregate?: InputMaybe;\n festvial_event_type_id?: InputMaybe;\n film_festival?: InputMaybe;\n film_festival_id?: InputMaybe;\n id?: InputMaybe;\n price?: InputMaybe;\n price_id?: InputMaybe;\n starts_at?: InputMaybe;\n title?: InputMaybe;\n updated_at?: InputMaybe;\n};\n\n/** unique or primary key constraints on table \"festival_events\" */\nexport enum Festival_Events_Constraint {\n /** unique or primary key constraint on columns \"id\" */\n FestivalEventsPkey = 'festival_events_pkey'\n}\n\n/** input type for incrementing numeric columns in table \"festival_events\" */\nexport type Festival_Events_Inc_Input = {\n festival_event_location_id?: InputMaybe;\n festvial_event_type_id?: InputMaybe;\n film_festival_id?: InputMaybe;\n id?: InputMaybe;\n price?: InputMaybe;\n};\n\n/** input type for inserting data into table \"festival_events\" */\nexport type Festival_Events_Insert_Input = {\n created_at?: InputMaybe;\n description?: InputMaybe;\n ends_at?: InputMaybe;\n festival_event_location?: InputMaybe;\n festival_event_location_id?: InputMaybe;\n festival_event_type?: InputMaybe;\n festival_tickets?: InputMaybe;\n festvial_event_type_id?: InputMaybe;\n film_festival?: InputMaybe;\n film_festival_id?: InputMaybe;\n id?: InputMaybe;\n price?: InputMaybe;\n price_id?: InputMaybe;\n starts_at?: InputMaybe;\n title?: InputMaybe;\n updated_at?: InputMaybe;\n};\n\n/** aggregate max on columns */\nexport type Festival_Events_Max_Fields = {\n __typename?: 'festival_events_max_fields';\n created_at?: Maybe;\n description?: Maybe;\n ends_at?: Maybe;\n festival_event_location_id?: Maybe;\n festvial_event_type_id?: Maybe;\n film_festival_id?: Maybe;\n id?: Maybe;\n price?: Maybe;\n price_id?: Maybe;\n starts_at?: Maybe;\n title?: Maybe;\n updated_at?: Maybe;\n};\n\n/** order by max() on columns of table \"festival_events\" */\nexport type Festival_Events_Max_Order_By = {\n created_at?: InputMaybe;\n description?: InputMaybe;\n ends_at?: InputMaybe;\n festival_event_location_id?: InputMaybe;\n festvial_event_type_id?: InputMaybe;\n film_festival_id?: InputMaybe;\n id?: InputMaybe;\n price?: InputMaybe;\n price_id?: InputMaybe;\n starts_at?: InputMaybe;\n title?: InputMaybe;\n updated_at?: InputMaybe;\n};\n\n/** aggregate min on columns */\nexport type Festival_Events_Min_Fields = {\n __typename?: 'festival_events_min_fields';\n created_at?: Maybe;\n description?: Maybe;\n ends_at?: Maybe;\n festival_event_location_id?: Maybe;\n festvial_event_type_id?: Maybe;\n film_festival_id?: Maybe;\n id?: Maybe;\n price?: Maybe;\n price_id?: Maybe;\n starts_at?: Maybe;\n title?: Maybe;\n updated_at?: Maybe;\n};\n\n/** order by min() on columns of table \"festival_events\" */\nexport type Festival_Events_Min_Order_By = {\n created_at?: InputMaybe;\n description?: InputMaybe;\n ends_at?: InputMaybe;\n festival_event_location_id?: InputMaybe;\n festvial_event_type_id?: InputMaybe;\n film_festival_id?: InputMaybe;\n id?: InputMaybe;\n price?: InputMaybe;\n price_id?: InputMaybe;\n starts_at?: InputMaybe;\n title?: InputMaybe;\n updated_at?: InputMaybe;\n};\n\n/** response of any mutation on the table \"festival_events\" */\nexport type Festival_Events_Mutation_Response = {\n __typename?: 'festival_events_mutation_response';\n /** number of rows affected by the mutation */\n affected_rows: Scalars['Int']['output'];\n /** data from the rows affected by the mutation */\n returning: Array;\n};\n\n/** input type for inserting object relation for remote table \"festival_events\" */\nexport type Festival_Events_Obj_Rel_Insert_Input = {\n data: Festival_Events_Insert_Input;\n /** upsert condition */\n on_conflict?: InputMaybe;\n};\n\n/** on_conflict condition type for table \"festival_events\" */\nexport type Festival_Events_On_Conflict = {\n constraint: Festival_Events_Constraint;\n update_columns?: Array;\n where?: InputMaybe;\n};\n\n/** Ordering options when selecting data from \"festival_events\". */\nexport type Festival_Events_Order_By = {\n created_at?: InputMaybe;\n description?: InputMaybe;\n ends_at?: InputMaybe;\n festival_event_location?: InputMaybe;\n festival_event_location_id?: InputMaybe;\n festival_event_type?: InputMaybe;\n festival_tickets_aggregate?: InputMaybe;\n festvial_event_type_id?: InputMaybe;\n film_festival?: InputMaybe;\n film_festival_id?: InputMaybe;\n id?: InputMaybe;\n price?: InputMaybe;\n price_id?: InputMaybe;\n starts_at?: InputMaybe;\n title?: InputMaybe;\n updated_at?: InputMaybe;\n};\n\n/** primary key columns input for table: festival_events */\nexport type Festival_Events_Pk_Columns_Input = {\n id: Scalars['Int']['input'];\n};\n\n/** select columns of table \"festival_events\" */\nexport enum Festival_Events_Select_Column {\n /** column name */\n CreatedAt = 'created_at',\n /** column name */\n Description = 'description',\n /** column name */\n EndsAt = 'ends_at',\n /** column name */\n FestivalEventLocationId = 'festival_event_location_id',\n /** column name */\n FestvialEventTypeId = 'festvial_event_type_id',\n /** column name */\n FilmFestivalId = 'film_festival_id',\n /** column name */\n Id = 'id',\n /** column name */\n Price = 'price',\n /** column name */\n PriceId = 'price_id',\n /** column name */\n StartsAt = 'starts_at',\n /** column name */\n Title = 'title',\n /** column name */\n UpdatedAt = 'updated_at'\n}\n\n/** input type for updating data in table \"festival_events\" */\nexport type Festival_Events_Set_Input = {\n created_at?: InputMaybe;\n description?: InputMaybe;\n ends_at?: InputMaybe;\n festival_event_location_id?: InputMaybe;\n festvial_event_type_id?: InputMaybe;\n film_festival_id?: InputMaybe;\n id?: InputMaybe;\n price?: InputMaybe;\n price_id?: InputMaybe;\n starts_at?: InputMaybe;\n title?: InputMaybe;\n updated_at?: InputMaybe;\n};\n\n/** aggregate stddev on columns */\nexport type Festival_Events_Stddev_Fields = {\n __typename?: 'festival_events_stddev_fields';\n festival_event_location_id?: Maybe;\n festvial_event_type_id?: Maybe;\n film_festival_id?: Maybe;\n id?: Maybe;\n price?: Maybe;\n};\n\n/** order by stddev() on columns of table \"festival_events\" */\nexport type Festival_Events_Stddev_Order_By = {\n festival_event_location_id?: InputMaybe;\n festvial_event_type_id?: InputMaybe;\n film_festival_id?: InputMaybe;\n id?: InputMaybe;\n price?: InputMaybe;\n};\n\n/** aggregate stddev_pop on columns */\nexport type Festival_Events_Stddev_Pop_Fields = {\n __typename?: 'festival_events_stddev_pop_fields';\n festival_event_location_id?: Maybe;\n festvial_event_type_id?: Maybe;\n film_festival_id?: Maybe;\n id?: Maybe;\n price?: Maybe;\n};\n\n/** order by stddev_pop() on columns of table \"festival_events\" */\nexport type Festival_Events_Stddev_Pop_Order_By = {\n festival_event_location_id?: InputMaybe;\n festvial_event_type_id?: InputMaybe;\n film_festival_id?: InputMaybe;\n id?: InputMaybe;\n price?: InputMaybe;\n};\n\n/** aggregate stddev_samp on columns */\nexport type Festival_Events_Stddev_Samp_Fields = {\n __typename?: 'festival_events_stddev_samp_fields';\n festival_event_location_id?: Maybe;\n festvial_event_type_id?: Maybe;\n film_festival_id?: Maybe;\n id?: Maybe;\n price?: Maybe;\n};\n\n/** order by stddev_samp() on columns of table \"festival_events\" */\nexport type Festival_Events_Stddev_Samp_Order_By = {\n festival_event_location_id?: InputMaybe;\n festvial_event_type_id?: InputMaybe;\n film_festival_id?: InputMaybe;\n id?: InputMaybe;\n price?: InputMaybe;\n};\n\n/** Streaming cursor of the table \"festival_events\" */\nexport type Festival_Events_Stream_Cursor_Input = {\n /** Stream column input with initial value */\n initial_value: Festival_Events_Stream_Cursor_Value_Input;\n /** cursor ordering */\n ordering?: InputMaybe;\n};\n\n/** Initial value of the column from where the streaming should start */\nexport type Festival_Events_Stream_Cursor_Value_Input = {\n created_at?: InputMaybe;\n description?: InputMaybe;\n ends_at?: InputMaybe;\n festival_event_location_id?: InputMaybe;\n festvial_event_type_id?: InputMaybe;\n film_festival_id?: InputMaybe;\n id?: InputMaybe;\n price?: InputMaybe;\n price_id?: InputMaybe;\n starts_at?: InputMaybe;\n title?: InputMaybe;\n updated_at?: InputMaybe;\n};\n\n/** aggregate sum on columns */\nexport type Festival_Events_Sum_Fields = {\n __typename?: 'festival_events_sum_fields';\n festival_event_location_id?: Maybe;\n festvial_event_type_id?: Maybe;\n film_festival_id?: Maybe;\n id?: Maybe;\n price?: Maybe;\n};\n\n/** order by sum() on columns of table \"festival_events\" */\nexport type Festival_Events_Sum_Order_By = {\n festival_event_location_id?: InputMaybe;\n festvial_event_type_id?: InputMaybe;\n film_festival_id?: InputMaybe;\n id?: InputMaybe;\n price?: InputMaybe;\n};\n\n/** update columns of table \"festival_events\" */\nexport enum Festival_Events_Update_Column {\n /** column name */\n CreatedAt = 'created_at',\n /** column name */\n Description = 'description',\n /** column name */\n EndsAt = 'ends_at',\n /** column name */\n FestivalEventLocationId = 'festival_event_location_id',\n /** column name */\n FestvialEventTypeId = 'festvial_event_type_id',\n /** column name */\n FilmFestivalId = 'film_festival_id',\n /** column name */\n Id = 'id',\n /** column name */\n Price = 'price',\n /** column name */\n PriceId = 'price_id',\n /** column name */\n StartsAt = 'starts_at',\n /** column name */\n Title = 'title',\n /** column name */\n UpdatedAt = 'updated_at'\n}\n\nexport type Festival_Events_Updates = {\n /** increments the numeric columns with given value of the filtered values */\n _inc?: InputMaybe;\n /** sets the columns of the filtered rows to the given values */\n _set?: InputMaybe;\n /** filter the rows which have to be updated */\n where: Festival_Events_Bool_Exp;\n};\n\n/** aggregate var_pop on columns */\nexport type Festival_Events_Var_Pop_Fields = {\n __typename?: 'festival_events_var_pop_fields';\n festival_event_location_id?: Maybe;\n festvial_event_type_id?: Maybe;\n film_festival_id?: Maybe;\n id?: Maybe;\n price?: Maybe;\n};\n\n/** order by var_pop() on columns of table \"festival_events\" */\nexport type Festival_Events_Var_Pop_Order_By = {\n festival_event_location_id?: InputMaybe;\n festvial_event_type_id?: InputMaybe;\n film_festival_id?: InputMaybe;\n id?: InputMaybe;\n price?: InputMaybe;\n};\n\n/** aggregate var_samp on columns */\nexport type Festival_Events_Var_Samp_Fields = {\n __typename?: 'festival_events_var_samp_fields';\n festival_event_location_id?: Maybe;\n festvial_event_type_id?: Maybe;\n film_festival_id?: Maybe;\n id?: Maybe;\n price?: Maybe;\n};\n\n/** order by var_samp() on columns of table \"festival_events\" */\nexport type Festival_Events_Var_Samp_Order_By = {\n festival_event_location_id?: InputMaybe;\n festvial_event_type_id?: InputMaybe;\n film_festival_id?: InputMaybe;\n id?: InputMaybe;\n price?: InputMaybe;\n};\n\n/** aggregate variance on columns */\nexport type Festival_Events_Variance_Fields = {\n __typename?: 'festival_events_variance_fields';\n festival_event_location_id?: Maybe;\n festvial_event_type_id?: Maybe;\n film_festival_id?: Maybe;\n id?: Maybe;\n price?: Maybe;\n};\n\n/** order by variance() on columns of table \"festival_events\" */\nexport type Festival_Events_Variance_Order_By = {\n festival_event_location_id?: InputMaybe;\n festvial_event_type_id?: InputMaybe;\n film_festival_id?: InputMaybe;\n id?: InputMaybe;\n price?: InputMaybe;\n};\n\n/** Specifically for FiveFest, not Film Challenge */\nexport type Festival_Genres = {\n __typename?: 'festival_genres';\n created_at: Scalars['timestamptz']['output'];\n description?: Maybe;\n /** An object relationship */\n film_festival: Film_Festivals;\n film_festival_id: Scalars['Int']['output'];\n id: Scalars['Int']['output'];\n name: Scalars['String']['output'];\n updated_at: Scalars['timestamptz']['output'];\n};\n\n/** aggregated selection of \"festival_genres\" */\nexport type Festival_Genres_Aggregate = {\n __typename?: 'festival_genres_aggregate';\n aggregate?: Maybe;\n nodes: Array;\n};\n\nexport type Festival_Genres_Aggregate_Bool_Exp = {\n count?: InputMaybe;\n};\n\nexport type Festival_Genres_Aggregate_Bool_Exp_Count = {\n arguments?: InputMaybe>;\n distinct?: InputMaybe;\n filter?: InputMaybe;\n predicate: Int_Comparison_Exp;\n};\n\n/** aggregate fields of \"festival_genres\" */\nexport type Festival_Genres_Aggregate_Fields = {\n __typename?: 'festival_genres_aggregate_fields';\n avg?: Maybe;\n count: Scalars['Int']['output'];\n max?: Maybe;\n min?: Maybe;\n stddev?: Maybe;\n stddev_pop?: Maybe;\n stddev_samp?: Maybe;\n sum?: Maybe;\n var_pop?: Maybe;\n var_samp?: Maybe;\n variance?: Maybe;\n};\n\n\n/** aggregate fields of \"festival_genres\" */\nexport type Festival_Genres_Aggregate_FieldsCountArgs = {\n columns?: InputMaybe>;\n distinct?: InputMaybe;\n};\n\n/** order by aggregate values of table \"festival_genres\" */\nexport type Festival_Genres_Aggregate_Order_By = {\n avg?: InputMaybe;\n count?: InputMaybe;\n max?: InputMaybe;\n min?: InputMaybe;\n stddev?: InputMaybe;\n stddev_pop?: InputMaybe;\n stddev_samp?: InputMaybe;\n sum?: InputMaybe;\n var_pop?: InputMaybe;\n var_samp?: InputMaybe;\n variance?: InputMaybe;\n};\n\n/** input type for inserting array relation for remote table \"festival_genres\" */\nexport type Festival_Genres_Arr_Rel_Insert_Input = {\n data: Array;\n /** upsert condition */\n on_conflict?: InputMaybe;\n};\n\n/** aggregate avg on columns */\nexport type Festival_Genres_Avg_Fields = {\n __typename?: 'festival_genres_avg_fields';\n film_festival_id?: Maybe;\n id?: Maybe;\n};\n\n/** order by avg() on columns of table \"festival_genres\" */\nexport type Festival_Genres_Avg_Order_By = {\n film_festival_id?: InputMaybe;\n id?: InputMaybe;\n};\n\n/** Boolean expression to filter rows from the table \"festival_genres\". All fields are combined with a logical 'AND'. */\nexport type Festival_Genres_Bool_Exp = {\n _and?: InputMaybe>;\n _not?: InputMaybe;\n _or?: InputMaybe>;\n created_at?: InputMaybe;\n description?: InputMaybe;\n film_festival?: InputMaybe;\n film_festival_id?: InputMaybe;\n id?: InputMaybe;\n name?: InputMaybe;\n updated_at?: InputMaybe;\n};\n\n/** unique or primary key constraints on table \"festival_genres\" */\nexport enum Festival_Genres_Constraint {\n /** unique or primary key constraint on columns \"id\" */\n FestivalGenresPkey = 'festival_genres_pkey'\n}\n\n/** input type for incrementing numeric columns in table \"festival_genres\" */\nexport type Festival_Genres_Inc_Input = {\n film_festival_id?: InputMaybe;\n id?: InputMaybe;\n};\n\n/** input type for inserting data into table \"festival_genres\" */\nexport type Festival_Genres_Insert_Input = {\n created_at?: InputMaybe;\n description?: InputMaybe;\n film_festival?: InputMaybe;\n film_festival_id?: InputMaybe;\n id?: InputMaybe;\n name?: InputMaybe;\n updated_at?: InputMaybe;\n};\n\n/** aggregate max on columns */\nexport type Festival_Genres_Max_Fields = {\n __typename?: 'festival_genres_max_fields';\n created_at?: Maybe;\n description?: Maybe;\n film_festival_id?: Maybe;\n id?: Maybe;\n name?: Maybe;\n updated_at?: Maybe;\n};\n\n/** order by max() on columns of table \"festival_genres\" */\nexport type Festival_Genres_Max_Order_By = {\n created_at?: InputMaybe;\n description?: InputMaybe;\n film_festival_id?: InputMaybe;\n id?: InputMaybe;\n name?: InputMaybe;\n updated_at?: InputMaybe;\n};\n\n/** aggregate min on columns */\nexport type Festival_Genres_Min_Fields = {\n __typename?: 'festival_genres_min_fields';\n created_at?: Maybe;\n description?: Maybe;\n film_festival_id?: Maybe;\n id?: Maybe;\n name?: Maybe;\n updated_at?: Maybe;\n};\n\n/** order by min() on columns of table \"festival_genres\" */\nexport type Festival_Genres_Min_Order_By = {\n created_at?: InputMaybe;\n description?: InputMaybe;\n film_festival_id?: InputMaybe;\n id?: InputMaybe;\n name?: InputMaybe;\n updated_at?: InputMaybe;\n};\n\n/** response of any mutation on the table \"festival_genres\" */\nexport type Festival_Genres_Mutation_Response = {\n __typename?: 'festival_genres_mutation_response';\n /** number of rows affected by the mutation */\n affected_rows: Scalars['Int']['output'];\n /** data from the rows affected by the mutation */\n returning: Array;\n};\n\n/** input type for inserting object relation for remote table \"festival_genres\" */\nexport type Festival_Genres_Obj_Rel_Insert_Input = {\n data: Festival_Genres_Insert_Input;\n /** upsert condition */\n on_conflict?: InputMaybe;\n};\n\n/** on_conflict condition type for table \"festival_genres\" */\nexport type Festival_Genres_On_Conflict = {\n constraint: Festival_Genres_Constraint;\n update_columns?: Array;\n where?: InputMaybe;\n};\n\n/** Ordering options when selecting data from \"festival_genres\". */\nexport type Festival_Genres_Order_By = {\n created_at?: InputMaybe;\n description?: InputMaybe;\n film_festival?: InputMaybe;\n film_festival_id?: InputMaybe;\n id?: InputMaybe;\n name?: InputMaybe;\n updated_at?: InputMaybe;\n};\n\n/** primary key columns input for table: festival_genres */\nexport type Festival_Genres_Pk_Columns_Input = {\n id: Scalars['Int']['input'];\n};\n\n/** select columns of table \"festival_genres\" */\nexport enum Festival_Genres_Select_Column {\n /** column name */\n CreatedAt = 'created_at',\n /** column name */\n Description = 'description',\n /** column name */\n FilmFestivalId = 'film_festival_id',\n /** column name */\n Id = 'id',\n /** column name */\n Name = 'name',\n /** column name */\n UpdatedAt = 'updated_at'\n}\n\n/** input type for updating data in table \"festival_genres\" */\nexport type Festival_Genres_Set_Input = {\n created_at?: InputMaybe;\n description?: InputMaybe;\n film_festival_id?: InputMaybe;\n id?: InputMaybe;\n name?: InputMaybe;\n updated_at?: InputMaybe;\n};\n\n/** aggregate stddev on columns */\nexport type Festival_Genres_Stddev_Fields = {\n __typename?: 'festival_genres_stddev_fields';\n film_festival_id?: Maybe;\n id?: Maybe;\n};\n\n/** order by stddev() on columns of table \"festival_genres\" */\nexport type Festival_Genres_Stddev_Order_By = {\n film_festival_id?: InputMaybe;\n id?: InputMaybe;\n};\n\n/** aggregate stddev_pop on columns */\nexport type Festival_Genres_Stddev_Pop_Fields = {\n __typename?: 'festival_genres_stddev_pop_fields';\n film_festival_id?: Maybe;\n id?: Maybe;\n};\n\n/** order by stddev_pop() on columns of table \"festival_genres\" */\nexport type Festival_Genres_Stddev_Pop_Order_By = {\n film_festival_id?: InputMaybe;\n id?: InputMaybe;\n};\n\n/** aggregate stddev_samp on columns */\nexport type Festival_Genres_Stddev_Samp_Fields = {\n __typename?: 'festival_genres_stddev_samp_fields';\n film_festival_id?: Maybe;\n id?: Maybe;\n};\n\n/** order by stddev_samp() on columns of table \"festival_genres\" */\nexport type Festival_Genres_Stddev_Samp_Order_By = {\n film_festival_id?: InputMaybe;\n id?: InputMaybe;\n};\n\n/** Streaming cursor of the table \"festival_genres\" */\nexport type Festival_Genres_Stream_Cursor_Input = {\n /** Stream column input with initial value */\n initial_value: Festival_Genres_Stream_Cursor_Value_Input;\n /** cursor ordering */\n ordering?: InputMaybe;\n};\n\n/** Initial value of the column from where the streaming should start */\nexport type Festival_Genres_Stream_Cursor_Value_Input = {\n created_at?: InputMaybe;\n description?: InputMaybe;\n film_festival_id?: InputMaybe;\n id?: InputMaybe;\n name?: InputMaybe;\n updated_at?: InputMaybe;\n};\n\n/** aggregate sum on columns */\nexport type Festival_Genres_Sum_Fields = {\n __typename?: 'festival_genres_sum_fields';\n film_festival_id?: Maybe;\n id?: Maybe;\n};\n\n/** order by sum() on columns of table \"festival_genres\" */\nexport type Festival_Genres_Sum_Order_By = {\n film_festival_id?: InputMaybe;\n id?: InputMaybe;\n};\n\n/** update columns of table \"festival_genres\" */\nexport enum Festival_Genres_Update_Column {\n /** column name */\n CreatedAt = 'created_at',\n /** column name */\n Description = 'description',\n /** column name */\n FilmFestivalId = 'film_festival_id',\n /** column name */\n Id = 'id',\n /** column name */\n Name = 'name',\n /** column name */\n UpdatedAt = 'updated_at'\n}\n\nexport type Festival_Genres_Updates = {\n /** increments the numeric columns with given value of the filtered values */\n _inc?: InputMaybe;\n /** sets the columns of the filtered rows to the given values */\n _set?: InputMaybe;\n /** filter the rows which have to be updated */\n where: Festival_Genres_Bool_Exp;\n};\n\n/** aggregate var_pop on columns */\nexport type Festival_Genres_Var_Pop_Fields = {\n __typename?: 'festival_genres_var_pop_fields';\n film_festival_id?: Maybe;\n id?: Maybe;\n};\n\n/** order by var_pop() on columns of table \"festival_genres\" */\nexport type Festival_Genres_Var_Pop_Order_By = {\n film_festival_id?: InputMaybe;\n id?: InputMaybe;\n};\n\n/** aggregate var_samp on columns */\nexport type Festival_Genres_Var_Samp_Fields = {\n __typename?: 'festival_genres_var_samp_fields';\n film_festival_id?: Maybe;\n id?: Maybe;\n};\n\n/** order by var_samp() on columns of table \"festival_genres\" */\nexport type Festival_Genres_Var_Samp_Order_By = {\n film_festival_id?: InputMaybe;\n id?: InputMaybe;\n};\n\n/** aggregate variance on columns */\nexport type Festival_Genres_Variance_Fields = {\n __typename?: 'festival_genres_variance_fields';\n film_festival_id?: Maybe;\n id?: Maybe;\n};\n\n/** order by variance() on columns of table \"festival_genres\" */\nexport type Festival_Genres_Variance_Order_By = {\n film_festival_id?: InputMaybe;\n id?: InputMaybe;\n};\n\n/** columns and relationships of \"festival_submission_assets\" */\nexport type Festival_Submission_Assets = {\n __typename?: 'festival_submission_assets';\n /** An object relationship */\n asset_type: Asset_Types;\n asset_type_id: Scalars['Int']['output'];\n created_at: Scalars['timestamptz']['output'];\n /** An object relationship */\n festival_submission: Festival_Submissions;\n festival_submission_id: Scalars['Int']['output'];\n file_name: Scalars['String']['output'];\n id: Scalars['Int']['output'];\n updated_at: Scalars['timestamptz']['output'];\n};\n\n/** aggregated selection of \"festival_submission_assets\" */\nexport type Festival_Submission_Assets_Aggregate = {\n __typename?: 'festival_submission_assets_aggregate';\n aggregate?: Maybe;\n nodes: Array;\n};\n\nexport type Festival_Submission_Assets_Aggregate_Bool_Exp = {\n count?: InputMaybe;\n};\n\nexport type Festival_Submission_Assets_Aggregate_Bool_Exp_Count = {\n arguments?: InputMaybe>;\n distinct?: InputMaybe;\n filter?: InputMaybe;\n predicate: Int_Comparison_Exp;\n};\n\n/** aggregate fields of \"festival_submission_assets\" */\nexport type Festival_Submission_Assets_Aggregate_Fields = {\n __typename?: 'festival_submission_assets_aggregate_fields';\n avg?: Maybe;\n count: Scalars['Int']['output'];\n max?: Maybe;\n min?: Maybe;\n stddev?: Maybe;\n stddev_pop?: Maybe;\n stddev_samp?: Maybe;\n sum?: Maybe;\n var_pop?: Maybe;\n var_samp?: Maybe;\n variance?: Maybe;\n};\n\n\n/** aggregate fields of \"festival_submission_assets\" */\nexport type Festival_Submission_Assets_Aggregate_FieldsCountArgs = {\n columns?: InputMaybe>;\n distinct?: InputMaybe;\n};\n\n/** order by aggregate values of table \"festival_submission_assets\" */\nexport type Festival_Submission_Assets_Aggregate_Order_By = {\n avg?: InputMaybe;\n count?: InputMaybe;\n max?: InputMaybe;\n min?: InputMaybe;\n stddev?: InputMaybe;\n stddev_pop?: InputMaybe;\n stddev_samp?: InputMaybe;\n sum?: InputMaybe;\n var_pop?: InputMaybe;\n var_samp?: InputMaybe;\n variance?: InputMaybe;\n};\n\n/** input type for inserting array relation for remote table \"festival_submission_assets\" */\nexport type Festival_Submission_Assets_Arr_Rel_Insert_Input = {\n data: Array;\n /** upsert condition */\n on_conflict?: InputMaybe;\n};\n\n/** aggregate avg on columns */\nexport type Festival_Submission_Assets_Avg_Fields = {\n __typename?: 'festival_submission_assets_avg_fields';\n asset_type_id?: Maybe;\n festival_submission_id?: Maybe;\n id?: Maybe;\n};\n\n/** order by avg() on columns of table \"festival_submission_assets\" */\nexport type Festival_Submission_Assets_Avg_Order_By = {\n asset_type_id?: InputMaybe;\n festival_submission_id?: InputMaybe;\n id?: InputMaybe;\n};\n\n/** Boolean expression to filter rows from the table \"festival_submission_assets\". All fields are combined with a logical 'AND'. */\nexport type Festival_Submission_Assets_Bool_Exp = {\n _and?: InputMaybe>;\n _not?: InputMaybe;\n _or?: InputMaybe>;\n asset_type?: InputMaybe;\n asset_type_id?: InputMaybe;\n created_at?: InputMaybe;\n festival_submission?: InputMaybe;\n festival_submission_id?: InputMaybe;\n file_name?: InputMaybe;\n id?: InputMaybe;\n updated_at?: InputMaybe;\n};\n\n/** unique or primary key constraints on table \"festival_submission_assets\" */\nexport enum Festival_Submission_Assets_Constraint {\n /** unique or primary key constraint on columns \"id\" */\n FestivalSubmissionAssetsPkey = 'festival_submission_assets_pkey'\n}\n\n/** input type for incrementing numeric columns in table \"festival_submission_assets\" */\nexport type Festival_Submission_Assets_Inc_Input = {\n asset_type_id?: InputMaybe;\n festival_submission_id?: InputMaybe;\n id?: InputMaybe;\n};\n\n/** input type for inserting data into table \"festival_submission_assets\" */\nexport type Festival_Submission_Assets_Insert_Input = {\n asset_type?: InputMaybe;\n asset_type_id?: InputMaybe;\n created_at?: InputMaybe;\n festival_submission?: InputMaybe;\n festival_submission_id?: InputMaybe;\n file_name?: InputMaybe;\n id?: InputMaybe;\n updated_at?: InputMaybe;\n};\n\n/** aggregate max on columns */\nexport type Festival_Submission_Assets_Max_Fields = {\n __typename?: 'festival_submission_assets_max_fields';\n asset_type_id?: Maybe;\n created_at?: Maybe;\n festival_submission_id?: Maybe;\n file_name?: Maybe;\n id?: Maybe;\n updated_at?: Maybe;\n};\n\n/** order by max() on columns of table \"festival_submission_assets\" */\nexport type Festival_Submission_Assets_Max_Order_By = {\n asset_type_id?: InputMaybe;\n created_at?: InputMaybe;\n festival_submission_id?: InputMaybe;\n file_name?: InputMaybe;\n id?: InputMaybe;\n updated_at?: InputMaybe;\n};\n\n/** aggregate min on columns */\nexport type Festival_Submission_Assets_Min_Fields = {\n __typename?: 'festival_submission_assets_min_fields';\n asset_type_id?: Maybe;\n created_at?: Maybe;\n festival_submission_id?: Maybe;\n file_name?: Maybe;\n id?: Maybe;\n updated_at?: Maybe;\n};\n\n/** order by min() on columns of table \"festival_submission_assets\" */\nexport type Festival_Submission_Assets_Min_Order_By = {\n asset_type_id?: InputMaybe;\n created_at?: InputMaybe;\n festival_submission_id?: InputMaybe;\n file_name?: InputMaybe;\n id?: InputMaybe;\n updated_at?: InputMaybe;\n};\n\n/** response of any mutation on the table \"festival_submission_assets\" */\nexport type Festival_Submission_Assets_Mutation_Response = {\n __typename?: 'festival_submission_assets_mutation_response';\n /** number of rows affected by the mutation */\n affected_rows: Scalars['Int']['output'];\n /** data from the rows affected by the mutation */\n returning: Array;\n};\n\n/** on_conflict condition type for table \"festival_submission_assets\" */\nexport type Festival_Submission_Assets_On_Conflict = {\n constraint: Festival_Submission_Assets_Constraint;\n update_columns?: Array;\n where?: InputMaybe;\n};\n\n/** Ordering options when selecting data from \"festival_submission_assets\". */\nexport type Festival_Submission_Assets_Order_By = {\n asset_type?: InputMaybe;\n asset_type_id?: InputMaybe;\n created_at?: InputMaybe;\n festival_submission?: InputMaybe;\n festival_submission_id?: InputMaybe;\n file_name?: InputMaybe;\n id?: InputMaybe;\n updated_at?: InputMaybe;\n};\n\n/** primary key columns input for table: festival_submission_assets */\nexport type Festival_Submission_Assets_Pk_Columns_Input = {\n id: Scalars['Int']['input'];\n};\n\n/** select columns of table \"festival_submission_assets\" */\nexport enum Festival_Submission_Assets_Select_Column {\n /** column name */\n AssetTypeId = 'asset_type_id',\n /** column name */\n CreatedAt = 'created_at',\n /** column name */\n FestivalSubmissionId = 'festival_submission_id',\n /** column name */\n FileName = 'file_name',\n /** column name */\n Id = 'id',\n /** column name */\n UpdatedAt = 'updated_at'\n}\n\n/** input type for updating data in table \"festival_submission_assets\" */\nexport type Festival_Submission_Assets_Set_Input = {\n asset_type_id?: InputMaybe;\n created_at?: InputMaybe;\n festival_submission_id?: InputMaybe;\n file_name?: InputMaybe;\n id?: InputMaybe;\n updated_at?: InputMaybe;\n};\n\n/** aggregate stddev on columns */\nexport type Festival_Submission_Assets_Stddev_Fields = {\n __typename?: 'festival_submission_assets_stddev_fields';\n asset_type_id?: Maybe;\n festival_submission_id?: Maybe;\n id?: Maybe;\n};\n\n/** order by stddev() on columns of table \"festival_submission_assets\" */\nexport type Festival_Submission_Assets_Stddev_Order_By = {\n asset_type_id?: InputMaybe;\n festival_submission_id?: InputMaybe;\n id?: InputMaybe;\n};\n\n/** aggregate stddev_pop on columns */\nexport type Festival_Submission_Assets_Stddev_Pop_Fields = {\n __typename?: 'festival_submission_assets_stddev_pop_fields';\n asset_type_id?: Maybe;\n festival_submission_id?: Maybe;\n id?: Maybe;\n};\n\n/** order by stddev_pop() on columns of table \"festival_submission_assets\" */\nexport type Festival_Submission_Assets_Stddev_Pop_Order_By = {\n asset_type_id?: InputMaybe;\n festival_submission_id?: InputMaybe;\n id?: InputMaybe;\n};\n\n/** aggregate stddev_samp on columns */\nexport type Festival_Submission_Assets_Stddev_Samp_Fields = {\n __typename?: 'festival_submission_assets_stddev_samp_fields';\n asset_type_id?: Maybe;\n festival_submission_id?: Maybe;\n id?: Maybe;\n};\n\n/** order by stddev_samp() on columns of table \"festival_submission_assets\" */\nexport type Festival_Submission_Assets_Stddev_Samp_Order_By = {\n asset_type_id?: InputMaybe;\n festival_submission_id?: InputMaybe;\n id?: InputMaybe;\n};\n\n/** Streaming cursor of the table \"festival_submission_assets\" */\nexport type Festival_Submission_Assets_Stream_Cursor_Input = {\n /** Stream column input with initial value */\n initial_value: Festival_Submission_Assets_Stream_Cursor_Value_Input;\n /** cursor ordering */\n ordering?: InputMaybe;\n};\n\n/** Initial value of the column from where the streaming should start */\nexport type Festival_Submission_Assets_Stream_Cursor_Value_Input = {\n asset_type_id?: InputMaybe;\n created_at?: InputMaybe;\n festival_submission_id?: InputMaybe;\n file_name?: InputMaybe;\n id?: InputMaybe;\n updated_at?: InputMaybe;\n};\n\n/** aggregate sum on columns */\nexport type Festival_Submission_Assets_Sum_Fields = {\n __typename?: 'festival_submission_assets_sum_fields';\n asset_type_id?: Maybe;\n festival_submission_id?: Maybe;\n id?: Maybe;\n};\n\n/** order by sum() on columns of table \"festival_submission_assets\" */\nexport type Festival_Submission_Assets_Sum_Order_By = {\n asset_type_id?: InputMaybe;\n festival_submission_id?: InputMaybe;\n id?: InputMaybe;\n};\n\n/** update columns of table \"festival_submission_assets\" */\nexport enum Festival_Submission_Assets_Update_Column {\n /** column name */\n AssetTypeId = 'asset_type_id',\n /** column name */\n CreatedAt = 'created_at',\n /** column name */\n FestivalSubmissionId = 'festival_submission_id',\n /** column name */\n FileName = 'file_name',\n /** column name */\n Id = 'id',\n /** column name */\n UpdatedAt = 'updated_at'\n}\n\nexport type Festival_Submission_Assets_Updates = {\n /** increments the numeric columns with given value of the filtered values */\n _inc?: InputMaybe;\n /** sets the columns of the filtered rows to the given values */\n _set?: InputMaybe;\n /** filter the rows which have to be updated */\n where: Festival_Submission_Assets_Bool_Exp;\n};\n\n/** aggregate var_pop on columns */\nexport type Festival_Submission_Assets_Var_Pop_Fields = {\n __typename?: 'festival_submission_assets_var_pop_fields';\n asset_type_id?: Maybe;\n festival_submission_id?: Maybe;\n id?: Maybe;\n};\n\n/** order by var_pop() on columns of table \"festival_submission_assets\" */\nexport type Festival_Submission_Assets_Var_Pop_Order_By = {\n asset_type_id?: InputMaybe;\n festival_submission_id?: InputMaybe;\n id?: InputMaybe;\n};\n\n/** aggregate var_samp on columns */\nexport type Festival_Submission_Assets_Var_Samp_Fields = {\n __typename?: 'festival_submission_assets_var_samp_fields';\n asset_type_id?: Maybe;\n festival_submission_id?: Maybe;\n id?: Maybe;\n};\n\n/** order by var_samp() on columns of table \"festival_submission_assets\" */\nexport type Festival_Submission_Assets_Var_Samp_Order_By = {\n asset_type_id?: InputMaybe;\n festival_submission_id?: InputMaybe;\n id?: InputMaybe;\n};\n\n/** aggregate variance on columns */\nexport type Festival_Submission_Assets_Variance_Fields = {\n __typename?: 'festival_submission_assets_variance_fields';\n asset_type_id?: Maybe;\n festival_submission_id?: Maybe;\n id?: Maybe;\n};\n\n/** order by variance() on columns of table \"festival_submission_assets\" */\nexport type Festival_Submission_Assets_Variance_Order_By = {\n asset_type_id?: InputMaybe;\n festival_submission_id?: InputMaybe;\n id?: InputMaybe;\n};\n\n/** columns and relationships of \"festival_submission_feedback\" */\nexport type Festival_Submission_Feedback = {\n __typename?: 'festival_submission_feedback';\n censored: Scalars['Boolean']['output'];\n comments: Scalars['String']['output'];\n created_at: Scalars['timestamptz']['output'];\n /** An object relationship */\n festival_submission: Festival_Submissions;\n festival_submission_id: Scalars['Int']['output'];\n id: Scalars['Int']['output'];\n updated_at: Scalars['timestamptz']['output'];\n /** An object relationship */\n user: Users;\n user_id: Scalars['Int']['output'];\n};\n\n/** aggregated selection of \"festival_submission_feedback\" */\nexport type Festival_Submission_Feedback_Aggregate = {\n __typename?: 'festival_submission_feedback_aggregate';\n aggregate?: Maybe;\n nodes: Array;\n};\n\nexport type Festival_Submission_Feedback_Aggregate_Bool_Exp = {\n bool_and?: InputMaybe;\n bool_or?: InputMaybe;\n count?: InputMaybe;\n};\n\nexport type Festival_Submission_Feedback_Aggregate_Bool_Exp_Bool_And = {\n arguments: Festival_Submission_Feedback_Select_Column_Festival_Submission_Feedback_Aggregate_Bool_Exp_Bool_And_Arguments_Columns;\n distinct?: InputMaybe;\n filter?: InputMaybe;\n predicate: Boolean_Comparison_Exp;\n};\n\nexport type Festival_Submission_Feedback_Aggregate_Bool_Exp_Bool_Or = {\n arguments: Festival_Submission_Feedback_Select_Column_Festival_Submission_Feedback_Aggregate_Bool_Exp_Bool_Or_Arguments_Columns;\n distinct?: InputMaybe;\n filter?: InputMaybe;\n predicate: Boolean_Comparison_Exp;\n};\n\nexport type Festival_Submission_Feedback_Aggregate_Bool_Exp_Count = {\n arguments?: InputMaybe>;\n distinct?: InputMaybe;\n filter?: InputMaybe;\n predicate: Int_Comparison_Exp;\n};\n\n/** aggregate fields of \"festival_submission_feedback\" */\nexport type Festival_Submission_Feedback_Aggregate_Fields = {\n __typename?: 'festival_submission_feedback_aggregate_fields';\n avg?: Maybe;\n count: Scalars['Int']['output'];\n max?: Maybe;\n min?: Maybe;\n stddev?: Maybe;\n stddev_pop?: Maybe;\n stddev_samp?: Maybe;\n sum?: Maybe;\n var_pop?: Maybe;\n var_samp?: Maybe;\n variance?: Maybe;\n};\n\n\n/** aggregate fields of \"festival_submission_feedback\" */\nexport type Festival_Submission_Feedback_Aggregate_FieldsCountArgs = {\n columns?: InputMaybe>;\n distinct?: InputMaybe;\n};\n\n/** order by aggregate values of table \"festival_submission_feedback\" */\nexport type Festival_Submission_Feedback_Aggregate_Order_By = {\n avg?: InputMaybe;\n count?: InputMaybe;\n max?: InputMaybe;\n min?: InputMaybe;\n stddev?: InputMaybe;\n stddev_pop?: InputMaybe;\n stddev_samp?: InputMaybe;\n sum?: InputMaybe;\n var_pop?: InputMaybe;\n var_samp?: InputMaybe;\n variance?: InputMaybe;\n};\n\n/** input type for inserting array relation for remote table \"festival_submission_feedback\" */\nexport type Festival_Submission_Feedback_Arr_Rel_Insert_Input = {\n data: Array;\n /** upsert condition */\n on_conflict?: InputMaybe;\n};\n\n/** aggregate avg on columns */\nexport type Festival_Submission_Feedback_Avg_Fields = {\n __typename?: 'festival_submission_feedback_avg_fields';\n festival_submission_id?: Maybe;\n id?: Maybe;\n user_id?: Maybe;\n};\n\n/** order by avg() on columns of table \"festival_submission_feedback\" */\nexport type Festival_Submission_Feedback_Avg_Order_By = {\n festival_submission_id?: InputMaybe;\n id?: InputMaybe;\n user_id?: InputMaybe;\n};\n\n/** Boolean expression to filter rows from the table \"festival_submission_feedback\". All fields are combined with a logical 'AND'. */\nexport type Festival_Submission_Feedback_Bool_Exp = {\n _and?: InputMaybe>;\n _not?: InputMaybe;\n _or?: InputMaybe>;\n censored?: InputMaybe;\n comments?: InputMaybe;\n created_at?: InputMaybe;\n festival_submission?: InputMaybe;\n festival_submission_id?: InputMaybe;\n id?: InputMaybe;\n updated_at?: InputMaybe;\n user?: InputMaybe;\n user_id?: InputMaybe;\n};\n\n/** unique or primary key constraints on table \"festival_submission_feedback\" */\nexport enum Festival_Submission_Feedback_Constraint {\n /** unique or primary key constraint on columns \"user_id\", \"festival_submission_id\" */\n FestivalSubmissionFeedbackFestivalSubmissionIdUserIdKey = 'festival_submission_feedback_festival_submission_id_user_id_key',\n /** unique or primary key constraint on columns \"id\" */\n FestivalSubmissionFeedbackPkey = 'festival_submission_feedback_pkey'\n}\n\n/** input type for incrementing numeric columns in table \"festival_submission_feedback\" */\nexport type Festival_Submission_Feedback_Inc_Input = {\n festival_submission_id?: InputMaybe;\n id?: InputMaybe;\n user_id?: InputMaybe;\n};\n\n/** input type for inserting data into table \"festival_submission_feedback\" */\nexport type Festival_Submission_Feedback_Insert_Input = {\n censored?: InputMaybe;\n comments?: InputMaybe;\n created_at?: InputMaybe;\n festival_submission?: InputMaybe;\n festival_submission_id?: InputMaybe;\n id?: InputMaybe;\n updated_at?: InputMaybe;\n user?: InputMaybe;\n user_id?: InputMaybe;\n};\n\n/** aggregate max on columns */\nexport type Festival_Submission_Feedback_Max_Fields = {\n __typename?: 'festival_submission_feedback_max_fields';\n comments?: Maybe;\n created_at?: Maybe;\n festival_submission_id?: Maybe;\n id?: Maybe;\n updated_at?: Maybe;\n user_id?: Maybe;\n};\n\n/** order by max() on columns of table \"festival_submission_feedback\" */\nexport type Festival_Submission_Feedback_Max_Order_By = {\n comments?: InputMaybe;\n created_at?: InputMaybe;\n festival_submission_id?: InputMaybe;\n id?: InputMaybe;\n updated_at?: InputMaybe;\n user_id?: InputMaybe;\n};\n\n/** aggregate min on columns */\nexport type Festival_Submission_Feedback_Min_Fields = {\n __typename?: 'festival_submission_feedback_min_fields';\n comments?: Maybe;\n created_at?: Maybe;\n festival_submission_id?: Maybe;\n id?: Maybe;\n updated_at?: Maybe;\n user_id?: Maybe;\n};\n\n/** order by min() on columns of table \"festival_submission_feedback\" */\nexport type Festival_Submission_Feedback_Min_Order_By = {\n comments?: InputMaybe;\n created_at?: InputMaybe;\n festival_submission_id?: InputMaybe;\n id?: InputMaybe;\n updated_at?: InputMaybe;\n user_id?: InputMaybe;\n};\n\n/** response of any mutation on the table \"festival_submission_feedback\" */\nexport type Festival_Submission_Feedback_Mutation_Response = {\n __typename?: 'festival_submission_feedback_mutation_response';\n /** number of rows affected by the mutation */\n affected_rows: Scalars['Int']['output'];\n /** data from the rows affected by the mutation */\n returning: Array;\n};\n\n/** on_conflict condition type for table \"festival_submission_feedback\" */\nexport type Festival_Submission_Feedback_On_Conflict = {\n constraint: Festival_Submission_Feedback_Constraint;\n update_columns?: Array;\n where?: InputMaybe;\n};\n\n/** Ordering options when selecting data from \"festival_submission_feedback\". */\nexport type Festival_Submission_Feedback_Order_By = {\n censored?: InputMaybe;\n comments?: InputMaybe;\n created_at?: InputMaybe;\n festival_submission?: InputMaybe;\n festival_submission_id?: InputMaybe;\n id?: InputMaybe;\n updated_at?: InputMaybe;\n user?: InputMaybe;\n user_id?: InputMaybe;\n};\n\n/** primary key columns input for table: festival_submission_feedback */\nexport type Festival_Submission_Feedback_Pk_Columns_Input = {\n id: Scalars['Int']['input'];\n};\n\n/** select columns of table \"festival_submission_feedback\" */\nexport enum Festival_Submission_Feedback_Select_Column {\n /** column name */\n Censored = 'censored',\n /** column name */\n Comments = 'comments',\n /** column name */\n CreatedAt = 'created_at',\n /** column name */\n FestivalSubmissionId = 'festival_submission_id',\n /** column name */\n Id = 'id',\n /** column name */\n UpdatedAt = 'updated_at',\n /** column name */\n UserId = 'user_id'\n}\n\n/** select \"festival_submission_feedback_aggregate_bool_exp_bool_and_arguments_columns\" columns of table \"festival_submission_feedback\" */\nexport enum Festival_Submission_Feedback_Select_Column_Festival_Submission_Feedback_Aggregate_Bool_Exp_Bool_And_Arguments_Columns {\n /** column name */\n Censored = 'censored'\n}\n\n/** select \"festival_submission_feedback_aggregate_bool_exp_bool_or_arguments_columns\" columns of table \"festival_submission_feedback\" */\nexport enum Festival_Submission_Feedback_Select_Column_Festival_Submission_Feedback_Aggregate_Bool_Exp_Bool_Or_Arguments_Columns {\n /** column name */\n Censored = 'censored'\n}\n\n/** input type for updating data in table \"festival_submission_feedback\" */\nexport type Festival_Submission_Feedback_Set_Input = {\n censored?: InputMaybe;\n comments?: InputMaybe;\n created_at?: InputMaybe;\n festival_submission_id?: InputMaybe;\n id?: InputMaybe;\n updated_at?: InputMaybe;\n user_id?: InputMaybe;\n};\n\n/** aggregate stddev on columns */\nexport type Festival_Submission_Feedback_Stddev_Fields = {\n __typename?: 'festival_submission_feedback_stddev_fields';\n festival_submission_id?: Maybe;\n id?: Maybe;\n user_id?: Maybe;\n};\n\n/** order by stddev() on columns of table \"festival_submission_feedback\" */\nexport type Festival_Submission_Feedback_Stddev_Order_By = {\n festival_submission_id?: InputMaybe;\n id?: InputMaybe;\n user_id?: InputMaybe;\n};\n\n/** aggregate stddev_pop on columns */\nexport type Festival_Submission_Feedback_Stddev_Pop_Fields = {\n __typename?: 'festival_submission_feedback_stddev_pop_fields';\n festival_submission_id?: Maybe;\n id?: Maybe;\n user_id?: Maybe;\n};\n\n/** order by stddev_pop() on columns of table \"festival_submission_feedback\" */\nexport type Festival_Submission_Feedback_Stddev_Pop_Order_By = {\n festival_submission_id?: InputMaybe;\n id?: InputMaybe;\n user_id?: InputMaybe;\n};\n\n/** aggregate stddev_samp on columns */\nexport type Festival_Submission_Feedback_Stddev_Samp_Fields = {\n __typename?: 'festival_submission_feedback_stddev_samp_fields';\n festival_submission_id?: Maybe;\n id?: Maybe;\n user_id?: Maybe;\n};\n\n/** order by stddev_samp() on columns of table \"festival_submission_feedback\" */\nexport type Festival_Submission_Feedback_Stddev_Samp_Order_By = {\n festival_submission_id?: InputMaybe;\n id?: InputMaybe;\n user_id?: InputMaybe;\n};\n\n/** Streaming cursor of the table \"festival_submission_feedback\" */\nexport type Festival_Submission_Feedback_Stream_Cursor_Input = {\n /** Stream column input with initial value */\n initial_value: Festival_Submission_Feedback_Stream_Cursor_Value_Input;\n /** cursor ordering */\n ordering?: InputMaybe;\n};\n\n/** Initial value of the column from where the streaming should start */\nexport type Festival_Submission_Feedback_Stream_Cursor_Value_Input = {\n censored?: InputMaybe;\n comments?: InputMaybe;\n created_at?: InputMaybe;\n festival_submission_id?: InputMaybe;\n id?: InputMaybe;\n updated_at?: InputMaybe;\n user_id?: InputMaybe;\n};\n\n/** aggregate sum on columns */\nexport type Festival_Submission_Feedback_Sum_Fields = {\n __typename?: 'festival_submission_feedback_sum_fields';\n festival_submission_id?: Maybe;\n id?: Maybe;\n user_id?: Maybe;\n};\n\n/** order by sum() on columns of table \"festival_submission_feedback\" */\nexport type Festival_Submission_Feedback_Sum_Order_By = {\n festival_submission_id?: InputMaybe;\n id?: InputMaybe;\n user_id?: InputMaybe;\n};\n\n/** update columns of table \"festival_submission_feedback\" */\nexport enum Festival_Submission_Feedback_Update_Column {\n /** column name */\n Censored = 'censored',\n /** column name */\n Comments = 'comments',\n /** column name */\n CreatedAt = 'created_at',\n /** column name */\n FestivalSubmissionId = 'festival_submission_id',\n /** column name */\n Id = 'id',\n /** column name */\n UpdatedAt = 'updated_at',\n /** column name */\n UserId = 'user_id'\n}\n\nexport type Festival_Submission_Feedback_Updates = {\n /** increments the numeric columns with given value of the filtered values */\n _inc?: InputMaybe;\n /** sets the columns of the filtered rows to the given values */\n _set?: InputMaybe;\n /** filter the rows which have to be updated */\n where: Festival_Submission_Feedback_Bool_Exp;\n};\n\n/** aggregate var_pop on columns */\nexport type Festival_Submission_Feedback_Var_Pop_Fields = {\n __typename?: 'festival_submission_feedback_var_pop_fields';\n festival_submission_id?: Maybe;\n id?: Maybe;\n user_id?: Maybe;\n};\n\n/** order by var_pop() on columns of table \"festival_submission_feedback\" */\nexport type Festival_Submission_Feedback_Var_Pop_Order_By = {\n festival_submission_id?: InputMaybe;\n id?: InputMaybe;\n user_id?: InputMaybe;\n};\n\n/** aggregate var_samp on columns */\nexport type Festival_Submission_Feedback_Var_Samp_Fields = {\n __typename?: 'festival_submission_feedback_var_samp_fields';\n festival_submission_id?: Maybe;\n id?: Maybe;\n user_id?: Maybe;\n};\n\n/** order by var_samp() on columns of table \"festival_submission_feedback\" */\nexport type Festival_Submission_Feedback_Var_Samp_Order_By = {\n festival_submission_id?: InputMaybe;\n id?: InputMaybe;\n user_id?: InputMaybe;\n};\n\n/** aggregate variance on columns */\nexport type Festival_Submission_Feedback_Variance_Fields = {\n __typename?: 'festival_submission_feedback_variance_fields';\n festival_submission_id?: Maybe;\n id?: Maybe;\n user_id?: Maybe;\n};\n\n/** order by variance() on columns of table \"festival_submission_feedback\" */\nexport type Festival_Submission_Feedback_Variance_Order_By = {\n festival_submission_id?: InputMaybe;\n id?: InputMaybe;\n user_id?: InputMaybe;\n};\n\n/** columns and relationships of \"festival_submission_vouchers\" */\nexport type Festival_Submission_Vouchers = {\n __typename?: 'festival_submission_vouchers';\n created_at: Scalars['timestamptz']['output'];\n /** An object relationship */\n festival_submission?: Maybe;\n festival_submission_id?: Maybe;\n /** An object relationship */\n film_festival: Film_Festivals;\n film_festival_id: Scalars['Int']['output'];\n id: Scalars['Int']['output'];\n redeemed_at?: Maybe;\n /** An object relationship */\n team: Teams;\n team_id: Scalars['Int']['output'];\n updated_at: Scalars['timestamptz']['output'];\n /** An object relationship */\n user: Users;\n user_id: Scalars['Int']['output'];\n};\n\n/** aggregated selection of \"festival_submission_vouchers\" */\nexport type Festival_Submission_Vouchers_Aggregate = {\n __typename?: 'festival_submission_vouchers_aggregate';\n aggregate?: Maybe;\n nodes: Array;\n};\n\nexport type Festival_Submission_Vouchers_Aggregate_Bool_Exp = {\n count?: InputMaybe;\n};\n\nexport type Festival_Submission_Vouchers_Aggregate_Bool_Exp_Count = {\n arguments?: InputMaybe>;\n distinct?: InputMaybe;\n filter?: InputMaybe;\n predicate: Int_Comparison_Exp;\n};\n\n/** aggregate fields of \"festival_submission_vouchers\" */\nexport type Festival_Submission_Vouchers_Aggregate_Fields = {\n __typename?: 'festival_submission_vouchers_aggregate_fields';\n avg?: Maybe;\n count: Scalars['Int']['output'];\n max?: Maybe;\n min?: Maybe;\n stddev?: Maybe;\n stddev_pop?: Maybe;\n stddev_samp?: Maybe;\n sum?: Maybe;\n var_pop?: Maybe;\n var_samp?: Maybe;\n variance?: Maybe;\n};\n\n\n/** aggregate fields of \"festival_submission_vouchers\" */\nexport type Festival_Submission_Vouchers_Aggregate_FieldsCountArgs = {\n columns?: InputMaybe>;\n distinct?: InputMaybe;\n};\n\n/** order by aggregate values of table \"festival_submission_vouchers\" */\nexport type Festival_Submission_Vouchers_Aggregate_Order_By = {\n avg?: InputMaybe;\n count?: InputMaybe;\n max?: InputMaybe;\n min?: InputMaybe;\n stddev?: InputMaybe;\n stddev_pop?: InputMaybe;\n stddev_samp?: InputMaybe;\n sum?: InputMaybe;\n var_pop?: InputMaybe;\n var_samp?: InputMaybe;\n variance?: InputMaybe;\n};\n\n/** input type for inserting array relation for remote table \"festival_submission_vouchers\" */\nexport type Festival_Submission_Vouchers_Arr_Rel_Insert_Input = {\n data: Array;\n /** upsert condition */\n on_conflict?: InputMaybe;\n};\n\n/** aggregate avg on columns */\nexport type Festival_Submission_Vouchers_Avg_Fields = {\n __typename?: 'festival_submission_vouchers_avg_fields';\n festival_submission_id?: Maybe;\n film_festival_id?: Maybe;\n id?: Maybe;\n team_id?: Maybe;\n user_id?: Maybe;\n};\n\n/** order by avg() on columns of table \"festival_submission_vouchers\" */\nexport type Festival_Submission_Vouchers_Avg_Order_By = {\n festival_submission_id?: InputMaybe;\n film_festival_id?: InputMaybe;\n id?: InputMaybe;\n team_id?: InputMaybe;\n user_id?: InputMaybe;\n};\n\n/** Boolean expression to filter rows from the table \"festival_submission_vouchers\". All fields are combined with a logical 'AND'. */\nexport type Festival_Submission_Vouchers_Bool_Exp = {\n _and?: InputMaybe>;\n _not?: InputMaybe;\n _or?: InputMaybe>;\n created_at?: InputMaybe;\n festival_submission?: InputMaybe;\n festival_submission_id?: InputMaybe;\n film_festival?: InputMaybe;\n film_festival_id?: InputMaybe;\n id?: InputMaybe;\n redeemed_at?: InputMaybe;\n team?: InputMaybe;\n team_id?: InputMaybe;\n updated_at?: InputMaybe;\n user?: InputMaybe;\n user_id?: InputMaybe;\n};\n\n/** unique or primary key constraints on table \"festival_submission_vouchers\" */\nexport enum Festival_Submission_Vouchers_Constraint {\n /** unique or primary key constraint on columns \"id\" */\n FestivalSubmissionVouchersPkey = 'festival_submission_vouchers_pkey'\n}\n\n/** input type for incrementing numeric columns in table \"festival_submission_vouchers\" */\nexport type Festival_Submission_Vouchers_Inc_Input = {\n festival_submission_id?: InputMaybe;\n film_festival_id?: InputMaybe;\n id?: InputMaybe;\n team_id?: InputMaybe;\n user_id?: InputMaybe;\n};\n\n/** input type for inserting data into table \"festival_submission_vouchers\" */\nexport type Festival_Submission_Vouchers_Insert_Input = {\n created_at?: InputMaybe;\n festival_submission?: InputMaybe;\n festival_submission_id?: InputMaybe;\n film_festival?: InputMaybe;\n film_festival_id?: InputMaybe;\n id?: InputMaybe;\n redeemed_at?: InputMaybe;\n team?: InputMaybe;\n team_id?: InputMaybe;\n updated_at?: InputMaybe;\n user?: InputMaybe;\n user_id?: InputMaybe;\n};\n\n/** aggregate max on columns */\nexport type Festival_Submission_Vouchers_Max_Fields = {\n __typename?: 'festival_submission_vouchers_max_fields';\n created_at?: Maybe;\n festival_submission_id?: Maybe;\n film_festival_id?: Maybe;\n id?: Maybe;\n redeemed_at?: Maybe;\n team_id?: Maybe;\n updated_at?: Maybe;\n user_id?: Maybe;\n};\n\n/** order by max() on columns of table \"festival_submission_vouchers\" */\nexport type Festival_Submission_Vouchers_Max_Order_By = {\n created_at?: InputMaybe;\n festival_submission_id?: InputMaybe;\n film_festival_id?: InputMaybe;\n id?: InputMaybe;\n redeemed_at?: InputMaybe;\n team_id?: InputMaybe;\n updated_at?: InputMaybe;\n user_id?: InputMaybe;\n};\n\n/** aggregate min on columns */\nexport type Festival_Submission_Vouchers_Min_Fields = {\n __typename?: 'festival_submission_vouchers_min_fields';\n created_at?: Maybe;\n festival_submission_id?: Maybe;\n film_festival_id?: Maybe;\n id?: Maybe;\n redeemed_at?: Maybe;\n team_id?: Maybe;\n updated_at?: Maybe;\n user_id?: Maybe;\n};\n\n/** order by min() on columns of table \"festival_submission_vouchers\" */\nexport type Festival_Submission_Vouchers_Min_Order_By = {\n created_at?: InputMaybe;\n festival_submission_id?: InputMaybe;\n film_festival_id?: InputMaybe;\n id?: InputMaybe;\n redeemed_at?: InputMaybe;\n team_id?: InputMaybe;\n updated_at?: InputMaybe;\n user_id?: InputMaybe;\n};\n\n/** response of any mutation on the table \"festival_submission_vouchers\" */\nexport type Festival_Submission_Vouchers_Mutation_Response = {\n __typename?: 'festival_submission_vouchers_mutation_response';\n /** number of rows affected by the mutation */\n affected_rows: Scalars['Int']['output'];\n /** data from the rows affected by the mutation */\n returning: Array;\n};\n\n/** on_conflict condition type for table \"festival_submission_vouchers\" */\nexport type Festival_Submission_Vouchers_On_Conflict = {\n constraint: Festival_Submission_Vouchers_Constraint;\n update_columns?: Array;\n where?: InputMaybe;\n};\n\n/** Ordering options when selecting data from \"festival_submission_vouchers\". */\nexport type Festival_Submission_Vouchers_Order_By = {\n created_at?: InputMaybe;\n festival_submission?: InputMaybe;\n festival_submission_id?: InputMaybe;\n film_festival?: InputMaybe;\n film_festival_id?: InputMaybe;\n id?: InputMaybe;\n redeemed_at?: InputMaybe;\n team?: InputMaybe;\n team_id?: InputMaybe;\n updated_at?: InputMaybe;\n user?: InputMaybe;\n user_id?: InputMaybe;\n};\n\n/** primary key columns input for table: festival_submission_vouchers */\nexport type Festival_Submission_Vouchers_Pk_Columns_Input = {\n id: Scalars['Int']['input'];\n};\n\n/** select columns of table \"festival_submission_vouchers\" */\nexport enum Festival_Submission_Vouchers_Select_Column {\n /** column name */\n CreatedAt = 'created_at',\n /** column name */\n FestivalSubmissionId = 'festival_submission_id',\n /** column name */\n FilmFestivalId = 'film_festival_id',\n /** column name */\n Id = 'id',\n /** column name */\n RedeemedAt = 'redeemed_at',\n /** column name */\n TeamId = 'team_id',\n /** column name */\n UpdatedAt = 'updated_at',\n /** column name */\n UserId = 'user_id'\n}\n\n/** input type for updating data in table \"festival_submission_vouchers\" */\nexport type Festival_Submission_Vouchers_Set_Input = {\n created_at?: InputMaybe;\n festival_submission_id?: InputMaybe;\n film_festival_id?: InputMaybe;\n id?: InputMaybe;\n redeemed_at?: InputMaybe;\n team_id?: InputMaybe;\n updated_at?: InputMaybe;\n user_id?: InputMaybe;\n};\n\n/** aggregate stddev on columns */\nexport type Festival_Submission_Vouchers_Stddev_Fields = {\n __typename?: 'festival_submission_vouchers_stddev_fields';\n festival_submission_id?: Maybe;\n film_festival_id?: Maybe;\n id?: Maybe;\n team_id?: Maybe;\n user_id?: Maybe;\n};\n\n/** order by stddev() on columns of table \"festival_submission_vouchers\" */\nexport type Festival_Submission_Vouchers_Stddev_Order_By = {\n festival_submission_id?: InputMaybe;\n film_festival_id?: InputMaybe;\n id?: InputMaybe;\n team_id?: InputMaybe;\n user_id?: InputMaybe;\n};\n\n/** aggregate stddev_pop on columns */\nexport type Festival_Submission_Vouchers_Stddev_Pop_Fields = {\n __typename?: 'festival_submission_vouchers_stddev_pop_fields';\n festival_submission_id?: Maybe;\n film_festival_id?: Maybe;\n id?: Maybe;\n team_id?: Maybe;\n user_id?: Maybe;\n};\n\n/** order by stddev_pop() on columns of table \"festival_submission_vouchers\" */\nexport type Festival_Submission_Vouchers_Stddev_Pop_Order_By = {\n festival_submission_id?: InputMaybe;\n film_festival_id?: InputMaybe;\n id?: InputMaybe;\n team_id?: InputMaybe;\n user_id?: InputMaybe;\n};\n\n/** aggregate stddev_samp on columns */\nexport type Festival_Submission_Vouchers_Stddev_Samp_Fields = {\n __typename?: 'festival_submission_vouchers_stddev_samp_fields';\n festival_submission_id?: Maybe;\n film_festival_id?: Maybe;\n id?: Maybe;\n team_id?: Maybe;\n user_id?: Maybe;\n};\n\n/** order by stddev_samp() on columns of table \"festival_submission_vouchers\" */\nexport type Festival_Submission_Vouchers_Stddev_Samp_Order_By = {\n festival_submission_id?: InputMaybe;\n film_festival_id?: InputMaybe;\n id?: InputMaybe;\n team_id?: InputMaybe;\n user_id?: InputMaybe;\n};\n\n/** Streaming cursor of the table \"festival_submission_vouchers\" */\nexport type Festival_Submission_Vouchers_Stream_Cursor_Input = {\n /** Stream column input with initial value */\n initial_value: Festival_Submission_Vouchers_Stream_Cursor_Value_Input;\n /** cursor ordering */\n ordering?: InputMaybe;\n};\n\n/** Initial value of the column from where the streaming should start */\nexport type Festival_Submission_Vouchers_Stream_Cursor_Value_Input = {\n created_at?: InputMaybe;\n festival_submission_id?: InputMaybe;\n film_festival_id?: InputMaybe;\n id?: InputMaybe;\n redeemed_at?: InputMaybe;\n team_id?: InputMaybe;\n updated_at?: InputMaybe;\n user_id?: InputMaybe;\n};\n\n/** aggregate sum on columns */\nexport type Festival_Submission_Vouchers_Sum_Fields = {\n __typename?: 'festival_submission_vouchers_sum_fields';\n festival_submission_id?: Maybe;\n film_festival_id?: Maybe;\n id?: Maybe;\n team_id?: Maybe;\n user_id?: Maybe;\n};\n\n/** order by sum() on columns of table \"festival_submission_vouchers\" */\nexport type Festival_Submission_Vouchers_Sum_Order_By = {\n festival_submission_id?: InputMaybe;\n film_festival_id?: InputMaybe;\n id?: InputMaybe;\n team_id?: InputMaybe;\n user_id?: InputMaybe;\n};\n\n/** update columns of table \"festival_submission_vouchers\" */\nexport enum Festival_Submission_Vouchers_Update_Column {\n /** column name */\n CreatedAt = 'created_at',\n /** column name */\n FestivalSubmissionId = 'festival_submission_id',\n /** column name */\n FilmFestivalId = 'film_festival_id',\n /** column name */\n Id = 'id',\n /** column name */\n RedeemedAt = 'redeemed_at',\n /** column name */\n TeamId = 'team_id',\n /** column name */\n UpdatedAt = 'updated_at',\n /** column name */\n UserId = 'user_id'\n}\n\nexport type Festival_Submission_Vouchers_Updates = {\n /** increments the numeric columns with given value of the filtered values */\n _inc?: InputMaybe;\n /** sets the columns of the filtered rows to the given values */\n _set?: InputMaybe;\n /** filter the rows which have to be updated */\n where: Festival_Submission_Vouchers_Bool_Exp;\n};\n\n/** aggregate var_pop on columns */\nexport type Festival_Submission_Vouchers_Var_Pop_Fields = {\n __typename?: 'festival_submission_vouchers_var_pop_fields';\n festival_submission_id?: Maybe;\n film_festival_id?: Maybe;\n id?: Maybe;\n team_id?: Maybe;\n user_id?: Maybe;\n};\n\n/** order by var_pop() on columns of table \"festival_submission_vouchers\" */\nexport type Festival_Submission_Vouchers_Var_Pop_Order_By = {\n festival_submission_id?: InputMaybe;\n film_festival_id?: InputMaybe;\n id?: InputMaybe;\n team_id?: InputMaybe;\n user_id?: InputMaybe;\n};\n\n/** aggregate var_samp on columns */\nexport type Festival_Submission_Vouchers_Var_Samp_Fields = {\n __typename?: 'festival_submission_vouchers_var_samp_fields';\n festival_submission_id?: Maybe;\n film_festival_id?: Maybe;\n id?: Maybe;\n team_id?: Maybe;\n user_id?: Maybe;\n};\n\n/** order by var_samp() on columns of table \"festival_submission_vouchers\" */\nexport type Festival_Submission_Vouchers_Var_Samp_Order_By = {\n festival_submission_id?: InputMaybe;\n film_festival_id?: InputMaybe;\n id?: InputMaybe;\n team_id?: InputMaybe;\n user_id?: InputMaybe;\n};\n\n/** aggregate variance on columns */\nexport type Festival_Submission_Vouchers_Variance_Fields = {\n __typename?: 'festival_submission_vouchers_variance_fields';\n festival_submission_id?: Maybe;\n film_festival_id?: Maybe;\n id?: Maybe;\n team_id?: Maybe;\n user_id?: Maybe;\n};\n\n/** order by variance() on columns of table \"festival_submission_vouchers\" */\nexport type Festival_Submission_Vouchers_Variance_Order_By = {\n festival_submission_id?: InputMaybe;\n film_festival_id?: InputMaybe;\n id?: InputMaybe;\n team_id?: InputMaybe;\n user_id?: InputMaybe;\n};\n\n/** columns and relationships of \"festival_submissions\" */\nexport type Festival_Submissions = {\n __typename?: 'festival_submissions';\n address_1: Scalars['String']['output'];\n address_2?: Maybe;\n /** An array relationship */\n assets: Array;\n /** An aggregate relationship */\n assets_aggregate: Festival_Submission_Assets_Aggregate;\n city: Scalars['String']['output'];\n comments?: Maybe;\n country: Scalars['String']['output'];\n created_at: Scalars['timestamptz']['output'];\n /** An array relationship */\n feedback: Array;\n /** An aggregate relationship */\n feedback_aggregate: Festival_Submission_Feedback_Aggregate;\n /** An object relationship */\n film_festival: Film_Festivals;\n film_festival_id: Scalars['Int']['output'];\n /** An array relationship */\n film_groups: Array;\n /** An aggregate relationship */\n film_groups_aggregate: Film_Group_Festival_Submissions_Aggregate;\n film_title: Scalars['String']['output'];\n first_name: Scalars['String']['output'];\n /** An object relationship */\n genre: Festival_Genres;\n genre_id: Scalars['Int']['output'];\n id: Scalars['Int']['output'];\n is_minor?: Maybe;\n last_name: Scalars['String']['output'];\n middle_name?: Maybe;\n mux_asset_data?: Maybe;\n mux_asset_id?: Maybe;\n mux_playback_id?: Maybe;\n mux_thumbnail_time?: Maybe;\n mux_upload_id?: Maybe;\n /** An object relationship */\n owner: Users;\n owner_id: Scalars['Int']['output'];\n paid_at?: Maybe;\n primary_email: Scalars['String']['output'];\n primary_phone: Scalars['String']['output'];\n production_company: Scalars['String']['output'];\n production_year: Scalars['String']['output'];\n secondary_email?: Maybe;\n secondary_phone?: Maybe;\n signature_email?: Maybe;\n signature_ip?: Maybe;\n signature_name?: Maybe;\n signature_phone?: Maybe;\n signature_ts?: Maybe;\n state: Scalars['String']['output'];\n stripe_payment_id?: Maybe;\n submitted_at?: Maybe;\n synopsis: Scalars['String']['output'];\n tagline?: Maybe;\n updated_at: Scalars['timestamptz']['output'];\n /** An array relationship */\n vouchers: Array;\n /** An aggregate relationship */\n vouchers_aggregate: Festival_Submission_Vouchers_Aggregate;\n zip: Scalars['String']['output'];\n};\n\n\n/** columns and relationships of \"festival_submissions\" */\nexport type Festival_SubmissionsAssetsArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n\n/** columns and relationships of \"festival_submissions\" */\nexport type Festival_SubmissionsAssets_AggregateArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n\n/** columns and relationships of \"festival_submissions\" */\nexport type Festival_SubmissionsFeedbackArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n\n/** columns and relationships of \"festival_submissions\" */\nexport type Festival_SubmissionsFeedback_AggregateArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n\n/** columns and relationships of \"festival_submissions\" */\nexport type Festival_SubmissionsFilm_GroupsArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n\n/** columns and relationships of \"festival_submissions\" */\nexport type Festival_SubmissionsFilm_Groups_AggregateArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n\n/** columns and relationships of \"festival_submissions\" */\nexport type Festival_SubmissionsMux_Asset_DataArgs = {\n path?: InputMaybe;\n};\n\n\n/** columns and relationships of \"festival_submissions\" */\nexport type Festival_SubmissionsVouchersArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n\n/** columns and relationships of \"festival_submissions\" */\nexport type Festival_SubmissionsVouchers_AggregateArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n/** aggregated selection of \"festival_submissions\" */\nexport type Festival_Submissions_Aggregate = {\n __typename?: 'festival_submissions_aggregate';\n aggregate?: Maybe;\n nodes: Array;\n};\n\n/** aggregate fields of \"festival_submissions\" */\nexport type Festival_Submissions_Aggregate_Fields = {\n __typename?: 'festival_submissions_aggregate_fields';\n avg?: Maybe;\n count: Scalars['Int']['output'];\n max?: Maybe;\n min?: Maybe;\n stddev?: Maybe;\n stddev_pop?: Maybe;\n stddev_samp?: Maybe;\n sum?: Maybe;\n var_pop?: Maybe;\n var_samp?: Maybe;\n variance?: Maybe;\n};\n\n\n/** aggregate fields of \"festival_submissions\" */\nexport type Festival_Submissions_Aggregate_FieldsCountArgs = {\n columns?: InputMaybe>;\n distinct?: InputMaybe;\n};\n\n/** append existing jsonb value of filtered columns with new jsonb value */\nexport type Festival_Submissions_Append_Input = {\n mux_asset_data?: InputMaybe;\n};\n\n/** aggregate avg on columns */\nexport type Festival_Submissions_Avg_Fields = {\n __typename?: 'festival_submissions_avg_fields';\n film_festival_id?: Maybe;\n genre_id?: Maybe;\n id?: Maybe;\n mux_thumbnail_time?: Maybe;\n owner_id?: Maybe;\n};\n\n/** Boolean expression to filter rows from the table \"festival_submissions\". All fields are combined with a logical 'AND'. */\nexport type Festival_Submissions_Bool_Exp = {\n _and?: InputMaybe>;\n _not?: InputMaybe;\n _or?: InputMaybe>;\n address_1?: InputMaybe;\n address_2?: InputMaybe;\n assets?: InputMaybe;\n assets_aggregate?: InputMaybe;\n city?: InputMaybe;\n comments?: InputMaybe;\n country?: InputMaybe;\n created_at?: InputMaybe;\n feedback?: InputMaybe;\n feedback_aggregate?: InputMaybe;\n film_festival?: InputMaybe;\n film_festival_id?: InputMaybe;\n film_groups?: InputMaybe;\n film_groups_aggregate?: InputMaybe;\n film_title?: InputMaybe;\n first_name?: InputMaybe;\n genre?: InputMaybe;\n genre_id?: InputMaybe;\n id?: InputMaybe;\n is_minor?: InputMaybe;\n last_name?: InputMaybe;\n middle_name?: InputMaybe;\n mux_asset_data?: InputMaybe;\n mux_asset_id?: InputMaybe;\n mux_playback_id?: InputMaybe;\n mux_thumbnail_time?: InputMaybe;\n mux_upload_id?: InputMaybe;\n owner?: InputMaybe;\n owner_id?: InputMaybe;\n paid_at?: InputMaybe;\n primary_email?: InputMaybe;\n primary_phone?: InputMaybe;\n production_company?: InputMaybe;\n production_year?: InputMaybe;\n secondary_email?: InputMaybe;\n secondary_phone?: InputMaybe;\n signature_email?: InputMaybe;\n signature_ip?: InputMaybe;\n signature_name?: InputMaybe;\n signature_phone?: InputMaybe;\n signature_ts?: InputMaybe;\n state?: InputMaybe;\n stripe_payment_id?: InputMaybe;\n submitted_at?: InputMaybe;\n synopsis?: InputMaybe;\n tagline?: InputMaybe;\n updated_at?: InputMaybe;\n vouchers?: InputMaybe;\n vouchers_aggregate?: InputMaybe;\n zip?: InputMaybe;\n};\n\n/** unique or primary key constraints on table \"festival_submissions\" */\nexport enum Festival_Submissions_Constraint {\n /** unique or primary key constraint on columns \"id\" */\n FestivalSubmissionsPkey = 'festival_submissions_pkey'\n}\n\n/** delete the field or element with specified path (for JSON arrays, negative integers count from the end) */\nexport type Festival_Submissions_Delete_At_Path_Input = {\n mux_asset_data?: InputMaybe>;\n};\n\n/** delete the array element with specified index (negative integers count from the end). throws an error if top level container is not an array */\nexport type Festival_Submissions_Delete_Elem_Input = {\n mux_asset_data?: InputMaybe;\n};\n\n/** delete key/value pair or string element. key/value pairs are matched based on their key value */\nexport type Festival_Submissions_Delete_Key_Input = {\n mux_asset_data?: InputMaybe;\n};\n\n/** input type for incrementing numeric columns in table \"festival_submissions\" */\nexport type Festival_Submissions_Inc_Input = {\n film_festival_id?: InputMaybe;\n genre_id?: InputMaybe;\n id?: InputMaybe;\n mux_thumbnail_time?: InputMaybe;\n owner_id?: InputMaybe;\n};\n\n/** input type for inserting data into table \"festival_submissions\" */\nexport type Festival_Submissions_Insert_Input = {\n address_1?: InputMaybe;\n address_2?: InputMaybe;\n assets?: InputMaybe;\n city?: InputMaybe;\n comments?: InputMaybe;\n country?: InputMaybe;\n created_at?: InputMaybe;\n feedback?: InputMaybe;\n film_festival?: InputMaybe;\n film_festival_id?: InputMaybe;\n film_groups?: InputMaybe;\n film_title?: InputMaybe;\n first_name?: InputMaybe;\n genre?: InputMaybe;\n genre_id?: InputMaybe;\n id?: InputMaybe;\n is_minor?: InputMaybe;\n last_name?: InputMaybe;\n middle_name?: InputMaybe;\n mux_asset_data?: InputMaybe;\n mux_asset_id?: InputMaybe;\n mux_playback_id?: InputMaybe;\n mux_thumbnail_time?: InputMaybe;\n mux_upload_id?: InputMaybe;\n owner?: InputMaybe;\n owner_id?: InputMaybe;\n paid_at?: InputMaybe;\n primary_email?: InputMaybe;\n primary_phone?: InputMaybe;\n production_company?: InputMaybe;\n production_year?: InputMaybe;\n secondary_email?: InputMaybe;\n secondary_phone?: InputMaybe;\n signature_email?: InputMaybe;\n signature_ip?: InputMaybe;\n signature_name?: InputMaybe;\n signature_phone?: InputMaybe;\n signature_ts?: InputMaybe;\n state?: InputMaybe;\n stripe_payment_id?: InputMaybe;\n submitted_at?: InputMaybe;\n synopsis?: InputMaybe;\n tagline?: InputMaybe;\n updated_at?: InputMaybe;\n vouchers?: InputMaybe;\n zip?: InputMaybe;\n};\n\n/** aggregate max on columns */\nexport type Festival_Submissions_Max_Fields = {\n __typename?: 'festival_submissions_max_fields';\n address_1?: Maybe;\n address_2?: Maybe;\n city?: Maybe;\n comments?: Maybe;\n country?: Maybe;\n created_at?: Maybe;\n film_festival_id?: Maybe;\n film_title?: Maybe;\n first_name?: Maybe;\n genre_id?: Maybe;\n id?: Maybe;\n last_name?: Maybe;\n middle_name?: Maybe;\n mux_asset_id?: Maybe;\n mux_playback_id?: Maybe;\n mux_thumbnail_time?: Maybe;\n mux_upload_id?: Maybe;\n owner_id?: Maybe;\n paid_at?: Maybe;\n primary_email?: Maybe;\n primary_phone?: Maybe;\n production_company?: Maybe;\n production_year?: Maybe;\n secondary_email?: Maybe;\n secondary_phone?: Maybe;\n signature_email?: Maybe;\n signature_ip?: Maybe;\n signature_name?: Maybe;\n signature_phone?: Maybe;\n signature_ts?: Maybe;\n state?: Maybe;\n stripe_payment_id?: Maybe;\n submitted_at?: Maybe;\n synopsis?: Maybe;\n tagline?: Maybe;\n updated_at?: Maybe;\n zip?: Maybe;\n};\n\n/** aggregate min on columns */\nexport type Festival_Submissions_Min_Fields = {\n __typename?: 'festival_submissions_min_fields';\n address_1?: Maybe;\n address_2?: Maybe;\n city?: Maybe;\n comments?: Maybe;\n country?: Maybe;\n created_at?: Maybe;\n film_festival_id?: Maybe;\n film_title?: Maybe;\n first_name?: Maybe;\n genre_id?: Maybe;\n id?: Maybe;\n last_name?: Maybe;\n middle_name?: Maybe;\n mux_asset_id?: Maybe;\n mux_playback_id?: Maybe;\n mux_thumbnail_time?: Maybe;\n mux_upload_id?: Maybe;\n owner_id?: Maybe;\n paid_at?: Maybe;\n primary_email?: Maybe;\n primary_phone?: Maybe;\n production_company?: Maybe;\n production_year?: Maybe;\n secondary_email?: Maybe;\n secondary_phone?: Maybe;\n signature_email?: Maybe;\n signature_ip?: Maybe;\n signature_name?: Maybe;\n signature_phone?: Maybe;\n signature_ts?: Maybe;\n state?: Maybe;\n stripe_payment_id?: Maybe;\n submitted_at?: Maybe;\n synopsis?: Maybe;\n tagline?: Maybe;\n updated_at?: Maybe;\n zip?: Maybe;\n};\n\n/** response of any mutation on the table \"festival_submissions\" */\nexport type Festival_Submissions_Mutation_Response = {\n __typename?: 'festival_submissions_mutation_response';\n /** number of rows affected by the mutation */\n affected_rows: Scalars['Int']['output'];\n /** data from the rows affected by the mutation */\n returning: Array;\n};\n\n/** input type for inserting object relation for remote table \"festival_submissions\" */\nexport type Festival_Submissions_Obj_Rel_Insert_Input = {\n data: Festival_Submissions_Insert_Input;\n /** upsert condition */\n on_conflict?: InputMaybe;\n};\n\n/** on_conflict condition type for table \"festival_submissions\" */\nexport type Festival_Submissions_On_Conflict = {\n constraint: Festival_Submissions_Constraint;\n update_columns?: Array;\n where?: InputMaybe;\n};\n\n/** Ordering options when selecting data from \"festival_submissions\". */\nexport type Festival_Submissions_Order_By = {\n address_1?: InputMaybe;\n address_2?: InputMaybe;\n assets_aggregate?: InputMaybe;\n city?: InputMaybe;\n comments?: InputMaybe;\n country?: InputMaybe;\n created_at?: InputMaybe;\n feedback_aggregate?: InputMaybe;\n film_festival?: InputMaybe;\n film_festival_id?: InputMaybe;\n film_groups_aggregate?: InputMaybe;\n film_title?: InputMaybe;\n first_name?: InputMaybe;\n genre?: InputMaybe;\n genre_id?: InputMaybe;\n id?: InputMaybe;\n is_minor?: InputMaybe;\n last_name?: InputMaybe;\n middle_name?: InputMaybe;\n mux_asset_data?: InputMaybe;\n mux_asset_id?: InputMaybe;\n mux_playback_id?: InputMaybe;\n mux_thumbnail_time?: InputMaybe;\n mux_upload_id?: InputMaybe;\n owner?: InputMaybe;\n owner_id?: InputMaybe;\n paid_at?: InputMaybe;\n primary_email?: InputMaybe;\n primary_phone?: InputMaybe;\n production_company?: InputMaybe;\n production_year?: InputMaybe;\n secondary_email?: InputMaybe;\n secondary_phone?: InputMaybe;\n signature_email?: InputMaybe;\n signature_ip?: InputMaybe;\n signature_name?: InputMaybe;\n signature_phone?: InputMaybe;\n signature_ts?: InputMaybe;\n state?: InputMaybe;\n stripe_payment_id?: InputMaybe;\n submitted_at?: InputMaybe;\n synopsis?: InputMaybe;\n tagline?: InputMaybe;\n updated_at?: InputMaybe;\n vouchers_aggregate?: InputMaybe;\n zip?: InputMaybe;\n};\n\n/** primary key columns input for table: festival_submissions */\nexport type Festival_Submissions_Pk_Columns_Input = {\n id: Scalars['Int']['input'];\n};\n\n/** prepend existing jsonb value of filtered columns with new jsonb value */\nexport type Festival_Submissions_Prepend_Input = {\n mux_asset_data?: InputMaybe;\n};\n\n/** select columns of table \"festival_submissions\" */\nexport enum Festival_Submissions_Select_Column {\n /** column name */\n Address_1 = 'address_1',\n /** column name */\n Address_2 = 'address_2',\n /** column name */\n City = 'city',\n /** column name */\n Comments = 'comments',\n /** column name */\n Country = 'country',\n /** column name */\n CreatedAt = 'created_at',\n /** column name */\n FilmFestivalId = 'film_festival_id',\n /** column name */\n FilmTitle = 'film_title',\n /** column name */\n FirstName = 'first_name',\n /** column name */\n GenreId = 'genre_id',\n /** column name */\n Id = 'id',\n /** column name */\n IsMinor = 'is_minor',\n /** column name */\n LastName = 'last_name',\n /** column name */\n MiddleName = 'middle_name',\n /** column name */\n MuxAssetData = 'mux_asset_data',\n /** column name */\n MuxAssetId = 'mux_asset_id',\n /** column name */\n MuxPlaybackId = 'mux_playback_id',\n /** column name */\n MuxThumbnailTime = 'mux_thumbnail_time',\n /** column name */\n MuxUploadId = 'mux_upload_id',\n /** column name */\n OwnerId = 'owner_id',\n /** column name */\n PaidAt = 'paid_at',\n /** column name */\n PrimaryEmail = 'primary_email',\n /** column name */\n PrimaryPhone = 'primary_phone',\n /** column name */\n ProductionCompany = 'production_company',\n /** column name */\n ProductionYear = 'production_year',\n /** column name */\n SecondaryEmail = 'secondary_email',\n /** column name */\n SecondaryPhone = 'secondary_phone',\n /** column name */\n SignatureEmail = 'signature_email',\n /** column name */\n SignatureIp = 'signature_ip',\n /** column name */\n SignatureName = 'signature_name',\n /** column name */\n SignaturePhone = 'signature_phone',\n /** column name */\n SignatureTs = 'signature_ts',\n /** column name */\n State = 'state',\n /** column name */\n StripePaymentId = 'stripe_payment_id',\n /** column name */\n SubmittedAt = 'submitted_at',\n /** column name */\n Synopsis = 'synopsis',\n /** column name */\n Tagline = 'tagline',\n /** column name */\n UpdatedAt = 'updated_at',\n /** column name */\n Zip = 'zip'\n}\n\n/** input type for updating data in table \"festival_submissions\" */\nexport type Festival_Submissions_Set_Input = {\n address_1?: InputMaybe;\n address_2?: InputMaybe;\n city?: InputMaybe;\n comments?: InputMaybe;\n country?: InputMaybe;\n created_at?: InputMaybe;\n film_festival_id?: InputMaybe;\n film_title?: InputMaybe;\n first_name?: InputMaybe;\n genre_id?: InputMaybe;\n id?: InputMaybe;\n is_minor?: InputMaybe;\n last_name?: InputMaybe;\n middle_name?: InputMaybe;\n mux_asset_data?: InputMaybe;\n mux_asset_id?: InputMaybe;\n mux_playback_id?: InputMaybe;\n mux_thumbnail_time?: InputMaybe;\n mux_upload_id?: InputMaybe;\n owner_id?: InputMaybe;\n paid_at?: InputMaybe;\n primary_email?: InputMaybe;\n primary_phone?: InputMaybe;\n production_company?: InputMaybe;\n production_year?: InputMaybe;\n secondary_email?: InputMaybe;\n secondary_phone?: InputMaybe;\n signature_email?: InputMaybe;\n signature_ip?: InputMaybe;\n signature_name?: InputMaybe;\n signature_phone?: InputMaybe;\n signature_ts?: InputMaybe;\n state?: InputMaybe;\n stripe_payment_id?: InputMaybe;\n submitted_at?: InputMaybe;\n synopsis?: InputMaybe;\n tagline?: InputMaybe;\n updated_at?: InputMaybe;\n zip?: InputMaybe;\n};\n\n/** aggregate stddev on columns */\nexport type Festival_Submissions_Stddev_Fields = {\n __typename?: 'festival_submissions_stddev_fields';\n film_festival_id?: Maybe;\n genre_id?: Maybe;\n id?: Maybe;\n mux_thumbnail_time?: Maybe;\n owner_id?: Maybe;\n};\n\n/** aggregate stddev_pop on columns */\nexport type Festival_Submissions_Stddev_Pop_Fields = {\n __typename?: 'festival_submissions_stddev_pop_fields';\n film_festival_id?: Maybe;\n genre_id?: Maybe;\n id?: Maybe;\n mux_thumbnail_time?: Maybe;\n owner_id?: Maybe;\n};\n\n/** aggregate stddev_samp on columns */\nexport type Festival_Submissions_Stddev_Samp_Fields = {\n __typename?: 'festival_submissions_stddev_samp_fields';\n film_festival_id?: Maybe;\n genre_id?: Maybe;\n id?: Maybe;\n mux_thumbnail_time?: Maybe;\n owner_id?: Maybe;\n};\n\n/** Streaming cursor of the table \"festival_submissions\" */\nexport type Festival_Submissions_Stream_Cursor_Input = {\n /** Stream column input with initial value */\n initial_value: Festival_Submissions_Stream_Cursor_Value_Input;\n /** cursor ordering */\n ordering?: InputMaybe;\n};\n\n/** Initial value of the column from where the streaming should start */\nexport type Festival_Submissions_Stream_Cursor_Value_Input = {\n address_1?: InputMaybe;\n address_2?: InputMaybe;\n city?: InputMaybe;\n comments?: InputMaybe;\n country?: InputMaybe;\n created_at?: InputMaybe;\n film_festival_id?: InputMaybe;\n film_title?: InputMaybe;\n first_name?: InputMaybe;\n genre_id?: InputMaybe;\n id?: InputMaybe;\n is_minor?: InputMaybe;\n last_name?: InputMaybe;\n middle_name?: InputMaybe;\n mux_asset_data?: InputMaybe;\n mux_asset_id?: InputMaybe;\n mux_playback_id?: InputMaybe;\n mux_thumbnail_time?: InputMaybe;\n mux_upload_id?: InputMaybe;\n owner_id?: InputMaybe;\n paid_at?: InputMaybe;\n primary_email?: InputMaybe;\n primary_phone?: InputMaybe;\n production_company?: InputMaybe;\n production_year?: InputMaybe;\n secondary_email?: InputMaybe;\n secondary_phone?: InputMaybe;\n signature_email?: InputMaybe;\n signature_ip?: InputMaybe;\n signature_name?: InputMaybe;\n signature_phone?: InputMaybe;\n signature_ts?: InputMaybe;\n state?: InputMaybe;\n stripe_payment_id?: InputMaybe;\n submitted_at?: InputMaybe;\n synopsis?: InputMaybe;\n tagline?: InputMaybe;\n updated_at?: InputMaybe;\n zip?: InputMaybe;\n};\n\n/** aggregate sum on columns */\nexport type Festival_Submissions_Sum_Fields = {\n __typename?: 'festival_submissions_sum_fields';\n film_festival_id?: Maybe;\n genre_id?: Maybe;\n id?: Maybe;\n mux_thumbnail_time?: Maybe;\n owner_id?: Maybe;\n};\n\n/** update columns of table \"festival_submissions\" */\nexport enum Festival_Submissions_Update_Column {\n /** column name */\n Address_1 = 'address_1',\n /** column name */\n Address_2 = 'address_2',\n /** column name */\n City = 'city',\n /** column name */\n Comments = 'comments',\n /** column name */\n Country = 'country',\n /** column name */\n CreatedAt = 'created_at',\n /** column name */\n FilmFestivalId = 'film_festival_id',\n /** column name */\n FilmTitle = 'film_title',\n /** column name */\n FirstName = 'first_name',\n /** column name */\n GenreId = 'genre_id',\n /** column name */\n Id = 'id',\n /** column name */\n IsMinor = 'is_minor',\n /** column name */\n LastName = 'last_name',\n /** column name */\n MiddleName = 'middle_name',\n /** column name */\n MuxAssetData = 'mux_asset_data',\n /** column name */\n MuxAssetId = 'mux_asset_id',\n /** column name */\n MuxPlaybackId = 'mux_playback_id',\n /** column name */\n MuxThumbnailTime = 'mux_thumbnail_time',\n /** column name */\n MuxUploadId = 'mux_upload_id',\n /** column name */\n OwnerId = 'owner_id',\n /** column name */\n PaidAt = 'paid_at',\n /** column name */\n PrimaryEmail = 'primary_email',\n /** column name */\n PrimaryPhone = 'primary_phone',\n /** column name */\n ProductionCompany = 'production_company',\n /** column name */\n ProductionYear = 'production_year',\n /** column name */\n SecondaryEmail = 'secondary_email',\n /** column name */\n SecondaryPhone = 'secondary_phone',\n /** column name */\n SignatureEmail = 'signature_email',\n /** column name */\n SignatureIp = 'signature_ip',\n /** column name */\n SignatureName = 'signature_name',\n /** column name */\n SignaturePhone = 'signature_phone',\n /** column name */\n SignatureTs = 'signature_ts',\n /** column name */\n State = 'state',\n /** column name */\n StripePaymentId = 'stripe_payment_id',\n /** column name */\n SubmittedAt = 'submitted_at',\n /** column name */\n Synopsis = 'synopsis',\n /** column name */\n Tagline = 'tagline',\n /** column name */\n UpdatedAt = 'updated_at',\n /** column name */\n Zip = 'zip'\n}\n\nexport type Festival_Submissions_Updates = {\n /** append existing jsonb value of filtered columns with new jsonb value */\n _append?: InputMaybe;\n /** delete the field or element with specified path (for JSON arrays, negative integers count from the end) */\n _delete_at_path?: InputMaybe;\n /** delete the array element with specified index (negative integers count from the end). throws an error if top level container is not an array */\n _delete_elem?: InputMaybe;\n /** delete key/value pair or string element. key/value pairs are matched based on their key value */\n _delete_key?: InputMaybe;\n /** increments the numeric columns with given value of the filtered values */\n _inc?: InputMaybe;\n /** prepend existing jsonb value of filtered columns with new jsonb value */\n _prepend?: InputMaybe;\n /** sets the columns of the filtered rows to the given values */\n _set?: InputMaybe;\n /** filter the rows which have to be updated */\n where: Festival_Submissions_Bool_Exp;\n};\n\n/** aggregate var_pop on columns */\nexport type Festival_Submissions_Var_Pop_Fields = {\n __typename?: 'festival_submissions_var_pop_fields';\n film_festival_id?: Maybe;\n genre_id?: Maybe;\n id?: Maybe;\n mux_thumbnail_time?: Maybe;\n owner_id?: Maybe;\n};\n\n/** aggregate var_samp on columns */\nexport type Festival_Submissions_Var_Samp_Fields = {\n __typename?: 'festival_submissions_var_samp_fields';\n film_festival_id?: Maybe;\n genre_id?: Maybe;\n id?: Maybe;\n mux_thumbnail_time?: Maybe;\n owner_id?: Maybe;\n};\n\n/** aggregate variance on columns */\nexport type Festival_Submissions_Variance_Fields = {\n __typename?: 'festival_submissions_variance_fields';\n film_festival_id?: Maybe;\n genre_id?: Maybe;\n id?: Maybe;\n mux_thumbnail_time?: Maybe;\n owner_id?: Maybe;\n};\n\n/** columns and relationships of \"festival_tickets\" */\nexport type Festival_Tickets = {\n __typename?: 'festival_tickets';\n created_at: Scalars['timestamptz']['output'];\n email: Scalars['String']['output'];\n /** An object relationship */\n festival_badge: Festival_Badges;\n festival_badge_id: Scalars['Int']['output'];\n /** An object relationship */\n festival_event: Festival_Events;\n festival_event_id: Scalars['Int']['output'];\n id: Scalars['Int']['output'];\n issued_at: Scalars['timestamptz']['output'];\n updated_at: Scalars['timestamptz']['output'];\n};\n\n/** aggregated selection of \"festival_tickets\" */\nexport type Festival_Tickets_Aggregate = {\n __typename?: 'festival_tickets_aggregate';\n aggregate?: Maybe;\n nodes: Array;\n};\n\nexport type Festival_Tickets_Aggregate_Bool_Exp = {\n count?: InputMaybe;\n};\n\nexport type Festival_Tickets_Aggregate_Bool_Exp_Count = {\n arguments?: InputMaybe>;\n distinct?: InputMaybe;\n filter?: InputMaybe;\n predicate: Int_Comparison_Exp;\n};\n\n/** aggregate fields of \"festival_tickets\" */\nexport type Festival_Tickets_Aggregate_Fields = {\n __typename?: 'festival_tickets_aggregate_fields';\n avg?: Maybe;\n count: Scalars['Int']['output'];\n max?: Maybe;\n min?: Maybe;\n stddev?: Maybe;\n stddev_pop?: Maybe;\n stddev_samp?: Maybe;\n sum?: Maybe;\n var_pop?: Maybe;\n var_samp?: Maybe;\n variance?: Maybe;\n};\n\n\n/** aggregate fields of \"festival_tickets\" */\nexport type Festival_Tickets_Aggregate_FieldsCountArgs = {\n columns?: InputMaybe>;\n distinct?: InputMaybe;\n};\n\n/** order by aggregate values of table \"festival_tickets\" */\nexport type Festival_Tickets_Aggregate_Order_By = {\n avg?: InputMaybe;\n count?: InputMaybe;\n max?: InputMaybe;\n min?: InputMaybe;\n stddev?: InputMaybe;\n stddev_pop?: InputMaybe;\n stddev_samp?: InputMaybe;\n sum?: InputMaybe;\n var_pop?: InputMaybe;\n var_samp?: InputMaybe;\n variance?: InputMaybe;\n};\n\n/** input type for inserting array relation for remote table \"festival_tickets\" */\nexport type Festival_Tickets_Arr_Rel_Insert_Input = {\n data: Array;\n /** upsert condition */\n on_conflict?: InputMaybe;\n};\n\n/** aggregate avg on columns */\nexport type Festival_Tickets_Avg_Fields = {\n __typename?: 'festival_tickets_avg_fields';\n festival_badge_id?: Maybe;\n festival_event_id?: Maybe;\n id?: Maybe;\n};\n\n/** order by avg() on columns of table \"festival_tickets\" */\nexport type Festival_Tickets_Avg_Order_By = {\n festival_badge_id?: InputMaybe;\n festival_event_id?: InputMaybe;\n id?: InputMaybe;\n};\n\n/** Boolean expression to filter rows from the table \"festival_tickets\". All fields are combined with a logical 'AND'. */\nexport type Festival_Tickets_Bool_Exp = {\n _and?: InputMaybe>;\n _not?: InputMaybe;\n _or?: InputMaybe>;\n created_at?: InputMaybe;\n email?: InputMaybe;\n festival_badge?: InputMaybe;\n festival_badge_id?: InputMaybe;\n festival_event?: InputMaybe;\n festival_event_id?: InputMaybe;\n id?: InputMaybe;\n issued_at?: InputMaybe;\n updated_at?: InputMaybe;\n};\n\n/** unique or primary key constraints on table \"festival_tickets\" */\nexport enum Festival_Tickets_Constraint {\n /** unique or primary key constraint on columns \"id\" */\n FestivalTicketsPkey = 'festival_tickets_pkey'\n}\n\n/** input type for incrementing numeric columns in table \"festival_tickets\" */\nexport type Festival_Tickets_Inc_Input = {\n festival_badge_id?: InputMaybe;\n festival_event_id?: InputMaybe;\n id?: InputMaybe;\n};\n\n/** input type for inserting data into table \"festival_tickets\" */\nexport type Festival_Tickets_Insert_Input = {\n created_at?: InputMaybe;\n email?: InputMaybe;\n festival_badge?: InputMaybe;\n festival_badge_id?: InputMaybe;\n festival_event?: InputMaybe;\n festival_event_id?: InputMaybe;\n id?: InputMaybe;\n issued_at?: InputMaybe;\n updated_at?: InputMaybe;\n};\n\n/** aggregate max on columns */\nexport type Festival_Tickets_Max_Fields = {\n __typename?: 'festival_tickets_max_fields';\n created_at?: Maybe;\n email?: Maybe;\n festival_badge_id?: Maybe;\n festival_event_id?: Maybe;\n id?: Maybe;\n issued_at?: Maybe;\n updated_at?: Maybe;\n};\n\n/** order by max() on columns of table \"festival_tickets\" */\nexport type Festival_Tickets_Max_Order_By = {\n created_at?: InputMaybe;\n email?: InputMaybe;\n festival_badge_id?: InputMaybe;\n festival_event_id?: InputMaybe;\n id?: InputMaybe;\n issued_at?: InputMaybe;\n updated_at?: InputMaybe;\n};\n\n/** aggregate min on columns */\nexport type Festival_Tickets_Min_Fields = {\n __typename?: 'festival_tickets_min_fields';\n created_at?: Maybe;\n email?: Maybe;\n festival_badge_id?: Maybe;\n festival_event_id?: Maybe;\n id?: Maybe;\n issued_at?: Maybe;\n updated_at?: Maybe;\n};\n\n/** order by min() on columns of table \"festival_tickets\" */\nexport type Festival_Tickets_Min_Order_By = {\n created_at?: InputMaybe;\n email?: InputMaybe;\n festival_badge_id?: InputMaybe;\n festival_event_id?: InputMaybe;\n id?: InputMaybe;\n issued_at?: InputMaybe;\n updated_at?: InputMaybe;\n};\n\n/** response of any mutation on the table \"festival_tickets\" */\nexport type Festival_Tickets_Mutation_Response = {\n __typename?: 'festival_tickets_mutation_response';\n /** number of rows affected by the mutation */\n affected_rows: Scalars['Int']['output'];\n /** data from the rows affected by the mutation */\n returning: Array;\n};\n\n/** on_conflict condition type for table \"festival_tickets\" */\nexport type Festival_Tickets_On_Conflict = {\n constraint: Festival_Tickets_Constraint;\n update_columns?: Array;\n where?: InputMaybe;\n};\n\n/** Ordering options when selecting data from \"festival_tickets\". */\nexport type Festival_Tickets_Order_By = {\n created_at?: InputMaybe;\n email?: InputMaybe;\n festival_badge?: InputMaybe;\n festival_badge_id?: InputMaybe;\n festival_event?: InputMaybe;\n festival_event_id?: InputMaybe;\n id?: InputMaybe;\n issued_at?: InputMaybe;\n updated_at?: InputMaybe;\n};\n\n/** primary key columns input for table: festival_tickets */\nexport type Festival_Tickets_Pk_Columns_Input = {\n id: Scalars['Int']['input'];\n};\n\n/** select columns of table \"festival_tickets\" */\nexport enum Festival_Tickets_Select_Column {\n /** column name */\n CreatedAt = 'created_at',\n /** column name */\n Email = 'email',\n /** column name */\n FestivalBadgeId = 'festival_badge_id',\n /** column name */\n FestivalEventId = 'festival_event_id',\n /** column name */\n Id = 'id',\n /** column name */\n IssuedAt = 'issued_at',\n /** column name */\n UpdatedAt = 'updated_at'\n}\n\n/** input type for updating data in table \"festival_tickets\" */\nexport type Festival_Tickets_Set_Input = {\n created_at?: InputMaybe;\n email?: InputMaybe;\n festival_badge_id?: InputMaybe;\n festival_event_id?: InputMaybe;\n id?: InputMaybe;\n issued_at?: InputMaybe;\n updated_at?: InputMaybe;\n};\n\n/** aggregate stddev on columns */\nexport type Festival_Tickets_Stddev_Fields = {\n __typename?: 'festival_tickets_stddev_fields';\n festival_badge_id?: Maybe;\n festival_event_id?: Maybe;\n id?: Maybe;\n};\n\n/** order by stddev() on columns of table \"festival_tickets\" */\nexport type Festival_Tickets_Stddev_Order_By = {\n festival_badge_id?: InputMaybe;\n festival_event_id?: InputMaybe;\n id?: InputMaybe;\n};\n\n/** aggregate stddev_pop on columns */\nexport type Festival_Tickets_Stddev_Pop_Fields = {\n __typename?: 'festival_tickets_stddev_pop_fields';\n festival_badge_id?: Maybe;\n festival_event_id?: Maybe;\n id?: Maybe;\n};\n\n/** order by stddev_pop() on columns of table \"festival_tickets\" */\nexport type Festival_Tickets_Stddev_Pop_Order_By = {\n festival_badge_id?: InputMaybe;\n festival_event_id?: InputMaybe;\n id?: InputMaybe;\n};\n\n/** aggregate stddev_samp on columns */\nexport type Festival_Tickets_Stddev_Samp_Fields = {\n __typename?: 'festival_tickets_stddev_samp_fields';\n festival_badge_id?: Maybe;\n festival_event_id?: Maybe;\n id?: Maybe;\n};\n\n/** order by stddev_samp() on columns of table \"festival_tickets\" */\nexport type Festival_Tickets_Stddev_Samp_Order_By = {\n festival_badge_id?: InputMaybe;\n festival_event_id?: InputMaybe;\n id?: InputMaybe;\n};\n\n/** Streaming cursor of the table \"festival_tickets\" */\nexport type Festival_Tickets_Stream_Cursor_Input = {\n /** Stream column input with initial value */\n initial_value: Festival_Tickets_Stream_Cursor_Value_Input;\n /** cursor ordering */\n ordering?: InputMaybe;\n};\n\n/** Initial value of the column from where the streaming should start */\nexport type Festival_Tickets_Stream_Cursor_Value_Input = {\n created_at?: InputMaybe;\n email?: InputMaybe;\n festival_badge_id?: InputMaybe;\n festival_event_id?: InputMaybe;\n id?: InputMaybe;\n issued_at?: InputMaybe;\n updated_at?: InputMaybe;\n};\n\n/** aggregate sum on columns */\nexport type Festival_Tickets_Sum_Fields = {\n __typename?: 'festival_tickets_sum_fields';\n festival_badge_id?: Maybe;\n festival_event_id?: Maybe;\n id?: Maybe;\n};\n\n/** order by sum() on columns of table \"festival_tickets\" */\nexport type Festival_Tickets_Sum_Order_By = {\n festival_badge_id?: InputMaybe;\n festival_event_id?: InputMaybe;\n id?: InputMaybe;\n};\n\n/** update columns of table \"festival_tickets\" */\nexport enum Festival_Tickets_Update_Column {\n /** column name */\n CreatedAt = 'created_at',\n /** column name */\n Email = 'email',\n /** column name */\n FestivalBadgeId = 'festival_badge_id',\n /** column name */\n FestivalEventId = 'festival_event_id',\n /** column name */\n Id = 'id',\n /** column name */\n IssuedAt = 'issued_at',\n /** column name */\n UpdatedAt = 'updated_at'\n}\n\nexport type Festival_Tickets_Updates = {\n /** increments the numeric columns with given value of the filtered values */\n _inc?: InputMaybe;\n /** sets the columns of the filtered rows to the given values */\n _set?: InputMaybe;\n /** filter the rows which have to be updated */\n where: Festival_Tickets_Bool_Exp;\n};\n\n/** aggregate var_pop on columns */\nexport type Festival_Tickets_Var_Pop_Fields = {\n __typename?: 'festival_tickets_var_pop_fields';\n festival_badge_id?: Maybe;\n festival_event_id?: Maybe;\n id?: Maybe;\n};\n\n/** order by var_pop() on columns of table \"festival_tickets\" */\nexport type Festival_Tickets_Var_Pop_Order_By = {\n festival_badge_id?: InputMaybe;\n festival_event_id?: InputMaybe;\n id?: InputMaybe;\n};\n\n/** aggregate var_samp on columns */\nexport type Festival_Tickets_Var_Samp_Fields = {\n __typename?: 'festival_tickets_var_samp_fields';\n festival_badge_id?: Maybe;\n festival_event_id?: Maybe;\n id?: Maybe;\n};\n\n/** order by var_samp() on columns of table \"festival_tickets\" */\nexport type Festival_Tickets_Var_Samp_Order_By = {\n festival_badge_id?: InputMaybe;\n festival_event_id?: InputMaybe;\n id?: InputMaybe;\n};\n\n/** aggregate variance on columns */\nexport type Festival_Tickets_Variance_Fields = {\n __typename?: 'festival_tickets_variance_fields';\n festival_badge_id?: Maybe;\n festival_event_id?: Maybe;\n id?: Maybe;\n};\n\n/** order by variance() on columns of table \"festival_tickets\" */\nexport type Festival_Tickets_Variance_Order_By = {\n festival_badge_id?: InputMaybe;\n festival_event_id?: InputMaybe;\n id?: InputMaybe;\n};\n\n/** columns and relationships of \"film_festivals\" */\nexport type Film_Festivals = {\n __typename?: 'film_festivals';\n created: Scalars['timestamp']['output'];\n created_by: Scalars['String']['output'];\n due_at?: Maybe;\n /** An array relationship */\n festival_genres: Array;\n /** An aggregate relationship */\n festival_genres_aggregate: Festival_Genres_Aggregate;\n id: Scalars['numeric']['output'];\n inspiration_package?: Maybe;\n is_fm: Scalars['Boolean']['output'];\n is_public: Scalars['Boolean']['output'];\n name: Scalars['String']['output'];\n publish_at?: Maybe;\n registration_closes?: Maybe;\n registration_fee: Scalars['numeric']['output'];\n registration_opens?: Maybe;\n rules?: Maybe;\n /** An array relationship */\n sponsors: Array;\n /** An aggregate relationship */\n sponsors_aggregate: Sponsors_Aggregate;\n /** An array relationship */\n teams: Array;\n /** An aggregate relationship */\n teams_aggregate: Teams_Aggregate;\n updated: Scalars['timestamp']['output'];\n updated_by: Scalars['String']['output'];\n vimeo_url?: Maybe;\n};\n\n\n/** columns and relationships of \"film_festivals\" */\nexport type Film_FestivalsFestival_GenresArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n\n/** columns and relationships of \"film_festivals\" */\nexport type Film_FestivalsFestival_Genres_AggregateArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n\n/** columns and relationships of \"film_festivals\" */\nexport type Film_FestivalsSponsorsArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n\n/** columns and relationships of \"film_festivals\" */\nexport type Film_FestivalsSponsors_AggregateArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n\n/** columns and relationships of \"film_festivals\" */\nexport type Film_FestivalsTeamsArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n\n/** columns and relationships of \"film_festivals\" */\nexport type Film_FestivalsTeams_AggregateArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n/** aggregated selection of \"film_festivals\" */\nexport type Film_Festivals_Aggregate = {\n __typename?: 'film_festivals_aggregate';\n aggregate?: Maybe;\n nodes: Array;\n};\n\n/** aggregate fields of \"film_festivals\" */\nexport type Film_Festivals_Aggregate_Fields = {\n __typename?: 'film_festivals_aggregate_fields';\n avg?: Maybe;\n count: Scalars['Int']['output'];\n max?: Maybe;\n min?: Maybe;\n stddev?: Maybe;\n stddev_pop?: Maybe;\n stddev_samp?: Maybe;\n sum?: Maybe;\n var_pop?: Maybe;\n var_samp?: Maybe;\n variance?: Maybe;\n};\n\n\n/** aggregate fields of \"film_festivals\" */\nexport type Film_Festivals_Aggregate_FieldsCountArgs = {\n columns?: InputMaybe>;\n distinct?: InputMaybe;\n};\n\n/** aggregate avg on columns */\nexport type Film_Festivals_Avg_Fields = {\n __typename?: 'film_festivals_avg_fields';\n id?: Maybe;\n registration_fee?: Maybe;\n};\n\n/** Boolean expression to filter rows from the table \"film_festivals\". All fields are combined with a logical 'AND'. */\nexport type Film_Festivals_Bool_Exp = {\n _and?: InputMaybe>;\n _not?: InputMaybe;\n _or?: InputMaybe>;\n created?: InputMaybe;\n created_by?: InputMaybe;\n due_at?: InputMaybe;\n festival_genres?: InputMaybe;\n festival_genres_aggregate?: InputMaybe;\n id?: InputMaybe;\n inspiration_package?: InputMaybe;\n is_fm?: InputMaybe;\n is_public?: InputMaybe;\n name?: InputMaybe;\n publish_at?: InputMaybe;\n registration_closes?: InputMaybe;\n registration_fee?: InputMaybe;\n registration_opens?: InputMaybe;\n rules?: InputMaybe;\n sponsors?: InputMaybe;\n sponsors_aggregate?: InputMaybe;\n teams?: InputMaybe;\n teams_aggregate?: InputMaybe;\n updated?: InputMaybe;\n updated_by?: InputMaybe;\n vimeo_url?: InputMaybe;\n};\n\n/** unique or primary key constraints on table \"film_festivals\" */\nexport enum Film_Festivals_Constraint {\n /** unique or primary key constraint on columns \"id\" */\n FilmFestivalsPkey = 'film_festivals_pkey'\n}\n\n/** input type for incrementing numeric columns in table \"film_festivals\" */\nexport type Film_Festivals_Inc_Input = {\n id?: InputMaybe;\n registration_fee?: InputMaybe;\n};\n\n/** input type for inserting data into table \"film_festivals\" */\nexport type Film_Festivals_Insert_Input = {\n created?: InputMaybe;\n created_by?: InputMaybe;\n due_at?: InputMaybe;\n festival_genres?: InputMaybe;\n id?: InputMaybe;\n inspiration_package?: InputMaybe;\n is_fm?: InputMaybe;\n is_public?: InputMaybe;\n name?: InputMaybe;\n publish_at?: InputMaybe;\n registration_closes?: InputMaybe;\n registration_fee?: InputMaybe;\n registration_opens?: InputMaybe;\n rules?: InputMaybe;\n sponsors?: InputMaybe;\n teams?: InputMaybe;\n updated?: InputMaybe;\n updated_by?: InputMaybe;\n vimeo_url?: InputMaybe;\n};\n\n/** aggregate max on columns */\nexport type Film_Festivals_Max_Fields = {\n __typename?: 'film_festivals_max_fields';\n created?: Maybe;\n created_by?: Maybe;\n due_at?: Maybe;\n id?: Maybe;\n inspiration_package?: Maybe;\n name?: Maybe;\n publish_at?: Maybe;\n registration_closes?: Maybe;\n registration_fee?: Maybe;\n registration_opens?: Maybe;\n rules?: Maybe;\n updated?: Maybe;\n updated_by?: Maybe;\n vimeo_url?: Maybe;\n};\n\n/** aggregate min on columns */\nexport type Film_Festivals_Min_Fields = {\n __typename?: 'film_festivals_min_fields';\n created?: Maybe;\n created_by?: Maybe;\n due_at?: Maybe;\n id?: Maybe;\n inspiration_package?: Maybe;\n name?: Maybe;\n publish_at?: Maybe;\n registration_closes?: Maybe;\n registration_fee?: Maybe;\n registration_opens?: Maybe;\n rules?: Maybe;\n updated?: Maybe;\n updated_by?: Maybe;\n vimeo_url?: Maybe;\n};\n\n/** response of any mutation on the table \"film_festivals\" */\nexport type Film_Festivals_Mutation_Response = {\n __typename?: 'film_festivals_mutation_response';\n /** number of rows affected by the mutation */\n affected_rows: Scalars['Int']['output'];\n /** data from the rows affected by the mutation */\n returning: Array;\n};\n\n/** input type for inserting object relation for remote table \"film_festivals\" */\nexport type Film_Festivals_Obj_Rel_Insert_Input = {\n data: Film_Festivals_Insert_Input;\n /** upsert condition */\n on_conflict?: InputMaybe;\n};\n\n/** on_conflict condition type for table \"film_festivals\" */\nexport type Film_Festivals_On_Conflict = {\n constraint: Film_Festivals_Constraint;\n update_columns?: Array;\n where?: InputMaybe;\n};\n\n/** Ordering options when selecting data from \"film_festivals\". */\nexport type Film_Festivals_Order_By = {\n created?: InputMaybe;\n created_by?: InputMaybe;\n due_at?: InputMaybe;\n festival_genres_aggregate?: InputMaybe;\n id?: InputMaybe;\n inspiration_package?: InputMaybe;\n is_fm?: InputMaybe;\n is_public?: InputMaybe;\n name?: InputMaybe;\n publish_at?: InputMaybe;\n registration_closes?: InputMaybe;\n registration_fee?: InputMaybe;\n registration_opens?: InputMaybe;\n rules?: InputMaybe;\n sponsors_aggregate?: InputMaybe;\n teams_aggregate?: InputMaybe;\n updated?: InputMaybe;\n updated_by?: InputMaybe;\n vimeo_url?: InputMaybe;\n};\n\n/** primary key columns input for table: film_festivals */\nexport type Film_Festivals_Pk_Columns_Input = {\n id: Scalars['numeric']['input'];\n};\n\n/** select columns of table \"film_festivals\" */\nexport enum Film_Festivals_Select_Column {\n /** column name */\n Created = 'created',\n /** column name */\n CreatedBy = 'created_by',\n /** column name */\n DueAt = 'due_at',\n /** column name */\n Id = 'id',\n /** column name */\n InspirationPackage = 'inspiration_package',\n /** column name */\n IsFm = 'is_fm',\n /** column name */\n IsPublic = 'is_public',\n /** column name */\n Name = 'name',\n /** column name */\n PublishAt = 'publish_at',\n /** column name */\n RegistrationCloses = 'registration_closes',\n /** column name */\n RegistrationFee = 'registration_fee',\n /** column name */\n RegistrationOpens = 'registration_opens',\n /** column name */\n Rules = 'rules',\n /** column name */\n Updated = 'updated',\n /** column name */\n UpdatedBy = 'updated_by',\n /** column name */\n VimeoUrl = 'vimeo_url'\n}\n\n/** input type for updating data in table \"film_festivals\" */\nexport type Film_Festivals_Set_Input = {\n created?: InputMaybe;\n created_by?: InputMaybe;\n due_at?: InputMaybe;\n id?: InputMaybe;\n inspiration_package?: InputMaybe;\n is_fm?: InputMaybe;\n is_public?: InputMaybe;\n name?: InputMaybe;\n publish_at?: InputMaybe;\n registration_closes?: InputMaybe;\n registration_fee?: InputMaybe;\n registration_opens?: InputMaybe;\n rules?: InputMaybe;\n updated?: InputMaybe;\n updated_by?: InputMaybe;\n vimeo_url?: InputMaybe;\n};\n\n/** aggregate stddev on columns */\nexport type Film_Festivals_Stddev_Fields = {\n __typename?: 'film_festivals_stddev_fields';\n id?: Maybe;\n registration_fee?: Maybe;\n};\n\n/** aggregate stddev_pop on columns */\nexport type Film_Festivals_Stddev_Pop_Fields = {\n __typename?: 'film_festivals_stddev_pop_fields';\n id?: Maybe;\n registration_fee?: Maybe;\n};\n\n/** aggregate stddev_samp on columns */\nexport type Film_Festivals_Stddev_Samp_Fields = {\n __typename?: 'film_festivals_stddev_samp_fields';\n id?: Maybe;\n registration_fee?: Maybe;\n};\n\n/** Streaming cursor of the table \"film_festivals\" */\nexport type Film_Festivals_Stream_Cursor_Input = {\n /** Stream column input with initial value */\n initial_value: Film_Festivals_Stream_Cursor_Value_Input;\n /** cursor ordering */\n ordering?: InputMaybe;\n};\n\n/** Initial value of the column from where the streaming should start */\nexport type Film_Festivals_Stream_Cursor_Value_Input = {\n created?: InputMaybe;\n created_by?: InputMaybe;\n due_at?: InputMaybe;\n id?: InputMaybe;\n inspiration_package?: InputMaybe;\n is_fm?: InputMaybe;\n is_public?: InputMaybe;\n name?: InputMaybe;\n publish_at?: InputMaybe;\n registration_closes?: InputMaybe;\n registration_fee?: InputMaybe;\n registration_opens?: InputMaybe;\n rules?: InputMaybe;\n updated?: InputMaybe;\n updated_by?: InputMaybe;\n vimeo_url?: InputMaybe;\n};\n\n/** aggregate sum on columns */\nexport type Film_Festivals_Sum_Fields = {\n __typename?: 'film_festivals_sum_fields';\n id?: Maybe;\n registration_fee?: Maybe;\n};\n\n/** update columns of table \"film_festivals\" */\nexport enum Film_Festivals_Update_Column {\n /** column name */\n Created = 'created',\n /** column name */\n CreatedBy = 'created_by',\n /** column name */\n DueAt = 'due_at',\n /** column name */\n Id = 'id',\n /** column name */\n InspirationPackage = 'inspiration_package',\n /** column name */\n IsFm = 'is_fm',\n /** column name */\n IsPublic = 'is_public',\n /** column name */\n Name = 'name',\n /** column name */\n PublishAt = 'publish_at',\n /** column name */\n RegistrationCloses = 'registration_closes',\n /** column name */\n RegistrationFee = 'registration_fee',\n /** column name */\n RegistrationOpens = 'registration_opens',\n /** column name */\n Rules = 'rules',\n /** column name */\n Updated = 'updated',\n /** column name */\n UpdatedBy = 'updated_by',\n /** column name */\n VimeoUrl = 'vimeo_url'\n}\n\nexport type Film_Festivals_Updates = {\n /** increments the numeric columns with given value of the filtered values */\n _inc?: InputMaybe;\n /** sets the columns of the filtered rows to the given values */\n _set?: InputMaybe;\n /** filter the rows which have to be updated */\n where: Film_Festivals_Bool_Exp;\n};\n\n/** aggregate var_pop on columns */\nexport type Film_Festivals_Var_Pop_Fields = {\n __typename?: 'film_festivals_var_pop_fields';\n id?: Maybe;\n registration_fee?: Maybe;\n};\n\n/** aggregate var_samp on columns */\nexport type Film_Festivals_Var_Samp_Fields = {\n __typename?: 'film_festivals_var_samp_fields';\n id?: Maybe;\n registration_fee?: Maybe;\n};\n\n/** aggregate variance on columns */\nexport type Film_Festivals_Variance_Fields = {\n __typename?: 'film_festivals_variance_fields';\n id?: Maybe;\n registration_fee?: Maybe;\n};\n\n/** columns and relationships of \"film_group_festival_submissions\" */\nexport type Film_Group_Festival_Submissions = {\n __typename?: 'film_group_festival_submissions';\n created_at: Scalars['timestamptz']['output'];\n /** An object relationship */\n festival_submission: Festival_Submissions;\n festival_submission_id: Scalars['Int']['output'];\n /** An object relationship */\n film_group: Film_Groups;\n film_group_id: Scalars['Int']['output'];\n id: Scalars['Int']['output'];\n sort: Scalars['Int']['output'];\n updated_at: Scalars['timestamptz']['output'];\n};\n\n/** aggregated selection of \"film_group_festival_submissions\" */\nexport type Film_Group_Festival_Submissions_Aggregate = {\n __typename?: 'film_group_festival_submissions_aggregate';\n aggregate?: Maybe;\n nodes: Array;\n};\n\nexport type Film_Group_Festival_Submissions_Aggregate_Bool_Exp = {\n count?: InputMaybe;\n};\n\nexport type Film_Group_Festival_Submissions_Aggregate_Bool_Exp_Count = {\n arguments?: InputMaybe>;\n distinct?: InputMaybe;\n filter?: InputMaybe;\n predicate: Int_Comparison_Exp;\n};\n\n/** aggregate fields of \"film_group_festival_submissions\" */\nexport type Film_Group_Festival_Submissions_Aggregate_Fields = {\n __typename?: 'film_group_festival_submissions_aggregate_fields';\n avg?: Maybe;\n count: Scalars['Int']['output'];\n max?: Maybe;\n min?: Maybe;\n stddev?: Maybe;\n stddev_pop?: Maybe;\n stddev_samp?: Maybe;\n sum?: Maybe;\n var_pop?: Maybe;\n var_samp?: Maybe;\n variance?: Maybe;\n};\n\n\n/** aggregate fields of \"film_group_festival_submissions\" */\nexport type Film_Group_Festival_Submissions_Aggregate_FieldsCountArgs = {\n columns?: InputMaybe>;\n distinct?: InputMaybe;\n};\n\n/** order by aggregate values of table \"film_group_festival_submissions\" */\nexport type Film_Group_Festival_Submissions_Aggregate_Order_By = {\n avg?: InputMaybe;\n count?: InputMaybe;\n max?: InputMaybe;\n min?: InputMaybe;\n stddev?: InputMaybe;\n stddev_pop?: InputMaybe;\n stddev_samp?: InputMaybe;\n sum?: InputMaybe;\n var_pop?: InputMaybe;\n var_samp?: InputMaybe;\n variance?: InputMaybe;\n};\n\n/** input type for inserting array relation for remote table \"film_group_festival_submissions\" */\nexport type Film_Group_Festival_Submissions_Arr_Rel_Insert_Input = {\n data: Array;\n /** upsert condition */\n on_conflict?: InputMaybe;\n};\n\n/** aggregate avg on columns */\nexport type Film_Group_Festival_Submissions_Avg_Fields = {\n __typename?: 'film_group_festival_submissions_avg_fields';\n festival_submission_id?: Maybe;\n film_group_id?: Maybe;\n id?: Maybe;\n sort?: Maybe;\n};\n\n/** order by avg() on columns of table \"film_group_festival_submissions\" */\nexport type Film_Group_Festival_Submissions_Avg_Order_By = {\n festival_submission_id?: InputMaybe;\n film_group_id?: InputMaybe;\n id?: InputMaybe;\n sort?: InputMaybe;\n};\n\n/** Boolean expression to filter rows from the table \"film_group_festival_submissions\". All fields are combined with a logical 'AND'. */\nexport type Film_Group_Festival_Submissions_Bool_Exp = {\n _and?: InputMaybe>;\n _not?: InputMaybe;\n _or?: InputMaybe>;\n created_at?: InputMaybe;\n festival_submission?: InputMaybe;\n festival_submission_id?: InputMaybe;\n film_group?: InputMaybe;\n film_group_id?: InputMaybe;\n id?: InputMaybe;\n sort?: InputMaybe;\n updated_at?: InputMaybe;\n};\n\n/** unique or primary key constraints on table \"film_group_festival_submissions\" */\nexport enum Film_Group_Festival_Submissions_Constraint {\n /** unique or primary key constraint on columns \"sort\", \"film_group_id\" */\n FilmGroupFestivalSubmissionsFilmGroupIdSortKey = 'film_group_festival_submissions_film_group_id_sort_key',\n /** unique or primary key constraint on columns \"id\" */\n FilmGroupFestivalSubmissionsPkey = 'film_group_festival_submissions_pkey'\n}\n\n/** input type for incrementing numeric columns in table \"film_group_festival_submissions\" */\nexport type Film_Group_Festival_Submissions_Inc_Input = {\n festival_submission_id?: InputMaybe;\n film_group_id?: InputMaybe;\n id?: InputMaybe;\n sort?: InputMaybe;\n};\n\n/** input type for inserting data into table \"film_group_festival_submissions\" */\nexport type Film_Group_Festival_Submissions_Insert_Input = {\n created_at?: InputMaybe;\n festival_submission?: InputMaybe;\n festival_submission_id?: InputMaybe;\n film_group?: InputMaybe;\n film_group_id?: InputMaybe;\n id?: InputMaybe;\n sort?: InputMaybe;\n updated_at?: InputMaybe;\n};\n\n/** aggregate max on columns */\nexport type Film_Group_Festival_Submissions_Max_Fields = {\n __typename?: 'film_group_festival_submissions_max_fields';\n created_at?: Maybe;\n festival_submission_id?: Maybe;\n film_group_id?: Maybe;\n id?: Maybe;\n sort?: Maybe;\n updated_at?: Maybe;\n};\n\n/** order by max() on columns of table \"film_group_festival_submissions\" */\nexport type Film_Group_Festival_Submissions_Max_Order_By = {\n created_at?: InputMaybe;\n festival_submission_id?: InputMaybe;\n film_group_id?: InputMaybe;\n id?: InputMaybe;\n sort?: InputMaybe;\n updated_at?: InputMaybe;\n};\n\n/** aggregate min on columns */\nexport type Film_Group_Festival_Submissions_Min_Fields = {\n __typename?: 'film_group_festival_submissions_min_fields';\n created_at?: Maybe;\n festival_submission_id?: Maybe;\n film_group_id?: Maybe;\n id?: Maybe;\n sort?: Maybe;\n updated_at?: Maybe;\n};\n\n/** order by min() on columns of table \"film_group_festival_submissions\" */\nexport type Film_Group_Festival_Submissions_Min_Order_By = {\n created_at?: InputMaybe;\n festival_submission_id?: InputMaybe;\n film_group_id?: InputMaybe;\n id?: InputMaybe;\n sort?: InputMaybe;\n updated_at?: InputMaybe;\n};\n\n/** response of any mutation on the table \"film_group_festival_submissions\" */\nexport type Film_Group_Festival_Submissions_Mutation_Response = {\n __typename?: 'film_group_festival_submissions_mutation_response';\n /** number of rows affected by the mutation */\n affected_rows: Scalars['Int']['output'];\n /** data from the rows affected by the mutation */\n returning: Array;\n};\n\n/** on_conflict condition type for table \"film_group_festival_submissions\" */\nexport type Film_Group_Festival_Submissions_On_Conflict = {\n constraint: Film_Group_Festival_Submissions_Constraint;\n update_columns?: Array;\n where?: InputMaybe;\n};\n\n/** Ordering options when selecting data from \"film_group_festival_submissions\". */\nexport type Film_Group_Festival_Submissions_Order_By = {\n created_at?: InputMaybe;\n festival_submission?: InputMaybe;\n festival_submission_id?: InputMaybe;\n film_group?: InputMaybe;\n film_group_id?: InputMaybe;\n id?: InputMaybe;\n sort?: InputMaybe;\n updated_at?: InputMaybe;\n};\n\n/** primary key columns input for table: film_group_festival_submissions */\nexport type Film_Group_Festival_Submissions_Pk_Columns_Input = {\n id: Scalars['Int']['input'];\n};\n\n/** select columns of table \"film_group_festival_submissions\" */\nexport enum Film_Group_Festival_Submissions_Select_Column {\n /** column name */\n CreatedAt = 'created_at',\n /** column name */\n FestivalSubmissionId = 'festival_submission_id',\n /** column name */\n FilmGroupId = 'film_group_id',\n /** column name */\n Id = 'id',\n /** column name */\n Sort = 'sort',\n /** column name */\n UpdatedAt = 'updated_at'\n}\n\n/** input type for updating data in table \"film_group_festival_submissions\" */\nexport type Film_Group_Festival_Submissions_Set_Input = {\n created_at?: InputMaybe;\n festival_submission_id?: InputMaybe;\n film_group_id?: InputMaybe;\n id?: InputMaybe;\n sort?: InputMaybe;\n updated_at?: InputMaybe;\n};\n\n/** aggregate stddev on columns */\nexport type Film_Group_Festival_Submissions_Stddev_Fields = {\n __typename?: 'film_group_festival_submissions_stddev_fields';\n festival_submission_id?: Maybe;\n film_group_id?: Maybe;\n id?: Maybe;\n sort?: Maybe;\n};\n\n/** order by stddev() on columns of table \"film_group_festival_submissions\" */\nexport type Film_Group_Festival_Submissions_Stddev_Order_By = {\n festival_submission_id?: InputMaybe;\n film_group_id?: InputMaybe;\n id?: InputMaybe;\n sort?: InputMaybe;\n};\n\n/** aggregate stddev_pop on columns */\nexport type Film_Group_Festival_Submissions_Stddev_Pop_Fields = {\n __typename?: 'film_group_festival_submissions_stddev_pop_fields';\n festival_submission_id?: Maybe;\n film_group_id?: Maybe;\n id?: Maybe;\n sort?: Maybe;\n};\n\n/** order by stddev_pop() on columns of table \"film_group_festival_submissions\" */\nexport type Film_Group_Festival_Submissions_Stddev_Pop_Order_By = {\n festival_submission_id?: InputMaybe;\n film_group_id?: InputMaybe;\n id?: InputMaybe;\n sort?: InputMaybe;\n};\n\n/** aggregate stddev_samp on columns */\nexport type Film_Group_Festival_Submissions_Stddev_Samp_Fields = {\n __typename?: 'film_group_festival_submissions_stddev_samp_fields';\n festival_submission_id?: Maybe;\n film_group_id?: Maybe;\n id?: Maybe;\n sort?: Maybe;\n};\n\n/** order by stddev_samp() on columns of table \"film_group_festival_submissions\" */\nexport type Film_Group_Festival_Submissions_Stddev_Samp_Order_By = {\n festival_submission_id?: InputMaybe;\n film_group_id?: InputMaybe;\n id?: InputMaybe;\n sort?: InputMaybe;\n};\n\n/** Streaming cursor of the table \"film_group_festival_submissions\" */\nexport type Film_Group_Festival_Submissions_Stream_Cursor_Input = {\n /** Stream column input with initial value */\n initial_value: Film_Group_Festival_Submissions_Stream_Cursor_Value_Input;\n /** cursor ordering */\n ordering?: InputMaybe;\n};\n\n/** Initial value of the column from where the streaming should start */\nexport type Film_Group_Festival_Submissions_Stream_Cursor_Value_Input = {\n created_at?: InputMaybe;\n festival_submission_id?: InputMaybe;\n film_group_id?: InputMaybe;\n id?: InputMaybe;\n sort?: InputMaybe;\n updated_at?: InputMaybe;\n};\n\n/** aggregate sum on columns */\nexport type Film_Group_Festival_Submissions_Sum_Fields = {\n __typename?: 'film_group_festival_submissions_sum_fields';\n festival_submission_id?: Maybe;\n film_group_id?: Maybe;\n id?: Maybe;\n sort?: Maybe;\n};\n\n/** order by sum() on columns of table \"film_group_festival_submissions\" */\nexport type Film_Group_Festival_Submissions_Sum_Order_By = {\n festival_submission_id?: InputMaybe;\n film_group_id?: InputMaybe;\n id?: InputMaybe;\n sort?: InputMaybe;\n};\n\n/** update columns of table \"film_group_festival_submissions\" */\nexport enum Film_Group_Festival_Submissions_Update_Column {\n /** column name */\n CreatedAt = 'created_at',\n /** column name */\n FestivalSubmissionId = 'festival_submission_id',\n /** column name */\n FilmGroupId = 'film_group_id',\n /** column name */\n Id = 'id',\n /** column name */\n Sort = 'sort',\n /** column name */\n UpdatedAt = 'updated_at'\n}\n\nexport type Film_Group_Festival_Submissions_Updates = {\n /** increments the numeric columns with given value of the filtered values */\n _inc?: InputMaybe;\n /** sets the columns of the filtered rows to the given values */\n _set?: InputMaybe;\n /** filter the rows which have to be updated */\n where: Film_Group_Festival_Submissions_Bool_Exp;\n};\n\n/** aggregate var_pop on columns */\nexport type Film_Group_Festival_Submissions_Var_Pop_Fields = {\n __typename?: 'film_group_festival_submissions_var_pop_fields';\n festival_submission_id?: Maybe;\n film_group_id?: Maybe;\n id?: Maybe;\n sort?: Maybe;\n};\n\n/** order by var_pop() on columns of table \"film_group_festival_submissions\" */\nexport type Film_Group_Festival_Submissions_Var_Pop_Order_By = {\n festival_submission_id?: InputMaybe;\n film_group_id?: InputMaybe;\n id?: InputMaybe;\n sort?: InputMaybe;\n};\n\n/** aggregate var_samp on columns */\nexport type Film_Group_Festival_Submissions_Var_Samp_Fields = {\n __typename?: 'film_group_festival_submissions_var_samp_fields';\n festival_submission_id?: Maybe;\n film_group_id?: Maybe;\n id?: Maybe;\n sort?: Maybe;\n};\n\n/** order by var_samp() on columns of table \"film_group_festival_submissions\" */\nexport type Film_Group_Festival_Submissions_Var_Samp_Order_By = {\n festival_submission_id?: InputMaybe;\n film_group_id?: InputMaybe;\n id?: InputMaybe;\n sort?: InputMaybe;\n};\n\n/** aggregate variance on columns */\nexport type Film_Group_Festival_Submissions_Variance_Fields = {\n __typename?: 'film_group_festival_submissions_variance_fields';\n festival_submission_id?: Maybe;\n film_group_id?: Maybe;\n id?: Maybe;\n sort?: Maybe;\n};\n\n/** order by variance() on columns of table \"film_group_festival_submissions\" */\nexport type Film_Group_Festival_Submissions_Variance_Order_By = {\n festival_submission_id?: InputMaybe;\n film_group_id?: InputMaybe;\n id?: InputMaybe;\n sort?: InputMaybe;\n};\n\n/** columns and relationships of \"film_group_films\" */\nexport type Film_Group_Films = {\n __typename?: 'film_group_films';\n created_at?: Maybe;\n /** An object relationship */\n film_group: Film_Groups;\n film_group_id: Scalars['Int']['output'];\n id: Scalars['Int']['output'];\n sort: Scalars['Int']['output'];\n /** An object relationship */\n team: Teams;\n team_id: Scalars['numeric']['output'];\n updated_at?: Maybe;\n};\n\n/** aggregated selection of \"film_group_films\" */\nexport type Film_Group_Films_Aggregate = {\n __typename?: 'film_group_films_aggregate';\n aggregate?: Maybe;\n nodes: Array;\n};\n\nexport type Film_Group_Films_Aggregate_Bool_Exp = {\n count?: InputMaybe;\n};\n\nexport type Film_Group_Films_Aggregate_Bool_Exp_Count = {\n arguments?: InputMaybe>;\n distinct?: InputMaybe;\n filter?: InputMaybe;\n predicate: Int_Comparison_Exp;\n};\n\n/** aggregate fields of \"film_group_films\" */\nexport type Film_Group_Films_Aggregate_Fields = {\n __typename?: 'film_group_films_aggregate_fields';\n avg?: Maybe;\n count: Scalars['Int']['output'];\n max?: Maybe;\n min?: Maybe;\n stddev?: Maybe;\n stddev_pop?: Maybe;\n stddev_samp?: Maybe;\n sum?: Maybe;\n var_pop?: Maybe;\n var_samp?: Maybe;\n variance?: Maybe;\n};\n\n\n/** aggregate fields of \"film_group_films\" */\nexport type Film_Group_Films_Aggregate_FieldsCountArgs = {\n columns?: InputMaybe>;\n distinct?: InputMaybe;\n};\n\n/** order by aggregate values of table \"film_group_films\" */\nexport type Film_Group_Films_Aggregate_Order_By = {\n avg?: InputMaybe;\n count?: InputMaybe;\n max?: InputMaybe;\n min?: InputMaybe;\n stddev?: InputMaybe;\n stddev_pop?: InputMaybe;\n stddev_samp?: InputMaybe;\n sum?: InputMaybe;\n var_pop?: InputMaybe;\n var_samp?: InputMaybe;\n variance?: InputMaybe;\n};\n\n/** input type for inserting array relation for remote table \"film_group_films\" */\nexport type Film_Group_Films_Arr_Rel_Insert_Input = {\n data: Array;\n /** upsert condition */\n on_conflict?: InputMaybe;\n};\n\n/** aggregate avg on columns */\nexport type Film_Group_Films_Avg_Fields = {\n __typename?: 'film_group_films_avg_fields';\n film_group_id?: Maybe;\n id?: Maybe;\n sort?: Maybe;\n team_id?: Maybe;\n};\n\n/** order by avg() on columns of table \"film_group_films\" */\nexport type Film_Group_Films_Avg_Order_By = {\n film_group_id?: InputMaybe;\n id?: InputMaybe;\n sort?: InputMaybe;\n team_id?: InputMaybe;\n};\n\n/** Boolean expression to filter rows from the table \"film_group_films\". All fields are combined with a logical 'AND'. */\nexport type Film_Group_Films_Bool_Exp = {\n _and?: InputMaybe>;\n _not?: InputMaybe;\n _or?: InputMaybe>;\n created_at?: InputMaybe;\n film_group?: InputMaybe;\n film_group_id?: InputMaybe;\n id?: InputMaybe;\n sort?: InputMaybe;\n team?: InputMaybe;\n team_id?: InputMaybe;\n updated_at?: InputMaybe;\n};\n\n/** unique or primary key constraints on table \"film_group_films\" */\nexport enum Film_Group_Films_Constraint {\n /** unique or primary key constraint on columns \"sort\", \"film_group_id\" */\n FilmGroupFilmsFilmGroupIdSortKey = 'film_group_films_film_group_id_sort_key',\n /** unique or primary key constraint on columns \"id\" */\n FilmGroupFilmsPkey = 'film_group_films_pkey'\n}\n\n/** input type for incrementing numeric columns in table \"film_group_films\" */\nexport type Film_Group_Films_Inc_Input = {\n film_group_id?: InputMaybe;\n id?: InputMaybe;\n sort?: InputMaybe;\n team_id?: InputMaybe;\n};\n\n/** input type for inserting data into table \"film_group_films\" */\nexport type Film_Group_Films_Insert_Input = {\n created_at?: InputMaybe;\n film_group?: InputMaybe;\n film_group_id?: InputMaybe;\n id?: InputMaybe;\n sort?: InputMaybe;\n team?: InputMaybe;\n team_id?: InputMaybe;\n updated_at?: InputMaybe;\n};\n\n/** aggregate max on columns */\nexport type Film_Group_Films_Max_Fields = {\n __typename?: 'film_group_films_max_fields';\n created_at?: Maybe;\n film_group_id?: Maybe;\n id?: Maybe;\n sort?: Maybe;\n team_id?: Maybe;\n updated_at?: Maybe;\n};\n\n/** order by max() on columns of table \"film_group_films\" */\nexport type Film_Group_Films_Max_Order_By = {\n created_at?: InputMaybe;\n film_group_id?: InputMaybe;\n id?: InputMaybe;\n sort?: InputMaybe;\n team_id?: InputMaybe;\n updated_at?: InputMaybe;\n};\n\n/** aggregate min on columns */\nexport type Film_Group_Films_Min_Fields = {\n __typename?: 'film_group_films_min_fields';\n created_at?: Maybe;\n film_group_id?: Maybe;\n id?: Maybe;\n sort?: Maybe;\n team_id?: Maybe;\n updated_at?: Maybe;\n};\n\n/** order by min() on columns of table \"film_group_films\" */\nexport type Film_Group_Films_Min_Order_By = {\n created_at?: InputMaybe;\n film_group_id?: InputMaybe;\n id?: InputMaybe;\n sort?: InputMaybe;\n team_id?: InputMaybe;\n updated_at?: InputMaybe;\n};\n\n/** response of any mutation on the table \"film_group_films\" */\nexport type Film_Group_Films_Mutation_Response = {\n __typename?: 'film_group_films_mutation_response';\n /** number of rows affected by the mutation */\n affected_rows: Scalars['Int']['output'];\n /** data from the rows affected by the mutation */\n returning: Array;\n};\n\n/** input type for inserting object relation for remote table \"film_group_films\" */\nexport type Film_Group_Films_Obj_Rel_Insert_Input = {\n data: Film_Group_Films_Insert_Input;\n /** upsert condition */\n on_conflict?: InputMaybe;\n};\n\n/** on_conflict condition type for table \"film_group_films\" */\nexport type Film_Group_Films_On_Conflict = {\n constraint: Film_Group_Films_Constraint;\n update_columns?: Array;\n where?: InputMaybe;\n};\n\n/** Ordering options when selecting data from \"film_group_films\". */\nexport type Film_Group_Films_Order_By = {\n created_at?: InputMaybe;\n film_group?: InputMaybe;\n film_group_id?: InputMaybe;\n id?: InputMaybe;\n sort?: InputMaybe;\n team?: InputMaybe;\n team_id?: InputMaybe;\n updated_at?: InputMaybe;\n};\n\n/** primary key columns input for table: film_group_films */\nexport type Film_Group_Films_Pk_Columns_Input = {\n id: Scalars['Int']['input'];\n};\n\n/** select columns of table \"film_group_films\" */\nexport enum Film_Group_Films_Select_Column {\n /** column name */\n CreatedAt = 'created_at',\n /** column name */\n FilmGroupId = 'film_group_id',\n /** column name */\n Id = 'id',\n /** column name */\n Sort = 'sort',\n /** column name */\n TeamId = 'team_id',\n /** column name */\n UpdatedAt = 'updated_at'\n}\n\n/** input type for updating data in table \"film_group_films\" */\nexport type Film_Group_Films_Set_Input = {\n created_at?: InputMaybe;\n film_group_id?: InputMaybe;\n id?: InputMaybe;\n sort?: InputMaybe;\n team_id?: InputMaybe;\n updated_at?: InputMaybe;\n};\n\n/** aggregate stddev on columns */\nexport type Film_Group_Films_Stddev_Fields = {\n __typename?: 'film_group_films_stddev_fields';\n film_group_id?: Maybe;\n id?: Maybe;\n sort?: Maybe;\n team_id?: Maybe;\n};\n\n/** order by stddev() on columns of table \"film_group_films\" */\nexport type Film_Group_Films_Stddev_Order_By = {\n film_group_id?: InputMaybe;\n id?: InputMaybe;\n sort?: InputMaybe;\n team_id?: InputMaybe;\n};\n\n/** aggregate stddev_pop on columns */\nexport type Film_Group_Films_Stddev_Pop_Fields = {\n __typename?: 'film_group_films_stddev_pop_fields';\n film_group_id?: Maybe;\n id?: Maybe;\n sort?: Maybe;\n team_id?: Maybe;\n};\n\n/** order by stddev_pop() on columns of table \"film_group_films\" */\nexport type Film_Group_Films_Stddev_Pop_Order_By = {\n film_group_id?: InputMaybe;\n id?: InputMaybe;\n sort?: InputMaybe;\n team_id?: InputMaybe;\n};\n\n/** aggregate stddev_samp on columns */\nexport type Film_Group_Films_Stddev_Samp_Fields = {\n __typename?: 'film_group_films_stddev_samp_fields';\n film_group_id?: Maybe;\n id?: Maybe;\n sort?: Maybe;\n team_id?: Maybe;\n};\n\n/** order by stddev_samp() on columns of table \"film_group_films\" */\nexport type Film_Group_Films_Stddev_Samp_Order_By = {\n film_group_id?: InputMaybe;\n id?: InputMaybe;\n sort?: InputMaybe;\n team_id?: InputMaybe;\n};\n\n/** Streaming cursor of the table \"film_group_films\" */\nexport type Film_Group_Films_Stream_Cursor_Input = {\n /** Stream column input with initial value */\n initial_value: Film_Group_Films_Stream_Cursor_Value_Input;\n /** cursor ordering */\n ordering?: InputMaybe;\n};\n\n/** Initial value of the column from where the streaming should start */\nexport type Film_Group_Films_Stream_Cursor_Value_Input = {\n created_at?: InputMaybe;\n film_group_id?: InputMaybe;\n id?: InputMaybe;\n sort?: InputMaybe;\n team_id?: InputMaybe;\n updated_at?: InputMaybe;\n};\n\n/** aggregate sum on columns */\nexport type Film_Group_Films_Sum_Fields = {\n __typename?: 'film_group_films_sum_fields';\n film_group_id?: Maybe;\n id?: Maybe;\n sort?: Maybe;\n team_id?: Maybe;\n};\n\n/** order by sum() on columns of table \"film_group_films\" */\nexport type Film_Group_Films_Sum_Order_By = {\n film_group_id?: InputMaybe;\n id?: InputMaybe;\n sort?: InputMaybe;\n team_id?: InputMaybe;\n};\n\n/** update columns of table \"film_group_films\" */\nexport enum Film_Group_Films_Update_Column {\n /** column name */\n CreatedAt = 'created_at',\n /** column name */\n FilmGroupId = 'film_group_id',\n /** column name */\n Id = 'id',\n /** column name */\n Sort = 'sort',\n /** column name */\n TeamId = 'team_id',\n /** column name */\n UpdatedAt = 'updated_at'\n}\n\nexport type Film_Group_Films_Updates = {\n /** increments the numeric columns with given value of the filtered values */\n _inc?: InputMaybe;\n /** sets the columns of the filtered rows to the given values */\n _set?: InputMaybe;\n /** filter the rows which have to be updated */\n where: Film_Group_Films_Bool_Exp;\n};\n\n/** aggregate var_pop on columns */\nexport type Film_Group_Films_Var_Pop_Fields = {\n __typename?: 'film_group_films_var_pop_fields';\n film_group_id?: Maybe;\n id?: Maybe;\n sort?: Maybe;\n team_id?: Maybe;\n};\n\n/** order by var_pop() on columns of table \"film_group_films\" */\nexport type Film_Group_Films_Var_Pop_Order_By = {\n film_group_id?: InputMaybe;\n id?: InputMaybe;\n sort?: InputMaybe;\n team_id?: InputMaybe;\n};\n\n/** aggregate var_samp on columns */\nexport type Film_Group_Films_Var_Samp_Fields = {\n __typename?: 'film_group_films_var_samp_fields';\n film_group_id?: Maybe;\n id?: Maybe;\n sort?: Maybe;\n team_id?: Maybe;\n};\n\n/** order by var_samp() on columns of table \"film_group_films\" */\nexport type Film_Group_Films_Var_Samp_Order_By = {\n film_group_id?: InputMaybe;\n id?: InputMaybe;\n sort?: InputMaybe;\n team_id?: InputMaybe;\n};\n\n/** aggregate variance on columns */\nexport type Film_Group_Films_Variance_Fields = {\n __typename?: 'film_group_films_variance_fields';\n film_group_id?: Maybe;\n id?: Maybe;\n sort?: Maybe;\n team_id?: Maybe;\n};\n\n/** order by variance() on columns of table \"film_group_films\" */\nexport type Film_Group_Films_Variance_Order_By = {\n film_group_id?: InputMaybe;\n id?: InputMaybe;\n sort?: InputMaybe;\n team_id?: InputMaybe;\n};\n\n/** columns and relationships of \"film_group_users\" */\nexport type Film_Group_Users = {\n __typename?: 'film_group_users';\n created_at: Scalars['timestamptz']['output'];\n /** An object relationship */\n film_group: Film_Groups;\n film_group_id: Scalars['Int']['output'];\n id: Scalars['Int']['output'];\n rankings: Scalars['jsonb']['output'];\n submitted_at?: Maybe;\n updated_at: Scalars['timestamptz']['output'];\n /** An object relationship */\n user: Users;\n user_id: Scalars['Int']['output'];\n};\n\n\n/** columns and relationships of \"film_group_users\" */\nexport type Film_Group_UsersRankingsArgs = {\n path?: InputMaybe;\n};\n\n/** aggregated selection of \"film_group_users\" */\nexport type Film_Group_Users_Aggregate = {\n __typename?: 'film_group_users_aggregate';\n aggregate?: Maybe;\n nodes: Array;\n};\n\nexport type Film_Group_Users_Aggregate_Bool_Exp = {\n count?: InputMaybe;\n};\n\nexport type Film_Group_Users_Aggregate_Bool_Exp_Count = {\n arguments?: InputMaybe>;\n distinct?: InputMaybe;\n filter?: InputMaybe;\n predicate: Int_Comparison_Exp;\n};\n\n/** aggregate fields of \"film_group_users\" */\nexport type Film_Group_Users_Aggregate_Fields = {\n __typename?: 'film_group_users_aggregate_fields';\n avg?: Maybe;\n count: Scalars['Int']['output'];\n max?: Maybe;\n min?: Maybe;\n stddev?: Maybe;\n stddev_pop?: Maybe;\n stddev_samp?: Maybe;\n sum?: Maybe;\n var_pop?: Maybe;\n var_samp?: Maybe;\n variance?: Maybe;\n};\n\n\n/** aggregate fields of \"film_group_users\" */\nexport type Film_Group_Users_Aggregate_FieldsCountArgs = {\n columns?: InputMaybe>;\n distinct?: InputMaybe;\n};\n\n/** order by aggregate values of table \"film_group_users\" */\nexport type Film_Group_Users_Aggregate_Order_By = {\n avg?: InputMaybe;\n count?: InputMaybe;\n max?: InputMaybe;\n min?: InputMaybe;\n stddev?: InputMaybe;\n stddev_pop?: InputMaybe;\n stddev_samp?: InputMaybe;\n sum?: InputMaybe;\n var_pop?: InputMaybe;\n var_samp?: InputMaybe;\n variance?: InputMaybe;\n};\n\n/** append existing jsonb value of filtered columns with new jsonb value */\nexport type Film_Group_Users_Append_Input = {\n rankings?: InputMaybe;\n};\n\n/** input type for inserting array relation for remote table \"film_group_users\" */\nexport type Film_Group_Users_Arr_Rel_Insert_Input = {\n data: Array;\n /** upsert condition */\n on_conflict?: InputMaybe;\n};\n\n/** aggregate avg on columns */\nexport type Film_Group_Users_Avg_Fields = {\n __typename?: 'film_group_users_avg_fields';\n film_group_id?: Maybe;\n id?: Maybe;\n user_id?: Maybe;\n};\n\n/** order by avg() on columns of table \"film_group_users\" */\nexport type Film_Group_Users_Avg_Order_By = {\n film_group_id?: InputMaybe;\n id?: InputMaybe;\n user_id?: InputMaybe;\n};\n\n/** Boolean expression to filter rows from the table \"film_group_users\". All fields are combined with a logical 'AND'. */\nexport type Film_Group_Users_Bool_Exp = {\n _and?: InputMaybe>;\n _not?: InputMaybe;\n _or?: InputMaybe>;\n created_at?: InputMaybe;\n film_group?: InputMaybe;\n film_group_id?: InputMaybe;\n id?: InputMaybe;\n rankings?: InputMaybe;\n submitted_at?: InputMaybe;\n updated_at?: InputMaybe;\n user?: InputMaybe;\n user_id?: InputMaybe;\n};\n\n/** unique or primary key constraints on table \"film_group_users\" */\nexport enum Film_Group_Users_Constraint {\n /** unique or primary key constraint on columns \"id\" */\n FilmGroupUsersPkey = 'film_group_users_pkey',\n /** unique or primary key constraint on columns \"user_id\", \"film_group_id\" */\n FilmGroupUsersUserIdFilmGroupIdKey = 'film_group_users_user_id_film_group_id_key'\n}\n\n/** delete the field or element with specified path (for JSON arrays, negative integers count from the end) */\nexport type Film_Group_Users_Delete_At_Path_Input = {\n rankings?: InputMaybe>;\n};\n\n/** delete the array element with specified index (negative integers count from the end). throws an error if top level container is not an array */\nexport type Film_Group_Users_Delete_Elem_Input = {\n rankings?: InputMaybe;\n};\n\n/** delete key/value pair or string element. key/value pairs are matched based on their key value */\nexport type Film_Group_Users_Delete_Key_Input = {\n rankings?: InputMaybe;\n};\n\n/** input type for incrementing numeric columns in table \"film_group_users\" */\nexport type Film_Group_Users_Inc_Input = {\n film_group_id?: InputMaybe;\n id?: InputMaybe;\n user_id?: InputMaybe;\n};\n\n/** input type for inserting data into table \"film_group_users\" */\nexport type Film_Group_Users_Insert_Input = {\n created_at?: InputMaybe;\n film_group?: InputMaybe;\n film_group_id?: InputMaybe;\n id?: InputMaybe;\n rankings?: InputMaybe;\n submitted_at?: InputMaybe;\n updated_at?: InputMaybe;\n user?: InputMaybe;\n user_id?: InputMaybe;\n};\n\n/** aggregate max on columns */\nexport type Film_Group_Users_Max_Fields = {\n __typename?: 'film_group_users_max_fields';\n created_at?: Maybe;\n film_group_id?: Maybe;\n id?: Maybe;\n submitted_at?: Maybe;\n updated_at?: Maybe;\n user_id?: Maybe;\n};\n\n/** order by max() on columns of table \"film_group_users\" */\nexport type Film_Group_Users_Max_Order_By = {\n created_at?: InputMaybe;\n film_group_id?: InputMaybe;\n id?: InputMaybe;\n submitted_at?: InputMaybe;\n updated_at?: InputMaybe;\n user_id?: InputMaybe;\n};\n\n/** aggregate min on columns */\nexport type Film_Group_Users_Min_Fields = {\n __typename?: 'film_group_users_min_fields';\n created_at?: Maybe;\n film_group_id?: Maybe;\n id?: Maybe;\n submitted_at?: Maybe;\n updated_at?: Maybe;\n user_id?: Maybe;\n};\n\n/** order by min() on columns of table \"film_group_users\" */\nexport type Film_Group_Users_Min_Order_By = {\n created_at?: InputMaybe;\n film_group_id?: InputMaybe;\n id?: InputMaybe;\n submitted_at?: InputMaybe;\n updated_at?: InputMaybe;\n user_id?: InputMaybe;\n};\n\n/** response of any mutation on the table \"film_group_users\" */\nexport type Film_Group_Users_Mutation_Response = {\n __typename?: 'film_group_users_mutation_response';\n /** number of rows affected by the mutation */\n affected_rows: Scalars['Int']['output'];\n /** data from the rows affected by the mutation */\n returning: Array;\n};\n\n/** on_conflict condition type for table \"film_group_users\" */\nexport type Film_Group_Users_On_Conflict = {\n constraint: Film_Group_Users_Constraint;\n update_columns?: Array;\n where?: InputMaybe;\n};\n\n/** Ordering options when selecting data from \"film_group_users\". */\nexport type Film_Group_Users_Order_By = {\n created_at?: InputMaybe;\n film_group?: InputMaybe;\n film_group_id?: InputMaybe;\n id?: InputMaybe;\n rankings?: InputMaybe;\n submitted_at?: InputMaybe;\n updated_at?: InputMaybe;\n user?: InputMaybe;\n user_id?: InputMaybe;\n};\n\n/** primary key columns input for table: film_group_users */\nexport type Film_Group_Users_Pk_Columns_Input = {\n id: Scalars['Int']['input'];\n};\n\n/** prepend existing jsonb value of filtered columns with new jsonb value */\nexport type Film_Group_Users_Prepend_Input = {\n rankings?: InputMaybe;\n};\n\n/** select columns of table \"film_group_users\" */\nexport enum Film_Group_Users_Select_Column {\n /** column name */\n CreatedAt = 'created_at',\n /** column name */\n FilmGroupId = 'film_group_id',\n /** column name */\n Id = 'id',\n /** column name */\n Rankings = 'rankings',\n /** column name */\n SubmittedAt = 'submitted_at',\n /** column name */\n UpdatedAt = 'updated_at',\n /** column name */\n UserId = 'user_id'\n}\n\n/** input type for updating data in table \"film_group_users\" */\nexport type Film_Group_Users_Set_Input = {\n created_at?: InputMaybe;\n film_group_id?: InputMaybe;\n id?: InputMaybe;\n rankings?: InputMaybe;\n submitted_at?: InputMaybe;\n updated_at?: InputMaybe;\n user_id?: InputMaybe;\n};\n\n/** aggregate stddev on columns */\nexport type Film_Group_Users_Stddev_Fields = {\n __typename?: 'film_group_users_stddev_fields';\n film_group_id?: Maybe;\n id?: Maybe;\n user_id?: Maybe;\n};\n\n/** order by stddev() on columns of table \"film_group_users\" */\nexport type Film_Group_Users_Stddev_Order_By = {\n film_group_id?: InputMaybe;\n id?: InputMaybe;\n user_id?: InputMaybe;\n};\n\n/** aggregate stddev_pop on columns */\nexport type Film_Group_Users_Stddev_Pop_Fields = {\n __typename?: 'film_group_users_stddev_pop_fields';\n film_group_id?: Maybe;\n id?: Maybe;\n user_id?: Maybe;\n};\n\n/** order by stddev_pop() on columns of table \"film_group_users\" */\nexport type Film_Group_Users_Stddev_Pop_Order_By = {\n film_group_id?: InputMaybe;\n id?: InputMaybe;\n user_id?: InputMaybe;\n};\n\n/** aggregate stddev_samp on columns */\nexport type Film_Group_Users_Stddev_Samp_Fields = {\n __typename?: 'film_group_users_stddev_samp_fields';\n film_group_id?: Maybe;\n id?: Maybe;\n user_id?: Maybe;\n};\n\n/** order by stddev_samp() on columns of table \"film_group_users\" */\nexport type Film_Group_Users_Stddev_Samp_Order_By = {\n film_group_id?: InputMaybe;\n id?: InputMaybe;\n user_id?: InputMaybe;\n};\n\n/** Streaming cursor of the table \"film_group_users\" */\nexport type Film_Group_Users_Stream_Cursor_Input = {\n /** Stream column input with initial value */\n initial_value: Film_Group_Users_Stream_Cursor_Value_Input;\n /** cursor ordering */\n ordering?: InputMaybe;\n};\n\n/** Initial value of the column from where the streaming should start */\nexport type Film_Group_Users_Stream_Cursor_Value_Input = {\n created_at?: InputMaybe;\n film_group_id?: InputMaybe;\n id?: InputMaybe;\n rankings?: InputMaybe;\n submitted_at?: InputMaybe;\n updated_at?: InputMaybe;\n user_id?: InputMaybe;\n};\n\n/** aggregate sum on columns */\nexport type Film_Group_Users_Sum_Fields = {\n __typename?: 'film_group_users_sum_fields';\n film_group_id?: Maybe;\n id?: Maybe;\n user_id?: Maybe;\n};\n\n/** order by sum() on columns of table \"film_group_users\" */\nexport type Film_Group_Users_Sum_Order_By = {\n film_group_id?: InputMaybe;\n id?: InputMaybe;\n user_id?: InputMaybe;\n};\n\n/** update columns of table \"film_group_users\" */\nexport enum Film_Group_Users_Update_Column {\n /** column name */\n CreatedAt = 'created_at',\n /** column name */\n FilmGroupId = 'film_group_id',\n /** column name */\n Id = 'id',\n /** column name */\n Rankings = 'rankings',\n /** column name */\n SubmittedAt = 'submitted_at',\n /** column name */\n UpdatedAt = 'updated_at',\n /** column name */\n UserId = 'user_id'\n}\n\nexport type Film_Group_Users_Updates = {\n /** append existing jsonb value of filtered columns with new jsonb value */\n _append?: InputMaybe;\n /** delete the field or element with specified path (for JSON arrays, negative integers count from the end) */\n _delete_at_path?: InputMaybe;\n /** delete the array element with specified index (negative integers count from the end). throws an error if top level container is not an array */\n _delete_elem?: InputMaybe;\n /** delete key/value pair or string element. key/value pairs are matched based on their key value */\n _delete_key?: InputMaybe;\n /** increments the numeric columns with given value of the filtered values */\n _inc?: InputMaybe;\n /** prepend existing jsonb value of filtered columns with new jsonb value */\n _prepend?: InputMaybe;\n /** sets the columns of the filtered rows to the given values */\n _set?: InputMaybe;\n /** filter the rows which have to be updated */\n where: Film_Group_Users_Bool_Exp;\n};\n\n/** aggregate var_pop on columns */\nexport type Film_Group_Users_Var_Pop_Fields = {\n __typename?: 'film_group_users_var_pop_fields';\n film_group_id?: Maybe;\n id?: Maybe;\n user_id?: Maybe;\n};\n\n/** order by var_pop() on columns of table \"film_group_users\" */\nexport type Film_Group_Users_Var_Pop_Order_By = {\n film_group_id?: InputMaybe;\n id?: InputMaybe;\n user_id?: InputMaybe;\n};\n\n/** aggregate var_samp on columns */\nexport type Film_Group_Users_Var_Samp_Fields = {\n __typename?: 'film_group_users_var_samp_fields';\n film_group_id?: Maybe;\n id?: Maybe;\n user_id?: Maybe;\n};\n\n/** order by var_samp() on columns of table \"film_group_users\" */\nexport type Film_Group_Users_Var_Samp_Order_By = {\n film_group_id?: InputMaybe;\n id?: InputMaybe;\n user_id?: InputMaybe;\n};\n\n/** aggregate variance on columns */\nexport type Film_Group_Users_Variance_Fields = {\n __typename?: 'film_group_users_variance_fields';\n film_group_id?: Maybe;\n id?: Maybe;\n user_id?: Maybe;\n};\n\n/** order by variance() on columns of table \"film_group_users\" */\nexport type Film_Group_Users_Variance_Order_By = {\n film_group_id?: InputMaybe;\n id?: InputMaybe;\n user_id?: InputMaybe;\n};\n\n/** columns and relationships of \"film_groups\" */\nexport type Film_Groups = {\n __typename?: 'film_groups';\n /** An object relationship */\n award?: Maybe;\n award_id?: Maybe;\n created_at: Scalars['timestamptz']['output'];\n /** An object relationship */\n festival_genre?: Maybe;\n festival_genre_id?: Maybe;\n /** An array relationship */\n festival_submissions: Array;\n /** An aggregate relationship */\n festival_submissions_aggregate: Film_Group_Festival_Submissions_Aggregate;\n /** An object relationship */\n film_festival: Film_Festivals;\n film_festival_id: Scalars['numeric']['output'];\n id: Scalars['Int']['output'];\n name: Scalars['String']['output'];\n /** An array relationship */\n selection_progresses: Array;\n /** An aggregate relationship */\n selection_progresses_aggregate: Selection_Progress_Aggregate;\n /** An array relationship */\n teams: Array;\n /** An aggregate relationship */\n teams_aggregate: Film_Group_Films_Aggregate;\n type: Scalars['String']['output'];\n updated_at: Scalars['timestamptz']['output'];\n /** An array relationship */\n users: Array;\n /** An aggregate relationship */\n users_aggregate: Film_Group_Users_Aggregate;\n};\n\n\n/** columns and relationships of \"film_groups\" */\nexport type Film_GroupsFestival_SubmissionsArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n\n/** columns and relationships of \"film_groups\" */\nexport type Film_GroupsFestival_Submissions_AggregateArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n\n/** columns and relationships of \"film_groups\" */\nexport type Film_GroupsSelection_ProgressesArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n\n/** columns and relationships of \"film_groups\" */\nexport type Film_GroupsSelection_Progresses_AggregateArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n\n/** columns and relationships of \"film_groups\" */\nexport type Film_GroupsTeamsArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n\n/** columns and relationships of \"film_groups\" */\nexport type Film_GroupsTeams_AggregateArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n\n/** columns and relationships of \"film_groups\" */\nexport type Film_GroupsUsersArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n\n/** columns and relationships of \"film_groups\" */\nexport type Film_GroupsUsers_AggregateArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n/** aggregated selection of \"film_groups\" */\nexport type Film_Groups_Aggregate = {\n __typename?: 'film_groups_aggregate';\n aggregate?: Maybe;\n nodes: Array;\n};\n\n/** aggregate fields of \"film_groups\" */\nexport type Film_Groups_Aggregate_Fields = {\n __typename?: 'film_groups_aggregate_fields';\n avg?: Maybe;\n count: Scalars['Int']['output'];\n max?: Maybe;\n min?: Maybe;\n stddev?: Maybe;\n stddev_pop?: Maybe;\n stddev_samp?: Maybe;\n sum?: Maybe;\n var_pop?: Maybe;\n var_samp?: Maybe;\n variance?: Maybe;\n};\n\n\n/** aggregate fields of \"film_groups\" */\nexport type Film_Groups_Aggregate_FieldsCountArgs = {\n columns?: InputMaybe>;\n distinct?: InputMaybe;\n};\n\n/** aggregate avg on columns */\nexport type Film_Groups_Avg_Fields = {\n __typename?: 'film_groups_avg_fields';\n award_id?: Maybe;\n festival_genre_id?: Maybe;\n film_festival_id?: Maybe;\n id?: Maybe;\n};\n\n/** Boolean expression to filter rows from the table \"film_groups\". All fields are combined with a logical 'AND'. */\nexport type Film_Groups_Bool_Exp = {\n _and?: InputMaybe>;\n _not?: InputMaybe;\n _or?: InputMaybe>;\n award?: InputMaybe;\n award_id?: InputMaybe;\n created_at?: InputMaybe;\n festival_genre?: InputMaybe;\n festival_genre_id?: InputMaybe;\n festival_submissions?: InputMaybe;\n festival_submissions_aggregate?: InputMaybe;\n film_festival?: InputMaybe;\n film_festival_id?: InputMaybe;\n id?: InputMaybe;\n name?: InputMaybe;\n selection_progresses?: InputMaybe;\n selection_progresses_aggregate?: InputMaybe;\n teams?: InputMaybe;\n teams_aggregate?: InputMaybe;\n type?: InputMaybe;\n updated_at?: InputMaybe;\n users?: InputMaybe;\n users_aggregate?: InputMaybe;\n};\n\n/** unique or primary key constraints on table \"film_groups\" */\nexport enum Film_Groups_Constraint {\n /** unique or primary key constraint on columns \"id\" */\n FilmGroupsPkey = 'film_groups_pkey'\n}\n\n/** input type for incrementing numeric columns in table \"film_groups\" */\nexport type Film_Groups_Inc_Input = {\n award_id?: InputMaybe;\n festival_genre_id?: InputMaybe;\n film_festival_id?: InputMaybe;\n id?: InputMaybe;\n};\n\n/** input type for inserting data into table \"film_groups\" */\nexport type Film_Groups_Insert_Input = {\n award?: InputMaybe;\n award_id?: InputMaybe;\n created_at?: InputMaybe;\n festival_genre?: InputMaybe;\n festival_genre_id?: InputMaybe;\n festival_submissions?: InputMaybe;\n film_festival?: InputMaybe;\n film_festival_id?: InputMaybe;\n id?: InputMaybe;\n name?: InputMaybe;\n selection_progresses?: InputMaybe;\n teams?: InputMaybe;\n type?: InputMaybe;\n updated_at?: InputMaybe;\n users?: InputMaybe;\n};\n\n/** aggregate max on columns */\nexport type Film_Groups_Max_Fields = {\n __typename?: 'film_groups_max_fields';\n award_id?: Maybe;\n created_at?: Maybe;\n festival_genre_id?: Maybe;\n film_festival_id?: Maybe;\n id?: Maybe;\n name?: Maybe;\n type?: Maybe;\n updated_at?: Maybe;\n};\n\n/** aggregate min on columns */\nexport type Film_Groups_Min_Fields = {\n __typename?: 'film_groups_min_fields';\n award_id?: Maybe;\n created_at?: Maybe;\n festival_genre_id?: Maybe;\n film_festival_id?: Maybe;\n id?: Maybe;\n name?: Maybe;\n type?: Maybe;\n updated_at?: Maybe;\n};\n\n/** response of any mutation on the table \"film_groups\" */\nexport type Film_Groups_Mutation_Response = {\n __typename?: 'film_groups_mutation_response';\n /** number of rows affected by the mutation */\n affected_rows: Scalars['Int']['output'];\n /** data from the rows affected by the mutation */\n returning: Array;\n};\n\n/** input type for inserting object relation for remote table \"film_groups\" */\nexport type Film_Groups_Obj_Rel_Insert_Input = {\n data: Film_Groups_Insert_Input;\n /** upsert condition */\n on_conflict?: InputMaybe;\n};\n\n/** on_conflict condition type for table \"film_groups\" */\nexport type Film_Groups_On_Conflict = {\n constraint: Film_Groups_Constraint;\n update_columns?: Array;\n where?: InputMaybe;\n};\n\n/** Ordering options when selecting data from \"film_groups\". */\nexport type Film_Groups_Order_By = {\n award?: InputMaybe;\n award_id?: InputMaybe;\n created_at?: InputMaybe;\n festival_genre?: InputMaybe;\n festival_genre_id?: InputMaybe;\n festival_submissions_aggregate?: InputMaybe;\n film_festival?: InputMaybe;\n film_festival_id?: InputMaybe;\n id?: InputMaybe;\n name?: InputMaybe;\n selection_progresses_aggregate?: InputMaybe;\n teams_aggregate?: InputMaybe;\n type?: InputMaybe;\n updated_at?: InputMaybe;\n users_aggregate?: InputMaybe;\n};\n\n/** primary key columns input for table: film_groups */\nexport type Film_Groups_Pk_Columns_Input = {\n id: Scalars['Int']['input'];\n};\n\n/** select columns of table \"film_groups\" */\nexport enum Film_Groups_Select_Column {\n /** column name */\n AwardId = 'award_id',\n /** column name */\n CreatedAt = 'created_at',\n /** column name */\n FestivalGenreId = 'festival_genre_id',\n /** column name */\n FilmFestivalId = 'film_festival_id',\n /** column name */\n Id = 'id',\n /** column name */\n Name = 'name',\n /** column name */\n Type = 'type',\n /** column name */\n UpdatedAt = 'updated_at'\n}\n\n/** input type for updating data in table \"film_groups\" */\nexport type Film_Groups_Set_Input = {\n award_id?: InputMaybe;\n created_at?: InputMaybe;\n festival_genre_id?: InputMaybe;\n film_festival_id?: InputMaybe;\n id?: InputMaybe;\n name?: InputMaybe;\n type?: InputMaybe;\n updated_at?: InputMaybe;\n};\n\n/** aggregate stddev on columns */\nexport type Film_Groups_Stddev_Fields = {\n __typename?: 'film_groups_stddev_fields';\n award_id?: Maybe;\n festival_genre_id?: Maybe;\n film_festival_id?: Maybe;\n id?: Maybe;\n};\n\n/** aggregate stddev_pop on columns */\nexport type Film_Groups_Stddev_Pop_Fields = {\n __typename?: 'film_groups_stddev_pop_fields';\n award_id?: Maybe;\n festival_genre_id?: Maybe;\n film_festival_id?: Maybe;\n id?: Maybe;\n};\n\n/** aggregate stddev_samp on columns */\nexport type Film_Groups_Stddev_Samp_Fields = {\n __typename?: 'film_groups_stddev_samp_fields';\n award_id?: Maybe;\n festival_genre_id?: Maybe;\n film_festival_id?: Maybe;\n id?: Maybe;\n};\n\n/** Streaming cursor of the table \"film_groups\" */\nexport type Film_Groups_Stream_Cursor_Input = {\n /** Stream column input with initial value */\n initial_value: Film_Groups_Stream_Cursor_Value_Input;\n /** cursor ordering */\n ordering?: InputMaybe;\n};\n\n/** Initial value of the column from where the streaming should start */\nexport type Film_Groups_Stream_Cursor_Value_Input = {\n award_id?: InputMaybe;\n created_at?: InputMaybe;\n festival_genre_id?: InputMaybe;\n film_festival_id?: InputMaybe;\n id?: InputMaybe;\n name?: InputMaybe;\n type?: InputMaybe;\n updated_at?: InputMaybe;\n};\n\n/** aggregate sum on columns */\nexport type Film_Groups_Sum_Fields = {\n __typename?: 'film_groups_sum_fields';\n award_id?: Maybe;\n festival_genre_id?: Maybe;\n film_festival_id?: Maybe;\n id?: Maybe;\n};\n\n/** update columns of table \"film_groups\" */\nexport enum Film_Groups_Update_Column {\n /** column name */\n AwardId = 'award_id',\n /** column name */\n CreatedAt = 'created_at',\n /** column name */\n FestivalGenreId = 'festival_genre_id',\n /** column name */\n FilmFestivalId = 'film_festival_id',\n /** column name */\n Id = 'id',\n /** column name */\n Name = 'name',\n /** column name */\n Type = 'type',\n /** column name */\n UpdatedAt = 'updated_at'\n}\n\nexport type Film_Groups_Updates = {\n /** increments the numeric columns with given value of the filtered values */\n _inc?: InputMaybe;\n /** sets the columns of the filtered rows to the given values */\n _set?: InputMaybe;\n /** filter the rows which have to be updated */\n where: Film_Groups_Bool_Exp;\n};\n\n/** aggregate var_pop on columns */\nexport type Film_Groups_Var_Pop_Fields = {\n __typename?: 'film_groups_var_pop_fields';\n award_id?: Maybe;\n festival_genre_id?: Maybe;\n film_festival_id?: Maybe;\n id?: Maybe;\n};\n\n/** aggregate var_samp on columns */\nexport type Film_Groups_Var_Samp_Fields = {\n __typename?: 'film_groups_var_samp_fields';\n award_id?: Maybe;\n festival_genre_id?: Maybe;\n film_festival_id?: Maybe;\n id?: Maybe;\n};\n\n/** aggregate variance on columns */\nexport type Film_Groups_Variance_Fields = {\n __typename?: 'film_groups_variance_fields';\n award_id?: Maybe;\n festival_genre_id?: Maybe;\n film_festival_id?: Maybe;\n id?: Maybe;\n};\n\n/** columns and relationships of \"films\" */\nexport type Films = {\n __typename?: 'films';\n created: Scalars['timestamp']['output'];\n created_by: Scalars['String']['output'];\n duration?: Maybe;\n gpt_contains_fuck?: Maybe;\n gpt_genre?: Maybe;\n gpt_mpaa_rating?: Maybe;\n gpt_synopses?: Maybe;\n gpt_synopsis?: Maybe;\n gpt_tagline?: Maybe;\n id: Scalars['numeric']['output'];\n initiated_at?: Maybe;\n mux_asset_data?: Maybe;\n mux_asset_id?: Maybe;\n mux_playback_id?: Maybe;\n mux_thumbnail_time?: Maybe;\n mux_upload_id?: Maybe;\n /** An object relationship */\n team: Teams;\n team_id: Scalars['numeric']['output'];\n transcript?: Maybe;\n updated: Scalars['timestamp']['output'];\n updated_by: Scalars['String']['output'];\n upload_size?: Maybe;\n upload_url?: Maybe;\n uploaded_at?: Maybe;\n vimeo_url?: Maybe;\n};\n\n\n/** columns and relationships of \"films\" */\nexport type FilmsGpt_SynopsesArgs = {\n path?: InputMaybe;\n};\n\n\n/** columns and relationships of \"films\" */\nexport type FilmsMux_Asset_DataArgs = {\n path?: InputMaybe;\n};\n\n/** aggregated selection of \"films\" */\nexport type Films_Aggregate = {\n __typename?: 'films_aggregate';\n aggregate?: Maybe;\n nodes: Array;\n};\n\n/** aggregate fields of \"films\" */\nexport type Films_Aggregate_Fields = {\n __typename?: 'films_aggregate_fields';\n avg?: Maybe;\n count: Scalars['Int']['output'];\n max?: Maybe;\n min?: Maybe;\n stddev?: Maybe;\n stddev_pop?: Maybe;\n stddev_samp?: Maybe;\n sum?: Maybe;\n var_pop?: Maybe;\n var_samp?: Maybe;\n variance?: Maybe;\n};\n\n\n/** aggregate fields of \"films\" */\nexport type Films_Aggregate_FieldsCountArgs = {\n columns?: InputMaybe>;\n distinct?: InputMaybe;\n};\n\n/** append existing jsonb value of filtered columns with new jsonb value */\nexport type Films_Append_Input = {\n gpt_synopses?: InputMaybe;\n mux_asset_data?: InputMaybe;\n};\n\n/** aggregate avg on columns */\nexport type Films_Avg_Fields = {\n __typename?: 'films_avg_fields';\n duration?: Maybe;\n id?: Maybe;\n mux_thumbnail_time?: Maybe;\n team_id?: Maybe;\n upload_size?: Maybe;\n};\n\n/** Boolean expression to filter rows from the table \"films\". All fields are combined with a logical 'AND'. */\nexport type Films_Bool_Exp = {\n _and?: InputMaybe>;\n _not?: InputMaybe;\n _or?: InputMaybe>;\n created?: InputMaybe;\n created_by?: InputMaybe;\n duration?: InputMaybe;\n gpt_contains_fuck?: InputMaybe;\n gpt_genre?: InputMaybe;\n gpt_mpaa_rating?: InputMaybe;\n gpt_synopses?: InputMaybe;\n gpt_synopsis?: InputMaybe;\n gpt_tagline?: InputMaybe;\n id?: InputMaybe;\n initiated_at?: InputMaybe;\n mux_asset_data?: InputMaybe;\n mux_asset_id?: InputMaybe;\n mux_playback_id?: InputMaybe;\n mux_thumbnail_time?: InputMaybe;\n mux_upload_id?: InputMaybe;\n team?: InputMaybe;\n team_id?: InputMaybe;\n transcript?: InputMaybe;\n updated?: InputMaybe;\n updated_by?: InputMaybe;\n upload_size?: InputMaybe;\n upload_url?: InputMaybe;\n uploaded_at?: InputMaybe;\n vimeo_url?: InputMaybe;\n};\n\n/** unique or primary key constraints on table \"films\" */\nexport enum Films_Constraint {\n /** unique or primary key constraint on columns \"mux_asset_id\" */\n FilmsMuxAssetIdKey = 'films_mux_asset_id_key',\n /** unique or primary key constraint on columns \"mux_playback_id\" */\n FilmsMuxPlaybackIdKey = 'films_mux_playback_id_key',\n /** unique or primary key constraint on columns \"mux_upload_id\" */\n FilmsMuxUploadIdKey = 'films_mux_upload_id_key',\n /** unique or primary key constraint on columns \"id\" */\n FilmsPkey = 'films_pkey',\n /** unique or primary key constraint on columns \"team_id\" */\n FilmsTeamIdKey = 'films_team_id_key'\n}\n\n/** delete the field or element with specified path (for JSON arrays, negative integers count from the end) */\nexport type Films_Delete_At_Path_Input = {\n gpt_synopses?: InputMaybe>;\n mux_asset_data?: InputMaybe>;\n};\n\n/** delete the array element with specified index (negative integers count from the end). throws an error if top level container is not an array */\nexport type Films_Delete_Elem_Input = {\n gpt_synopses?: InputMaybe;\n mux_asset_data?: InputMaybe;\n};\n\n/** delete key/value pair or string element. key/value pairs are matched based on their key value */\nexport type Films_Delete_Key_Input = {\n gpt_synopses?: InputMaybe;\n mux_asset_data?: InputMaybe;\n};\n\n/** input type for incrementing numeric columns in table \"films\" */\nexport type Films_Inc_Input = {\n duration?: InputMaybe;\n id?: InputMaybe;\n mux_thumbnail_time?: InputMaybe;\n team_id?: InputMaybe;\n upload_size?: InputMaybe;\n};\n\n/** input type for inserting data into table \"films\" */\nexport type Films_Insert_Input = {\n created?: InputMaybe;\n created_by?: InputMaybe;\n duration?: InputMaybe;\n gpt_contains_fuck?: InputMaybe;\n gpt_genre?: InputMaybe;\n gpt_mpaa_rating?: InputMaybe;\n gpt_synopses?: InputMaybe;\n gpt_synopsis?: InputMaybe;\n gpt_tagline?: InputMaybe;\n id?: InputMaybe;\n initiated_at?: InputMaybe;\n mux_asset_data?: InputMaybe;\n mux_asset_id?: InputMaybe;\n mux_playback_id?: InputMaybe;\n mux_thumbnail_time?: InputMaybe;\n mux_upload_id?: InputMaybe;\n team?: InputMaybe;\n team_id?: InputMaybe;\n transcript?: InputMaybe;\n updated?: InputMaybe;\n updated_by?: InputMaybe;\n upload_size?: InputMaybe;\n upload_url?: InputMaybe;\n uploaded_at?: InputMaybe;\n vimeo_url?: InputMaybe;\n};\n\n/** aggregate max on columns */\nexport type Films_Max_Fields = {\n __typename?: 'films_max_fields';\n created?: Maybe;\n created_by?: Maybe;\n duration?: Maybe;\n gpt_genre?: Maybe;\n gpt_mpaa_rating?: Maybe;\n gpt_synopsis?: Maybe;\n gpt_tagline?: Maybe;\n id?: Maybe;\n initiated_at?: Maybe;\n mux_asset_id?: Maybe;\n mux_playback_id?: Maybe;\n mux_thumbnail_time?: Maybe;\n mux_upload_id?: Maybe;\n team_id?: Maybe;\n transcript?: Maybe;\n updated?: Maybe;\n updated_by?: Maybe;\n upload_size?: Maybe;\n upload_url?: Maybe;\n uploaded_at?: Maybe;\n vimeo_url?: Maybe;\n};\n\n/** aggregate min on columns */\nexport type Films_Min_Fields = {\n __typename?: 'films_min_fields';\n created?: Maybe;\n created_by?: Maybe;\n duration?: Maybe;\n gpt_genre?: Maybe;\n gpt_mpaa_rating?: Maybe;\n gpt_synopsis?: Maybe;\n gpt_tagline?: Maybe;\n id?: Maybe;\n initiated_at?: Maybe;\n mux_asset_id?: Maybe;\n mux_playback_id?: Maybe;\n mux_thumbnail_time?: Maybe;\n mux_upload_id?: Maybe;\n team_id?: Maybe;\n transcript?: Maybe;\n updated?: Maybe;\n updated_by?: Maybe;\n upload_size?: Maybe;\n upload_url?: Maybe;\n uploaded_at?: Maybe;\n vimeo_url?: Maybe;\n};\n\n/** response of any mutation on the table \"films\" */\nexport type Films_Mutation_Response = {\n __typename?: 'films_mutation_response';\n /** number of rows affected by the mutation */\n affected_rows: Scalars['Int']['output'];\n /** data from the rows affected by the mutation */\n returning: Array;\n};\n\n/** input type for inserting object relation for remote table \"films\" */\nexport type Films_Obj_Rel_Insert_Input = {\n data: Films_Insert_Input;\n /** upsert condition */\n on_conflict?: InputMaybe;\n};\n\n/** on_conflict condition type for table \"films\" */\nexport type Films_On_Conflict = {\n constraint: Films_Constraint;\n update_columns?: Array;\n where?: InputMaybe;\n};\n\n/** Ordering options when selecting data from \"films\". */\nexport type Films_Order_By = {\n created?: InputMaybe;\n created_by?: InputMaybe;\n duration?: InputMaybe;\n gpt_contains_fuck?: InputMaybe;\n gpt_genre?: InputMaybe;\n gpt_mpaa_rating?: InputMaybe;\n gpt_synopses?: InputMaybe;\n gpt_synopsis?: InputMaybe;\n gpt_tagline?: InputMaybe;\n id?: InputMaybe;\n initiated_at?: InputMaybe;\n mux_asset_data?: InputMaybe;\n mux_asset_id?: InputMaybe;\n mux_playback_id?: InputMaybe;\n mux_thumbnail_time?: InputMaybe;\n mux_upload_id?: InputMaybe;\n team?: InputMaybe;\n team_id?: InputMaybe;\n transcript?: InputMaybe;\n updated?: InputMaybe;\n updated_by?: InputMaybe;\n upload_size?: InputMaybe;\n upload_url?: InputMaybe;\n uploaded_at?: InputMaybe;\n vimeo_url?: InputMaybe;\n};\n\n/** primary key columns input for table: films */\nexport type Films_Pk_Columns_Input = {\n id: Scalars['numeric']['input'];\n};\n\n/** prepend existing jsonb value of filtered columns with new jsonb value */\nexport type Films_Prepend_Input = {\n gpt_synopses?: InputMaybe;\n mux_asset_data?: InputMaybe;\n};\n\n/** select columns of table \"films\" */\nexport enum Films_Select_Column {\n /** column name */\n Created = 'created',\n /** column name */\n CreatedBy = 'created_by',\n /** column name */\n Duration = 'duration',\n /** column name */\n GptContainsFuck = 'gpt_contains_fuck',\n /** column name */\n GptGenre = 'gpt_genre',\n /** column name */\n GptMpaaRating = 'gpt_mpaa_rating',\n /** column name */\n GptSynopses = 'gpt_synopses',\n /** column name */\n GptSynopsis = 'gpt_synopsis',\n /** column name */\n GptTagline = 'gpt_tagline',\n /** column name */\n Id = 'id',\n /** column name */\n InitiatedAt = 'initiated_at',\n /** column name */\n MuxAssetData = 'mux_asset_data',\n /** column name */\n MuxAssetId = 'mux_asset_id',\n /** column name */\n MuxPlaybackId = 'mux_playback_id',\n /** column name */\n MuxThumbnailTime = 'mux_thumbnail_time',\n /** column name */\n MuxUploadId = 'mux_upload_id',\n /** column name */\n TeamId = 'team_id',\n /** column name */\n Transcript = 'transcript',\n /** column name */\n Updated = 'updated',\n /** column name */\n UpdatedBy = 'updated_by',\n /** column name */\n UploadSize = 'upload_size',\n /** column name */\n UploadUrl = 'upload_url',\n /** column name */\n UploadedAt = 'uploaded_at',\n /** column name */\n VimeoUrl = 'vimeo_url'\n}\n\n/** input type for updating data in table \"films\" */\nexport type Films_Set_Input = {\n created?: InputMaybe;\n created_by?: InputMaybe;\n duration?: InputMaybe;\n gpt_contains_fuck?: InputMaybe;\n gpt_genre?: InputMaybe;\n gpt_mpaa_rating?: InputMaybe;\n gpt_synopses?: InputMaybe;\n gpt_synopsis?: InputMaybe;\n gpt_tagline?: InputMaybe;\n id?: InputMaybe;\n initiated_at?: InputMaybe;\n mux_asset_data?: InputMaybe;\n mux_asset_id?: InputMaybe;\n mux_playback_id?: InputMaybe;\n mux_thumbnail_time?: InputMaybe;\n mux_upload_id?: InputMaybe;\n team_id?: InputMaybe;\n transcript?: InputMaybe;\n updated?: InputMaybe;\n updated_by?: InputMaybe;\n upload_size?: InputMaybe;\n upload_url?: InputMaybe;\n uploaded_at?: InputMaybe;\n vimeo_url?: InputMaybe;\n};\n\n/** aggregate stddev on columns */\nexport type Films_Stddev_Fields = {\n __typename?: 'films_stddev_fields';\n duration?: Maybe;\n id?: Maybe;\n mux_thumbnail_time?: Maybe;\n team_id?: Maybe;\n upload_size?: Maybe;\n};\n\n/** aggregate stddev_pop on columns */\nexport type Films_Stddev_Pop_Fields = {\n __typename?: 'films_stddev_pop_fields';\n duration?: Maybe;\n id?: Maybe;\n mux_thumbnail_time?: Maybe;\n team_id?: Maybe;\n upload_size?: Maybe;\n};\n\n/** aggregate stddev_samp on columns */\nexport type Films_Stddev_Samp_Fields = {\n __typename?: 'films_stddev_samp_fields';\n duration?: Maybe;\n id?: Maybe;\n mux_thumbnail_time?: Maybe;\n team_id?: Maybe;\n upload_size?: Maybe;\n};\n\n/** Streaming cursor of the table \"films\" */\nexport type Films_Stream_Cursor_Input = {\n /** Stream column input with initial value */\n initial_value: Films_Stream_Cursor_Value_Input;\n /** cursor ordering */\n ordering?: InputMaybe;\n};\n\n/** Initial value of the column from where the streaming should start */\nexport type Films_Stream_Cursor_Value_Input = {\n created?: InputMaybe;\n created_by?: InputMaybe;\n duration?: InputMaybe;\n gpt_contains_fuck?: InputMaybe;\n gpt_genre?: InputMaybe;\n gpt_mpaa_rating?: InputMaybe;\n gpt_synopses?: InputMaybe;\n gpt_synopsis?: InputMaybe;\n gpt_tagline?: InputMaybe;\n id?: InputMaybe;\n initiated_at?: InputMaybe;\n mux_asset_data?: InputMaybe;\n mux_asset_id?: InputMaybe;\n mux_playback_id?: InputMaybe;\n mux_thumbnail_time?: InputMaybe;\n mux_upload_id?: InputMaybe;\n team_id?: InputMaybe;\n transcript?: InputMaybe;\n updated?: InputMaybe;\n updated_by?: InputMaybe;\n upload_size?: InputMaybe;\n upload_url?: InputMaybe;\n uploaded_at?: InputMaybe;\n vimeo_url?: InputMaybe;\n};\n\n/** aggregate sum on columns */\nexport type Films_Sum_Fields = {\n __typename?: 'films_sum_fields';\n duration?: Maybe;\n id?: Maybe;\n mux_thumbnail_time?: Maybe;\n team_id?: Maybe;\n upload_size?: Maybe;\n};\n\n/** update columns of table \"films\" */\nexport enum Films_Update_Column {\n /** column name */\n Created = 'created',\n /** column name */\n CreatedBy = 'created_by',\n /** column name */\n Duration = 'duration',\n /** column name */\n GptContainsFuck = 'gpt_contains_fuck',\n /** column name */\n GptGenre = 'gpt_genre',\n /** column name */\n GptMpaaRating = 'gpt_mpaa_rating',\n /** column name */\n GptSynopses = 'gpt_synopses',\n /** column name */\n GptSynopsis = 'gpt_synopsis',\n /** column name */\n GptTagline = 'gpt_tagline',\n /** column name */\n Id = 'id',\n /** column name */\n InitiatedAt = 'initiated_at',\n /** column name */\n MuxAssetData = 'mux_asset_data',\n /** column name */\n MuxAssetId = 'mux_asset_id',\n /** column name */\n MuxPlaybackId = 'mux_playback_id',\n /** column name */\n MuxThumbnailTime = 'mux_thumbnail_time',\n /** column name */\n MuxUploadId = 'mux_upload_id',\n /** column name */\n TeamId = 'team_id',\n /** column name */\n Transcript = 'transcript',\n /** column name */\n Updated = 'updated',\n /** column name */\n UpdatedBy = 'updated_by',\n /** column name */\n UploadSize = 'upload_size',\n /** column name */\n UploadUrl = 'upload_url',\n /** column name */\n UploadedAt = 'uploaded_at',\n /** column name */\n VimeoUrl = 'vimeo_url'\n}\n\nexport type Films_Updates = {\n /** append existing jsonb value of filtered columns with new jsonb value */\n _append?: InputMaybe;\n /** delete the field or element with specified path (for JSON arrays, negative integers count from the end) */\n _delete_at_path?: InputMaybe;\n /** delete the array element with specified index (negative integers count from the end). throws an error if top level container is not an array */\n _delete_elem?: InputMaybe;\n /** delete key/value pair or string element. key/value pairs are matched based on their key value */\n _delete_key?: InputMaybe;\n /** increments the numeric columns with given value of the filtered values */\n _inc?: InputMaybe;\n /** prepend existing jsonb value of filtered columns with new jsonb value */\n _prepend?: InputMaybe;\n /** sets the columns of the filtered rows to the given values */\n _set?: InputMaybe;\n /** filter the rows which have to be updated */\n where: Films_Bool_Exp;\n};\n\n/** aggregate var_pop on columns */\nexport type Films_Var_Pop_Fields = {\n __typename?: 'films_var_pop_fields';\n duration?: Maybe;\n id?: Maybe;\n mux_thumbnail_time?: Maybe;\n team_id?: Maybe;\n upload_size?: Maybe;\n};\n\n/** aggregate var_samp on columns */\nexport type Films_Var_Samp_Fields = {\n __typename?: 'films_var_samp_fields';\n duration?: Maybe;\n id?: Maybe;\n mux_thumbnail_time?: Maybe;\n team_id?: Maybe;\n upload_size?: Maybe;\n};\n\n/** aggregate variance on columns */\nexport type Films_Variance_Fields = {\n __typename?: 'films_variance_fields';\n duration?: Maybe;\n id?: Maybe;\n mux_thumbnail_time?: Maybe;\n team_id?: Maybe;\n upload_size?: Maybe;\n};\n\n/** columns and relationships of \"genres\" */\nexport type Genres = {\n __typename?: 'genres';\n description?: Maybe;\n id: Scalars['numeric']['output'];\n name: Scalars['String']['output'];\n};\n\n/** aggregated selection of \"genres\" */\nexport type Genres_Aggregate = {\n __typename?: 'genres_aggregate';\n aggregate?: Maybe;\n nodes: Array;\n};\n\n/** aggregate fields of \"genres\" */\nexport type Genres_Aggregate_Fields = {\n __typename?: 'genres_aggregate_fields';\n avg?: Maybe;\n count: Scalars['Int']['output'];\n max?: Maybe;\n min?: Maybe;\n stddev?: Maybe;\n stddev_pop?: Maybe;\n stddev_samp?: Maybe;\n sum?: Maybe;\n var_pop?: Maybe;\n var_samp?: Maybe;\n variance?: Maybe;\n};\n\n\n/** aggregate fields of \"genres\" */\nexport type Genres_Aggregate_FieldsCountArgs = {\n columns?: InputMaybe>;\n distinct?: InputMaybe;\n};\n\n/** aggregate avg on columns */\nexport type Genres_Avg_Fields = {\n __typename?: 'genres_avg_fields';\n id?: Maybe;\n};\n\n/** Boolean expression to filter rows from the table \"genres\". All fields are combined with a logical 'AND'. */\nexport type Genres_Bool_Exp = {\n _and?: InputMaybe>;\n _not?: InputMaybe;\n _or?: InputMaybe>;\n description?: InputMaybe;\n id?: InputMaybe;\n name?: InputMaybe;\n};\n\n/** unique or primary key constraints on table \"genres\" */\nexport enum Genres_Constraint {\n /** unique or primary key constraint on columns \"id\" */\n GenresPkey = 'genres_pkey'\n}\n\n/** input type for incrementing numeric columns in table \"genres\" */\nexport type Genres_Inc_Input = {\n id?: InputMaybe;\n};\n\n/** input type for inserting data into table \"genres\" */\nexport type Genres_Insert_Input = {\n description?: InputMaybe;\n id?: InputMaybe;\n name?: InputMaybe;\n};\n\n/** aggregate max on columns */\nexport type Genres_Max_Fields = {\n __typename?: 'genres_max_fields';\n description?: Maybe;\n id?: Maybe;\n name?: Maybe;\n};\n\n/** aggregate min on columns */\nexport type Genres_Min_Fields = {\n __typename?: 'genres_min_fields';\n description?: Maybe;\n id?: Maybe;\n name?: Maybe;\n};\n\n/** response of any mutation on the table \"genres\" */\nexport type Genres_Mutation_Response = {\n __typename?: 'genres_mutation_response';\n /** number of rows affected by the mutation */\n affected_rows: Scalars['Int']['output'];\n /** data from the rows affected by the mutation */\n returning: Array;\n};\n\n/** on_conflict condition type for table \"genres\" */\nexport type Genres_On_Conflict = {\n constraint: Genres_Constraint;\n update_columns?: Array;\n where?: InputMaybe;\n};\n\n/** Ordering options when selecting data from \"genres\". */\nexport type Genres_Order_By = {\n description?: InputMaybe;\n id?: InputMaybe;\n name?: InputMaybe;\n};\n\n/** primary key columns input for table: genres */\nexport type Genres_Pk_Columns_Input = {\n id: Scalars['numeric']['input'];\n};\n\n/** select columns of table \"genres\" */\nexport enum Genres_Select_Column {\n /** column name */\n Description = 'description',\n /** column name */\n Id = 'id',\n /** column name */\n Name = 'name'\n}\n\n/** input type for updating data in table \"genres\" */\nexport type Genres_Set_Input = {\n description?: InputMaybe;\n id?: InputMaybe;\n name?: InputMaybe;\n};\n\n/** aggregate stddev on columns */\nexport type Genres_Stddev_Fields = {\n __typename?: 'genres_stddev_fields';\n id?: Maybe;\n};\n\n/** aggregate stddev_pop on columns */\nexport type Genres_Stddev_Pop_Fields = {\n __typename?: 'genres_stddev_pop_fields';\n id?: Maybe;\n};\n\n/** aggregate stddev_samp on columns */\nexport type Genres_Stddev_Samp_Fields = {\n __typename?: 'genres_stddev_samp_fields';\n id?: Maybe;\n};\n\n/** Streaming cursor of the table \"genres\" */\nexport type Genres_Stream_Cursor_Input = {\n /** Stream column input with initial value */\n initial_value: Genres_Stream_Cursor_Value_Input;\n /** cursor ordering */\n ordering?: InputMaybe;\n};\n\n/** Initial value of the column from where the streaming should start */\nexport type Genres_Stream_Cursor_Value_Input = {\n description?: InputMaybe;\n id?: InputMaybe;\n name?: InputMaybe;\n};\n\n/** aggregate sum on columns */\nexport type Genres_Sum_Fields = {\n __typename?: 'genres_sum_fields';\n id?: Maybe;\n};\n\n/** update columns of table \"genres\" */\nexport enum Genres_Update_Column {\n /** column name */\n Description = 'description',\n /** column name */\n Id = 'id',\n /** column name */\n Name = 'name'\n}\n\nexport type Genres_Updates = {\n /** increments the numeric columns with given value of the filtered values */\n _inc?: InputMaybe;\n /** sets the columns of the filtered rows to the given values */\n _set?: InputMaybe;\n /** filter the rows which have to be updated */\n where: Genres_Bool_Exp;\n};\n\n/** aggregate var_pop on columns */\nexport type Genres_Var_Pop_Fields = {\n __typename?: 'genres_var_pop_fields';\n id?: Maybe;\n};\n\n/** aggregate var_samp on columns */\nexport type Genres_Var_Samp_Fields = {\n __typename?: 'genres_var_samp_fields';\n id?: Maybe;\n};\n\n/** aggregate variance on columns */\nexport type Genres_Variance_Fields = {\n __typename?: 'genres_variance_fields';\n id?: Maybe;\n};\n\nexport type Jsonb_Cast_Exp = {\n String?: InputMaybe;\n};\n\n/** Boolean expression to compare columns of type \"jsonb\". All fields are combined with logical 'AND'. */\nexport type Jsonb_Comparison_Exp = {\n _cast?: InputMaybe;\n /** is the column contained in the given json value */\n _contained_in?: InputMaybe;\n /** does the column contain the given json value at the top level */\n _contains?: InputMaybe;\n _eq?: InputMaybe;\n _gt?: InputMaybe;\n _gte?: InputMaybe;\n /** does the string exist as a top-level key in the column */\n _has_key?: InputMaybe;\n /** do all of these strings exist as top-level keys in the column */\n _has_keys_all?: InputMaybe>;\n /** do any of these strings exist as top-level keys in the column */\n _has_keys_any?: InputMaybe>;\n _in?: InputMaybe>;\n _is_null?: InputMaybe;\n _lt?: InputMaybe;\n _lte?: InputMaybe;\n _neq?: InputMaybe;\n _nin?: InputMaybe>;\n};\n\n/** columns and relationships of \"kickoff_checkins\" */\nexport type Kickoff_Checkins = {\n __typename?: 'kickoff_checkins';\n created: Scalars['timestamp']['output'];\n created_by: Scalars['String']['output'];\n id: Scalars['numeric']['output'];\n phone?: Maybe;\n /** An object relationship */\n team_membership?: Maybe;\n team_membership_id?: Maybe;\n updated: Scalars['timestamp']['output'];\n updated_by: Scalars['String']['output'];\n};\n\n/** aggregated selection of \"kickoff_checkins\" */\nexport type Kickoff_Checkins_Aggregate = {\n __typename?: 'kickoff_checkins_aggregate';\n aggregate?: Maybe;\n nodes: Array;\n};\n\n/** aggregate fields of \"kickoff_checkins\" */\nexport type Kickoff_Checkins_Aggregate_Fields = {\n __typename?: 'kickoff_checkins_aggregate_fields';\n avg?: Maybe;\n count: Scalars['Int']['output'];\n max?: Maybe;\n min?: Maybe;\n stddev?: Maybe;\n stddev_pop?: Maybe;\n stddev_samp?: Maybe;\n sum?: Maybe;\n var_pop?: Maybe;\n var_samp?: Maybe;\n variance?: Maybe;\n};\n\n\n/** aggregate fields of \"kickoff_checkins\" */\nexport type Kickoff_Checkins_Aggregate_FieldsCountArgs = {\n columns?: InputMaybe>;\n distinct?: InputMaybe;\n};\n\n/** aggregate avg on columns */\nexport type Kickoff_Checkins_Avg_Fields = {\n __typename?: 'kickoff_checkins_avg_fields';\n id?: Maybe;\n team_membership_id?: Maybe;\n};\n\n/** Boolean expression to filter rows from the table \"kickoff_checkins\". All fields are combined with a logical 'AND'. */\nexport type Kickoff_Checkins_Bool_Exp = {\n _and?: InputMaybe>;\n _not?: InputMaybe;\n _or?: InputMaybe>;\n created?: InputMaybe;\n created_by?: InputMaybe;\n id?: InputMaybe;\n phone?: InputMaybe;\n team_membership?: InputMaybe;\n team_membership_id?: InputMaybe;\n updated?: InputMaybe;\n updated_by?: InputMaybe;\n};\n\n/** unique or primary key constraints on table \"kickoff_checkins\" */\nexport enum Kickoff_Checkins_Constraint {\n /** unique or primary key constraint on columns \"id\" */\n KickoffCheckinsPkey = 'kickoff_checkins_pkey'\n}\n\n/** input type for incrementing numeric columns in table \"kickoff_checkins\" */\nexport type Kickoff_Checkins_Inc_Input = {\n id?: InputMaybe;\n team_membership_id?: InputMaybe;\n};\n\n/** input type for inserting data into table \"kickoff_checkins\" */\nexport type Kickoff_Checkins_Insert_Input = {\n created?: InputMaybe;\n created_by?: InputMaybe;\n id?: InputMaybe;\n phone?: InputMaybe;\n team_membership?: InputMaybe;\n team_membership_id?: InputMaybe;\n updated?: InputMaybe;\n updated_by?: InputMaybe;\n};\n\n/** aggregate max on columns */\nexport type Kickoff_Checkins_Max_Fields = {\n __typename?: 'kickoff_checkins_max_fields';\n created?: Maybe;\n created_by?: Maybe;\n id?: Maybe;\n phone?: Maybe;\n team_membership_id?: Maybe;\n updated?: Maybe;\n updated_by?: Maybe;\n};\n\n/** aggregate min on columns */\nexport type Kickoff_Checkins_Min_Fields = {\n __typename?: 'kickoff_checkins_min_fields';\n created?: Maybe;\n created_by?: Maybe;\n id?: Maybe;\n phone?: Maybe;\n team_membership_id?: Maybe;\n updated?: Maybe;\n updated_by?: Maybe;\n};\n\n/** response of any mutation on the table \"kickoff_checkins\" */\nexport type Kickoff_Checkins_Mutation_Response = {\n __typename?: 'kickoff_checkins_mutation_response';\n /** number of rows affected by the mutation */\n affected_rows: Scalars['Int']['output'];\n /** data from the rows affected by the mutation */\n returning: Array;\n};\n\n/** on_conflict condition type for table \"kickoff_checkins\" */\nexport type Kickoff_Checkins_On_Conflict = {\n constraint: Kickoff_Checkins_Constraint;\n update_columns?: Array;\n where?: InputMaybe;\n};\n\n/** Ordering options when selecting data from \"kickoff_checkins\". */\nexport type Kickoff_Checkins_Order_By = {\n created?: InputMaybe;\n created_by?: InputMaybe;\n id?: InputMaybe;\n phone?: InputMaybe;\n team_membership?: InputMaybe;\n team_membership_id?: InputMaybe;\n updated?: InputMaybe;\n updated_by?: InputMaybe;\n};\n\n/** primary key columns input for table: kickoff_checkins */\nexport type Kickoff_Checkins_Pk_Columns_Input = {\n id: Scalars['numeric']['input'];\n};\n\n/** select columns of table \"kickoff_checkins\" */\nexport enum Kickoff_Checkins_Select_Column {\n /** column name */\n Created = 'created',\n /** column name */\n CreatedBy = 'created_by',\n /** column name */\n Id = 'id',\n /** column name */\n Phone = 'phone',\n /** column name */\n TeamMembershipId = 'team_membership_id',\n /** column name */\n Updated = 'updated',\n /** column name */\n UpdatedBy = 'updated_by'\n}\n\n/** input type for updating data in table \"kickoff_checkins\" */\nexport type Kickoff_Checkins_Set_Input = {\n created?: InputMaybe;\n created_by?: InputMaybe;\n id?: InputMaybe;\n phone?: InputMaybe;\n team_membership_id?: InputMaybe;\n updated?: InputMaybe;\n updated_by?: InputMaybe;\n};\n\n/** aggregate stddev on columns */\nexport type Kickoff_Checkins_Stddev_Fields = {\n __typename?: 'kickoff_checkins_stddev_fields';\n id?: Maybe;\n team_membership_id?: Maybe;\n};\n\n/** aggregate stddev_pop on columns */\nexport type Kickoff_Checkins_Stddev_Pop_Fields = {\n __typename?: 'kickoff_checkins_stddev_pop_fields';\n id?: Maybe;\n team_membership_id?: Maybe;\n};\n\n/** aggregate stddev_samp on columns */\nexport type Kickoff_Checkins_Stddev_Samp_Fields = {\n __typename?: 'kickoff_checkins_stddev_samp_fields';\n id?: Maybe;\n team_membership_id?: Maybe;\n};\n\n/** Streaming cursor of the table \"kickoff_checkins\" */\nexport type Kickoff_Checkins_Stream_Cursor_Input = {\n /** Stream column input with initial value */\n initial_value: Kickoff_Checkins_Stream_Cursor_Value_Input;\n /** cursor ordering */\n ordering?: InputMaybe;\n};\n\n/** Initial value of the column from where the streaming should start */\nexport type Kickoff_Checkins_Stream_Cursor_Value_Input = {\n created?: InputMaybe;\n created_by?: InputMaybe;\n id?: InputMaybe;\n phone?: InputMaybe;\n team_membership_id?: InputMaybe;\n updated?: InputMaybe;\n updated_by?: InputMaybe;\n};\n\n/** aggregate sum on columns */\nexport type Kickoff_Checkins_Sum_Fields = {\n __typename?: 'kickoff_checkins_sum_fields';\n id?: Maybe;\n team_membership_id?: Maybe;\n};\n\n/** update columns of table \"kickoff_checkins\" */\nexport enum Kickoff_Checkins_Update_Column {\n /** column name */\n Created = 'created',\n /** column name */\n CreatedBy = 'created_by',\n /** column name */\n Id = 'id',\n /** column name */\n Phone = 'phone',\n /** column name */\n TeamMembershipId = 'team_membership_id',\n /** column name */\n Updated = 'updated',\n /** column name */\n UpdatedBy = 'updated_by'\n}\n\nexport type Kickoff_Checkins_Updates = {\n /** increments the numeric columns with given value of the filtered values */\n _inc?: InputMaybe;\n /** sets the columns of the filtered rows to the given values */\n _set?: InputMaybe;\n /** filter the rows which have to be updated */\n where: Kickoff_Checkins_Bool_Exp;\n};\n\n/** aggregate var_pop on columns */\nexport type Kickoff_Checkins_Var_Pop_Fields = {\n __typename?: 'kickoff_checkins_var_pop_fields';\n id?: Maybe;\n team_membership_id?: Maybe;\n};\n\n/** aggregate var_samp on columns */\nexport type Kickoff_Checkins_Var_Samp_Fields = {\n __typename?: 'kickoff_checkins_var_samp_fields';\n id?: Maybe;\n team_membership_id?: Maybe;\n};\n\n/** aggregate variance on columns */\nexport type Kickoff_Checkins_Variance_Fields = {\n __typename?: 'kickoff_checkins_variance_fields';\n id?: Maybe;\n team_membership_id?: Maybe;\n};\n\n/** columns and relationships of \"location_releases\" */\nexport type Location_Releases = {\n __typename?: 'location_releases';\n address_1?: Maybe;\n address_2?: Maybe;\n /** An object relationship */\n asset?: Maybe;\n city?: Maybe;\n country?: Maybe;\n created: Scalars['timestamp']['output'];\n created_by: Scalars['String']['output'];\n first_name?: Maybe;\n id: Scalars['numeric']['output'];\n is_owned_by_team?: Maybe;\n last_name?: Maybe;\n lat?: Maybe;\n lon?: Maybe;\n middle_name?: Maybe;\n release_asset_id?: Maybe;\n state?: Maybe;\n /** An object relationship */\n team: Teams;\n team_id: Scalars['numeric']['output'];\n updated: Scalars['timestamp']['output'];\n updated_by: Scalars['String']['output'];\n venue_name?: Maybe;\n zip?: Maybe;\n};\n\n/** aggregated selection of \"location_releases\" */\nexport type Location_Releases_Aggregate = {\n __typename?: 'location_releases_aggregate';\n aggregate?: Maybe;\n nodes: Array;\n};\n\nexport type Location_Releases_Aggregate_Bool_Exp = {\n count?: InputMaybe;\n};\n\nexport type Location_Releases_Aggregate_Bool_Exp_Count = {\n arguments?: InputMaybe>;\n distinct?: InputMaybe;\n filter?: InputMaybe;\n predicate: Int_Comparison_Exp;\n};\n\n/** aggregate fields of \"location_releases\" */\nexport type Location_Releases_Aggregate_Fields = {\n __typename?: 'location_releases_aggregate_fields';\n avg?: Maybe;\n count: Scalars['Int']['output'];\n max?: Maybe;\n min?: Maybe;\n stddev?: Maybe;\n stddev_pop?: Maybe;\n stddev_samp?: Maybe;\n sum?: Maybe;\n var_pop?: Maybe;\n var_samp?: Maybe;\n variance?: Maybe;\n};\n\n\n/** aggregate fields of \"location_releases\" */\nexport type Location_Releases_Aggregate_FieldsCountArgs = {\n columns?: InputMaybe>;\n distinct?: InputMaybe;\n};\n\n/** order by aggregate values of table \"location_releases\" */\nexport type Location_Releases_Aggregate_Order_By = {\n avg?: InputMaybe;\n count?: InputMaybe;\n max?: InputMaybe;\n min?: InputMaybe;\n stddev?: InputMaybe;\n stddev_pop?: InputMaybe;\n stddev_samp?: InputMaybe;\n sum?: InputMaybe;\n var_pop?: InputMaybe;\n var_samp?: InputMaybe;\n variance?: InputMaybe;\n};\n\n/** input type for inserting array relation for remote table \"location_releases\" */\nexport type Location_Releases_Arr_Rel_Insert_Input = {\n data: Array;\n /** upsert condition */\n on_conflict?: InputMaybe;\n};\n\n/** aggregate avg on columns */\nexport type Location_Releases_Avg_Fields = {\n __typename?: 'location_releases_avg_fields';\n id?: Maybe;\n lat?: Maybe;\n lon?: Maybe;\n release_asset_id?: Maybe;\n team_id?: Maybe;\n};\n\n/** order by avg() on columns of table \"location_releases\" */\nexport type Location_Releases_Avg_Order_By = {\n id?: InputMaybe;\n lat?: InputMaybe;\n lon?: InputMaybe;\n release_asset_id?: InputMaybe;\n team_id?: InputMaybe;\n};\n\n/** Boolean expression to filter rows from the table \"location_releases\". All fields are combined with a logical 'AND'. */\nexport type Location_Releases_Bool_Exp = {\n _and?: InputMaybe>;\n _not?: InputMaybe;\n _or?: InputMaybe>;\n address_1?: InputMaybe;\n address_2?: InputMaybe;\n asset?: InputMaybe;\n city?: InputMaybe;\n country?: InputMaybe;\n created?: InputMaybe;\n created_by?: InputMaybe;\n first_name?: InputMaybe;\n id?: InputMaybe;\n is_owned_by_team?: InputMaybe;\n last_name?: InputMaybe;\n lat?: InputMaybe;\n lon?: InputMaybe;\n middle_name?: InputMaybe;\n release_asset_id?: InputMaybe;\n state?: InputMaybe;\n team?: InputMaybe;\n team_id?: InputMaybe;\n updated?: InputMaybe;\n updated_by?: InputMaybe;\n venue_name?: InputMaybe;\n zip?: InputMaybe;\n};\n\n/** unique or primary key constraints on table \"location_releases\" */\nexport enum Location_Releases_Constraint {\n /** unique or primary key constraint on columns \"id\" */\n LocationReleasesPkey = 'location_releases_pkey'\n}\n\n/** input type for incrementing numeric columns in table \"location_releases\" */\nexport type Location_Releases_Inc_Input = {\n id?: InputMaybe;\n lat?: InputMaybe;\n lon?: InputMaybe;\n release_asset_id?: InputMaybe;\n team_id?: InputMaybe;\n};\n\n/** input type for inserting data into table \"location_releases\" */\nexport type Location_Releases_Insert_Input = {\n address_1?: InputMaybe;\n address_2?: InputMaybe;\n asset?: InputMaybe;\n city?: InputMaybe;\n country?: InputMaybe;\n created?: InputMaybe;\n created_by?: InputMaybe;\n first_name?: InputMaybe;\n id?: InputMaybe;\n is_owned_by_team?: InputMaybe;\n last_name?: InputMaybe;\n lat?: InputMaybe;\n lon?: InputMaybe;\n middle_name?: InputMaybe;\n release_asset_id?: InputMaybe;\n state?: InputMaybe;\n team?: InputMaybe;\n team_id?: InputMaybe;\n updated?: InputMaybe;\n updated_by?: InputMaybe;\n venue_name?: InputMaybe;\n zip?: InputMaybe;\n};\n\n/** aggregate max on columns */\nexport type Location_Releases_Max_Fields = {\n __typename?: 'location_releases_max_fields';\n address_1?: Maybe;\n address_2?: Maybe;\n city?: Maybe;\n country?: Maybe;\n created?: Maybe;\n created_by?: Maybe;\n first_name?: Maybe;\n id?: Maybe;\n is_owned_by_team?: Maybe;\n last_name?: Maybe;\n lat?: Maybe;\n lon?: Maybe;\n middle_name?: Maybe;\n release_asset_id?: Maybe;\n state?: Maybe;\n team_id?: Maybe;\n updated?: Maybe;\n updated_by?: Maybe;\n venue_name?: Maybe;\n zip?: Maybe;\n};\n\n/** order by max() on columns of table \"location_releases\" */\nexport type Location_Releases_Max_Order_By = {\n address_1?: InputMaybe;\n address_2?: InputMaybe;\n city?: InputMaybe;\n country?: InputMaybe;\n created?: InputMaybe;\n created_by?: InputMaybe;\n first_name?: InputMaybe;\n id?: InputMaybe;\n is_owned_by_team?: InputMaybe;\n last_name?: InputMaybe;\n lat?: InputMaybe;\n lon?: InputMaybe;\n middle_name?: InputMaybe;\n release_asset_id?: InputMaybe;\n state?: InputMaybe;\n team_id?: InputMaybe;\n updated?: InputMaybe;\n updated_by?: InputMaybe;\n venue_name?: InputMaybe;\n zip?: InputMaybe;\n};\n\n/** aggregate min on columns */\nexport type Location_Releases_Min_Fields = {\n __typename?: 'location_releases_min_fields';\n address_1?: Maybe;\n address_2?: Maybe;\n city?: Maybe;\n country?: Maybe;\n created?: Maybe;\n created_by?: Maybe;\n first_name?: Maybe;\n id?: Maybe;\n is_owned_by_team?: Maybe;\n last_name?: Maybe;\n lat?: Maybe;\n lon?: Maybe;\n middle_name?: Maybe;\n release_asset_id?: Maybe;\n state?: Maybe;\n team_id?: Maybe;\n updated?: Maybe;\n updated_by?: Maybe;\n venue_name?: Maybe;\n zip?: Maybe;\n};\n\n/** order by min() on columns of table \"location_releases\" */\nexport type Location_Releases_Min_Order_By = {\n address_1?: InputMaybe;\n address_2?: InputMaybe;\n city?: InputMaybe;\n country?: InputMaybe;\n created?: InputMaybe;\n created_by?: InputMaybe;\n first_name?: InputMaybe;\n id?: InputMaybe;\n is_owned_by_team?: InputMaybe;\n last_name?: InputMaybe;\n lat?: InputMaybe;\n lon?: InputMaybe;\n middle_name?: InputMaybe;\n release_asset_id?: InputMaybe;\n state?: InputMaybe;\n team_id?: InputMaybe;\n updated?: InputMaybe;\n updated_by?: InputMaybe;\n venue_name?: InputMaybe;\n zip?: InputMaybe;\n};\n\n/** response of any mutation on the table \"location_releases\" */\nexport type Location_Releases_Mutation_Response = {\n __typename?: 'location_releases_mutation_response';\n /** number of rows affected by the mutation */\n affected_rows: Scalars['Int']['output'];\n /** data from the rows affected by the mutation */\n returning: Array;\n};\n\n/** on_conflict condition type for table \"location_releases\" */\nexport type Location_Releases_On_Conflict = {\n constraint: Location_Releases_Constraint;\n update_columns?: Array;\n where?: InputMaybe;\n};\n\n/** Ordering options when selecting data from \"location_releases\". */\nexport type Location_Releases_Order_By = {\n address_1?: InputMaybe;\n address_2?: InputMaybe;\n asset?: InputMaybe;\n city?: InputMaybe;\n country?: InputMaybe;\n created?: InputMaybe;\n created_by?: InputMaybe;\n first_name?: InputMaybe;\n id?: InputMaybe;\n is_owned_by_team?: InputMaybe;\n last_name?: InputMaybe;\n lat?: InputMaybe;\n lon?: InputMaybe;\n middle_name?: InputMaybe;\n release_asset_id?: InputMaybe;\n state?: InputMaybe;\n team?: InputMaybe;\n team_id?: InputMaybe;\n updated?: InputMaybe;\n updated_by?: InputMaybe;\n venue_name?: InputMaybe;\n zip?: InputMaybe;\n};\n\n/** primary key columns input for table: location_releases */\nexport type Location_Releases_Pk_Columns_Input = {\n id: Scalars['numeric']['input'];\n};\n\n/** select columns of table \"location_releases\" */\nexport enum Location_Releases_Select_Column {\n /** column name */\n Address_1 = 'address_1',\n /** column name */\n Address_2 = 'address_2',\n /** column name */\n City = 'city',\n /** column name */\n Country = 'country',\n /** column name */\n Created = 'created',\n /** column name */\n CreatedBy = 'created_by',\n /** column name */\n FirstName = 'first_name',\n /** column name */\n Id = 'id',\n /** column name */\n IsOwnedByTeam = 'is_owned_by_team',\n /** column name */\n LastName = 'last_name',\n /** column name */\n Lat = 'lat',\n /** column name */\n Lon = 'lon',\n /** column name */\n MiddleName = 'middle_name',\n /** column name */\n ReleaseAssetId = 'release_asset_id',\n /** column name */\n State = 'state',\n /** column name */\n TeamId = 'team_id',\n /** column name */\n Updated = 'updated',\n /** column name */\n UpdatedBy = 'updated_by',\n /** column name */\n VenueName = 'venue_name',\n /** column name */\n Zip = 'zip'\n}\n\n/** input type for updating data in table \"location_releases\" */\nexport type Location_Releases_Set_Input = {\n address_1?: InputMaybe;\n address_2?: InputMaybe;\n city?: InputMaybe;\n country?: InputMaybe;\n created?: InputMaybe;\n created_by?: InputMaybe;\n first_name?: InputMaybe;\n id?: InputMaybe;\n is_owned_by_team?: InputMaybe;\n last_name?: InputMaybe;\n lat?: InputMaybe;\n lon?: InputMaybe;\n middle_name?: InputMaybe;\n release_asset_id?: InputMaybe;\n state?: InputMaybe;\n team_id?: InputMaybe;\n updated?: InputMaybe;\n updated_by?: InputMaybe;\n venue_name?: InputMaybe;\n zip?: InputMaybe;\n};\n\n/** aggregate stddev on columns */\nexport type Location_Releases_Stddev_Fields = {\n __typename?: 'location_releases_stddev_fields';\n id?: Maybe;\n lat?: Maybe;\n lon?: Maybe;\n release_asset_id?: Maybe;\n team_id?: Maybe;\n};\n\n/** order by stddev() on columns of table \"location_releases\" */\nexport type Location_Releases_Stddev_Order_By = {\n id?: InputMaybe;\n lat?: InputMaybe;\n lon?: InputMaybe;\n release_asset_id?: InputMaybe;\n team_id?: InputMaybe;\n};\n\n/** aggregate stddev_pop on columns */\nexport type Location_Releases_Stddev_Pop_Fields = {\n __typename?: 'location_releases_stddev_pop_fields';\n id?: Maybe;\n lat?: Maybe;\n lon?: Maybe;\n release_asset_id?: Maybe;\n team_id?: Maybe;\n};\n\n/** order by stddev_pop() on columns of table \"location_releases\" */\nexport type Location_Releases_Stddev_Pop_Order_By = {\n id?: InputMaybe;\n lat?: InputMaybe;\n lon?: InputMaybe;\n release_asset_id?: InputMaybe;\n team_id?: InputMaybe;\n};\n\n/** aggregate stddev_samp on columns */\nexport type Location_Releases_Stddev_Samp_Fields = {\n __typename?: 'location_releases_stddev_samp_fields';\n id?: Maybe;\n lat?: Maybe;\n lon?: Maybe;\n release_asset_id?: Maybe;\n team_id?: Maybe;\n};\n\n/** order by stddev_samp() on columns of table \"location_releases\" */\nexport type Location_Releases_Stddev_Samp_Order_By = {\n id?: InputMaybe;\n lat?: InputMaybe;\n lon?: InputMaybe;\n release_asset_id?: InputMaybe;\n team_id?: InputMaybe;\n};\n\n/** Streaming cursor of the table \"location_releases\" */\nexport type Location_Releases_Stream_Cursor_Input = {\n /** Stream column input with initial value */\n initial_value: Location_Releases_Stream_Cursor_Value_Input;\n /** cursor ordering */\n ordering?: InputMaybe;\n};\n\n/** Initial value of the column from where the streaming should start */\nexport type Location_Releases_Stream_Cursor_Value_Input = {\n address_1?: InputMaybe;\n address_2?: InputMaybe;\n city?: InputMaybe;\n country?: InputMaybe;\n created?: InputMaybe;\n created_by?: InputMaybe;\n first_name?: InputMaybe;\n id?: InputMaybe;\n is_owned_by_team?: InputMaybe;\n last_name?: InputMaybe;\n lat?: InputMaybe;\n lon?: InputMaybe;\n middle_name?: InputMaybe;\n release_asset_id?: InputMaybe;\n state?: InputMaybe;\n team_id?: InputMaybe;\n updated?: InputMaybe;\n updated_by?: InputMaybe;\n venue_name?: InputMaybe;\n zip?: InputMaybe;\n};\n\n/** aggregate sum on columns */\nexport type Location_Releases_Sum_Fields = {\n __typename?: 'location_releases_sum_fields';\n id?: Maybe;\n lat?: Maybe;\n lon?: Maybe;\n release_asset_id?: Maybe;\n team_id?: Maybe;\n};\n\n/** order by sum() on columns of table \"location_releases\" */\nexport type Location_Releases_Sum_Order_By = {\n id?: InputMaybe;\n lat?: InputMaybe;\n lon?: InputMaybe;\n release_asset_id?: InputMaybe;\n team_id?: InputMaybe;\n};\n\n/** update columns of table \"location_releases\" */\nexport enum Location_Releases_Update_Column {\n /** column name */\n Address_1 = 'address_1',\n /** column name */\n Address_2 = 'address_2',\n /** column name */\n City = 'city',\n /** column name */\n Country = 'country',\n /** column name */\n Created = 'created',\n /** column name */\n CreatedBy = 'created_by',\n /** column name */\n FirstName = 'first_name',\n /** column name */\n Id = 'id',\n /** column name */\n IsOwnedByTeam = 'is_owned_by_team',\n /** column name */\n LastName = 'last_name',\n /** column name */\n Lat = 'lat',\n /** column name */\n Lon = 'lon',\n /** column name */\n MiddleName = 'middle_name',\n /** column name */\n ReleaseAssetId = 'release_asset_id',\n /** column name */\n State = 'state',\n /** column name */\n TeamId = 'team_id',\n /** column name */\n Updated = 'updated',\n /** column name */\n UpdatedBy = 'updated_by',\n /** column name */\n VenueName = 'venue_name',\n /** column name */\n Zip = 'zip'\n}\n\nexport type Location_Releases_Updates = {\n /** increments the numeric columns with given value of the filtered values */\n _inc?: InputMaybe;\n /** sets the columns of the filtered rows to the given values */\n _set?: InputMaybe;\n /** filter the rows which have to be updated */\n where: Location_Releases_Bool_Exp;\n};\n\n/** aggregate var_pop on columns */\nexport type Location_Releases_Var_Pop_Fields = {\n __typename?: 'location_releases_var_pop_fields';\n id?: Maybe;\n lat?: Maybe;\n lon?: Maybe;\n release_asset_id?: Maybe;\n team_id?: Maybe;\n};\n\n/** order by var_pop() on columns of table \"location_releases\" */\nexport type Location_Releases_Var_Pop_Order_By = {\n id?: InputMaybe;\n lat?: InputMaybe;\n lon?: InputMaybe;\n release_asset_id?: InputMaybe;\n team_id?: InputMaybe;\n};\n\n/** aggregate var_samp on columns */\nexport type Location_Releases_Var_Samp_Fields = {\n __typename?: 'location_releases_var_samp_fields';\n id?: Maybe;\n lat?: Maybe;\n lon?: Maybe;\n release_asset_id?: Maybe;\n team_id?: Maybe;\n};\n\n/** order by var_samp() on columns of table \"location_releases\" */\nexport type Location_Releases_Var_Samp_Order_By = {\n id?: InputMaybe;\n lat?: InputMaybe;\n lon?: InputMaybe;\n release_asset_id?: InputMaybe;\n team_id?: InputMaybe;\n};\n\n/** aggregate variance on columns */\nexport type Location_Releases_Variance_Fields = {\n __typename?: 'location_releases_variance_fields';\n id?: Maybe;\n lat?: Maybe;\n lon?: Maybe;\n release_asset_id?: Maybe;\n team_id?: Maybe;\n};\n\n/** order by variance() on columns of table \"location_releases\" */\nexport type Location_Releases_Variance_Order_By = {\n id?: InputMaybe;\n lat?: InputMaybe;\n lon?: InputMaybe;\n release_asset_id?: InputMaybe;\n team_id?: InputMaybe;\n};\n\n/** columns and relationships of \"matchup_requests\" */\nexport type Matchup_Requests = {\n __typename?: 'matchup_requests';\n created: Scalars['timestamp']['output'];\n created_by: Scalars['String']['output'];\n email?: Maybe;\n expertise?: Maybe;\n expertise_json: Scalars['jsonb']['output'];\n /** An object relationship */\n film_festival: Film_Festivals;\n film_festival_id: Scalars['numeric']['output'];\n first_name: Scalars['String']['output'];\n genres?: Maybe;\n genres_json: Scalars['jsonb']['output'];\n id: Scalars['numeric']['output'];\n last_name: Scalars['String']['output'];\n notes?: Maybe;\n phone?: Maybe;\n /** An object relationship */\n team?: Maybe;\n team_id?: Maybe;\n type?: Maybe;\n updated: Scalars['timestamp']['output'];\n updated_by: Scalars['String']['output'];\n /** An object relationship */\n user: Users;\n user_id: Scalars['numeric']['output'];\n withdrawn?: Maybe;\n withdrawn_type?: Maybe;\n};\n\n\n/** columns and relationships of \"matchup_requests\" */\nexport type Matchup_RequestsExpertise_JsonArgs = {\n path?: InputMaybe;\n};\n\n\n/** columns and relationships of \"matchup_requests\" */\nexport type Matchup_RequestsGenres_JsonArgs = {\n path?: InputMaybe;\n};\n\n/** aggregated selection of \"matchup_requests\" */\nexport type Matchup_Requests_Aggregate = {\n __typename?: 'matchup_requests_aggregate';\n aggregate?: Maybe;\n nodes: Array;\n};\n\nexport type Matchup_Requests_Aggregate_Bool_Exp = {\n count?: InputMaybe;\n};\n\nexport type Matchup_Requests_Aggregate_Bool_Exp_Count = {\n arguments?: InputMaybe>;\n distinct?: InputMaybe;\n filter?: InputMaybe;\n predicate: Int_Comparison_Exp;\n};\n\n/** aggregate fields of \"matchup_requests\" */\nexport type Matchup_Requests_Aggregate_Fields = {\n __typename?: 'matchup_requests_aggregate_fields';\n avg?: Maybe;\n count: Scalars['Int']['output'];\n max?: Maybe;\n min?: Maybe;\n stddev?: Maybe;\n stddev_pop?: Maybe;\n stddev_samp?: Maybe;\n sum?: Maybe;\n var_pop?: Maybe;\n var_samp?: Maybe;\n variance?: Maybe;\n};\n\n\n/** aggregate fields of \"matchup_requests\" */\nexport type Matchup_Requests_Aggregate_FieldsCountArgs = {\n columns?: InputMaybe>;\n distinct?: InputMaybe;\n};\n\n/** order by aggregate values of table \"matchup_requests\" */\nexport type Matchup_Requests_Aggregate_Order_By = {\n avg?: InputMaybe;\n count?: InputMaybe;\n max?: InputMaybe;\n min?: InputMaybe;\n stddev?: InputMaybe;\n stddev_pop?: InputMaybe;\n stddev_samp?: InputMaybe;\n sum?: InputMaybe;\n var_pop?: InputMaybe;\n var_samp?: InputMaybe;\n variance?: InputMaybe;\n};\n\n/** append existing jsonb value of filtered columns with new jsonb value */\nexport type Matchup_Requests_Append_Input = {\n expertise_json?: InputMaybe;\n genres_json?: InputMaybe;\n};\n\n/** input type for inserting array relation for remote table \"matchup_requests\" */\nexport type Matchup_Requests_Arr_Rel_Insert_Input = {\n data: Array;\n /** upsert condition */\n on_conflict?: InputMaybe;\n};\n\n/** aggregate avg on columns */\nexport type Matchup_Requests_Avg_Fields = {\n __typename?: 'matchup_requests_avg_fields';\n film_festival_id?: Maybe;\n id?: Maybe;\n team_id?: Maybe;\n user_id?: Maybe;\n};\n\n/** order by avg() on columns of table \"matchup_requests\" */\nexport type Matchup_Requests_Avg_Order_By = {\n film_festival_id?: InputMaybe;\n id?: InputMaybe;\n team_id?: InputMaybe;\n user_id?: InputMaybe;\n};\n\n/** Boolean expression to filter rows from the table \"matchup_requests\". All fields are combined with a logical 'AND'. */\nexport type Matchup_Requests_Bool_Exp = {\n _and?: InputMaybe>;\n _not?: InputMaybe;\n _or?: InputMaybe>;\n created?: InputMaybe;\n created_by?: InputMaybe;\n email?: InputMaybe;\n expertise?: InputMaybe;\n expertise_json?: InputMaybe;\n film_festival?: InputMaybe;\n film_festival_id?: InputMaybe;\n first_name?: InputMaybe;\n genres?: InputMaybe;\n genres_json?: InputMaybe;\n id?: InputMaybe;\n last_name?: InputMaybe;\n notes?: InputMaybe;\n phone?: InputMaybe;\n team?: InputMaybe;\n team_id?: InputMaybe;\n type?: InputMaybe;\n updated?: InputMaybe;\n updated_by?: InputMaybe;\n user?: InputMaybe;\n user_id?: InputMaybe;\n withdrawn?: InputMaybe;\n withdrawn_type?: InputMaybe;\n};\n\n/** unique or primary key constraints on table \"matchup_requests\" */\nexport enum Matchup_Requests_Constraint {\n /** unique or primary key constraint on columns \"user_id\", \"film_festival_id\" */\n MatchupRequestsFilmFestivalIdUserIdKey = 'matchup_requests_film_festival_id_user_id_key',\n /** unique or primary key constraint on columns \"id\" */\n MatchupRequestsPkey = 'matchup_requests_pkey'\n}\n\n/** delete the field or element with specified path (for JSON arrays, negative integers count from the end) */\nexport type Matchup_Requests_Delete_At_Path_Input = {\n expertise_json?: InputMaybe>;\n genres_json?: InputMaybe>;\n};\n\n/** delete the array element with specified index (negative integers count from the end). throws an error if top level container is not an array */\nexport type Matchup_Requests_Delete_Elem_Input = {\n expertise_json?: InputMaybe;\n genres_json?: InputMaybe;\n};\n\n/** delete key/value pair or string element. key/value pairs are matched based on their key value */\nexport type Matchup_Requests_Delete_Key_Input = {\n expertise_json?: InputMaybe;\n genres_json?: InputMaybe;\n};\n\n/** input type for incrementing numeric columns in table \"matchup_requests\" */\nexport type Matchup_Requests_Inc_Input = {\n film_festival_id?: InputMaybe;\n id?: InputMaybe;\n team_id?: InputMaybe;\n user_id?: InputMaybe;\n};\n\n/** input type for inserting data into table \"matchup_requests\" */\nexport type Matchup_Requests_Insert_Input = {\n created?: InputMaybe;\n created_by?: InputMaybe;\n email?: InputMaybe;\n expertise?: InputMaybe;\n expertise_json?: InputMaybe;\n film_festival?: InputMaybe;\n film_festival_id?: InputMaybe;\n first_name?: InputMaybe;\n genres?: InputMaybe;\n genres_json?: InputMaybe;\n id?: InputMaybe;\n last_name?: InputMaybe;\n notes?: InputMaybe;\n phone?: InputMaybe;\n team?: InputMaybe;\n team_id?: InputMaybe;\n type?: InputMaybe;\n updated?: InputMaybe;\n updated_by?: InputMaybe;\n user?: InputMaybe;\n user_id?: InputMaybe;\n withdrawn?: InputMaybe;\n withdrawn_type?: InputMaybe;\n};\n\n/** aggregate max on columns */\nexport type Matchup_Requests_Max_Fields = {\n __typename?: 'matchup_requests_max_fields';\n created?: Maybe;\n created_by?: Maybe;\n email?: Maybe;\n expertise?: Maybe;\n film_festival_id?: Maybe;\n first_name?: Maybe;\n genres?: Maybe;\n id?: Maybe;\n last_name?: Maybe;\n notes?: Maybe;\n phone?: Maybe;\n team_id?: Maybe;\n type?: Maybe;\n updated?: Maybe;\n updated_by?: Maybe;\n user_id?: Maybe;\n withdrawn?: Maybe;\n withdrawn_type?: Maybe;\n};\n\n/** order by max() on columns of table \"matchup_requests\" */\nexport type Matchup_Requests_Max_Order_By = {\n created?: InputMaybe;\n created_by?: InputMaybe;\n email?: InputMaybe;\n expertise?: InputMaybe;\n film_festival_id?: InputMaybe;\n first_name?: InputMaybe;\n genres?: InputMaybe;\n id?: InputMaybe;\n last_name?: InputMaybe;\n notes?: InputMaybe;\n phone?: InputMaybe;\n team_id?: InputMaybe;\n type?: InputMaybe;\n updated?: InputMaybe;\n updated_by?: InputMaybe;\n user_id?: InputMaybe;\n withdrawn?: InputMaybe;\n withdrawn_type?: InputMaybe;\n};\n\n/** aggregate min on columns */\nexport type Matchup_Requests_Min_Fields = {\n __typename?: 'matchup_requests_min_fields';\n created?: Maybe;\n created_by?: Maybe;\n email?: Maybe;\n expertise?: Maybe;\n film_festival_id?: Maybe;\n first_name?: Maybe;\n genres?: Maybe;\n id?: Maybe;\n last_name?: Maybe;\n notes?: Maybe;\n phone?: Maybe;\n team_id?: Maybe;\n type?: Maybe;\n updated?: Maybe;\n updated_by?: Maybe;\n user_id?: Maybe;\n withdrawn?: Maybe;\n withdrawn_type?: Maybe;\n};\n\n/** order by min() on columns of table \"matchup_requests\" */\nexport type Matchup_Requests_Min_Order_By = {\n created?: InputMaybe;\n created_by?: InputMaybe;\n email?: InputMaybe;\n expertise?: InputMaybe;\n film_festival_id?: InputMaybe;\n first_name?: InputMaybe;\n genres?: InputMaybe;\n id?: InputMaybe;\n last_name?: InputMaybe;\n notes?: InputMaybe;\n phone?: InputMaybe;\n team_id?: InputMaybe;\n type?: InputMaybe;\n updated?: InputMaybe;\n updated_by?: InputMaybe;\n user_id?: InputMaybe;\n withdrawn?: InputMaybe;\n withdrawn_type?: InputMaybe;\n};\n\n/** response of any mutation on the table \"matchup_requests\" */\nexport type Matchup_Requests_Mutation_Response = {\n __typename?: 'matchup_requests_mutation_response';\n /** number of rows affected by the mutation */\n affected_rows: Scalars['Int']['output'];\n /** data from the rows affected by the mutation */\n returning: Array;\n};\n\n/** on_conflict condition type for table \"matchup_requests\" */\nexport type Matchup_Requests_On_Conflict = {\n constraint: Matchup_Requests_Constraint;\n update_columns?: Array;\n where?: InputMaybe;\n};\n\n/** Ordering options when selecting data from \"matchup_requests\". */\nexport type Matchup_Requests_Order_By = {\n created?: InputMaybe;\n created_by?: InputMaybe;\n email?: InputMaybe;\n expertise?: InputMaybe;\n expertise_json?: InputMaybe;\n film_festival?: InputMaybe;\n film_festival_id?: InputMaybe;\n first_name?: InputMaybe;\n genres?: InputMaybe;\n genres_json?: InputMaybe;\n id?: InputMaybe;\n last_name?: InputMaybe;\n notes?: InputMaybe;\n phone?: InputMaybe;\n team?: InputMaybe;\n team_id?: InputMaybe;\n type?: InputMaybe;\n updated?: InputMaybe;\n updated_by?: InputMaybe;\n user?: InputMaybe;\n user_id?: InputMaybe;\n withdrawn?: InputMaybe;\n withdrawn_type?: InputMaybe;\n};\n\n/** primary key columns input for table: matchup_requests */\nexport type Matchup_Requests_Pk_Columns_Input = {\n id: Scalars['numeric']['input'];\n};\n\n/** prepend existing jsonb value of filtered columns with new jsonb value */\nexport type Matchup_Requests_Prepend_Input = {\n expertise_json?: InputMaybe;\n genres_json?: InputMaybe;\n};\n\n/** select columns of table \"matchup_requests\" */\nexport enum Matchup_Requests_Select_Column {\n /** column name */\n Created = 'created',\n /** column name */\n CreatedBy = 'created_by',\n /** column name */\n Email = 'email',\n /** column name */\n Expertise = 'expertise',\n /** column name */\n ExpertiseJson = 'expertise_json',\n /** column name */\n FilmFestivalId = 'film_festival_id',\n /** column name */\n FirstName = 'first_name',\n /** column name */\n Genres = 'genres',\n /** column name */\n GenresJson = 'genres_json',\n /** column name */\n Id = 'id',\n /** column name */\n LastName = 'last_name',\n /** column name */\n Notes = 'notes',\n /** column name */\n Phone = 'phone',\n /** column name */\n TeamId = 'team_id',\n /** column name */\n Type = 'type',\n /** column name */\n Updated = 'updated',\n /** column name */\n UpdatedBy = 'updated_by',\n /** column name */\n UserId = 'user_id',\n /** column name */\n Withdrawn = 'withdrawn',\n /** column name */\n WithdrawnType = 'withdrawn_type'\n}\n\n/** input type for updating data in table \"matchup_requests\" */\nexport type Matchup_Requests_Set_Input = {\n created?: InputMaybe;\n created_by?: InputMaybe;\n email?: InputMaybe;\n expertise?: InputMaybe;\n expertise_json?: InputMaybe;\n film_festival_id?: InputMaybe;\n first_name?: InputMaybe;\n genres?: InputMaybe;\n genres_json?: InputMaybe;\n id?: InputMaybe;\n last_name?: InputMaybe;\n notes?: InputMaybe;\n phone?: InputMaybe;\n team_id?: InputMaybe;\n type?: InputMaybe;\n updated?: InputMaybe;\n updated_by?: InputMaybe;\n user_id?: InputMaybe;\n withdrawn?: InputMaybe;\n withdrawn_type?: InputMaybe;\n};\n\n/** aggregate stddev on columns */\nexport type Matchup_Requests_Stddev_Fields = {\n __typename?: 'matchup_requests_stddev_fields';\n film_festival_id?: Maybe;\n id?: Maybe;\n team_id?: Maybe;\n user_id?: Maybe;\n};\n\n/** order by stddev() on columns of table \"matchup_requests\" */\nexport type Matchup_Requests_Stddev_Order_By = {\n film_festival_id?: InputMaybe;\n id?: InputMaybe;\n team_id?: InputMaybe;\n user_id?: InputMaybe;\n};\n\n/** aggregate stddev_pop on columns */\nexport type Matchup_Requests_Stddev_Pop_Fields = {\n __typename?: 'matchup_requests_stddev_pop_fields';\n film_festival_id?: Maybe;\n id?: Maybe;\n team_id?: Maybe;\n user_id?: Maybe;\n};\n\n/** order by stddev_pop() on columns of table \"matchup_requests\" */\nexport type Matchup_Requests_Stddev_Pop_Order_By = {\n film_festival_id?: InputMaybe;\n id?: InputMaybe;\n team_id?: InputMaybe;\n user_id?: InputMaybe;\n};\n\n/** aggregate stddev_samp on columns */\nexport type Matchup_Requests_Stddev_Samp_Fields = {\n __typename?: 'matchup_requests_stddev_samp_fields';\n film_festival_id?: Maybe;\n id?: Maybe;\n team_id?: Maybe;\n user_id?: Maybe;\n};\n\n/** order by stddev_samp() on columns of table \"matchup_requests\" */\nexport type Matchup_Requests_Stddev_Samp_Order_By = {\n film_festival_id?: InputMaybe;\n id?: InputMaybe;\n team_id?: InputMaybe;\n user_id?: InputMaybe;\n};\n\n/** Streaming cursor of the table \"matchup_requests\" */\nexport type Matchup_Requests_Stream_Cursor_Input = {\n /** Stream column input with initial value */\n initial_value: Matchup_Requests_Stream_Cursor_Value_Input;\n /** cursor ordering */\n ordering?: InputMaybe;\n};\n\n/** Initial value of the column from where the streaming should start */\nexport type Matchup_Requests_Stream_Cursor_Value_Input = {\n created?: InputMaybe;\n created_by?: InputMaybe;\n email?: InputMaybe;\n expertise?: InputMaybe;\n expertise_json?: InputMaybe;\n film_festival_id?: InputMaybe;\n first_name?: InputMaybe;\n genres?: InputMaybe;\n genres_json?: InputMaybe;\n id?: InputMaybe;\n last_name?: InputMaybe;\n notes?: InputMaybe;\n phone?: InputMaybe;\n team_id?: InputMaybe;\n type?: InputMaybe;\n updated?: InputMaybe;\n updated_by?: InputMaybe;\n user_id?: InputMaybe;\n withdrawn?: InputMaybe;\n withdrawn_type?: InputMaybe;\n};\n\n/** aggregate sum on columns */\nexport type Matchup_Requests_Sum_Fields = {\n __typename?: 'matchup_requests_sum_fields';\n film_festival_id?: Maybe;\n id?: Maybe;\n team_id?: Maybe;\n user_id?: Maybe;\n};\n\n/** order by sum() on columns of table \"matchup_requests\" */\nexport type Matchup_Requests_Sum_Order_By = {\n film_festival_id?: InputMaybe;\n id?: InputMaybe;\n team_id?: InputMaybe;\n user_id?: InputMaybe;\n};\n\n/** update columns of table \"matchup_requests\" */\nexport enum Matchup_Requests_Update_Column {\n /** column name */\n Created = 'created',\n /** column name */\n CreatedBy = 'created_by',\n /** column name */\n Email = 'email',\n /** column name */\n Expertise = 'expertise',\n /** column name */\n ExpertiseJson = 'expertise_json',\n /** column name */\n FilmFestivalId = 'film_festival_id',\n /** column name */\n FirstName = 'first_name',\n /** column name */\n Genres = 'genres',\n /** column name */\n GenresJson = 'genres_json',\n /** column name */\n Id = 'id',\n /** column name */\n LastName = 'last_name',\n /** column name */\n Notes = 'notes',\n /** column name */\n Phone = 'phone',\n /** column name */\n TeamId = 'team_id',\n /** column name */\n Type = 'type',\n /** column name */\n Updated = 'updated',\n /** column name */\n UpdatedBy = 'updated_by',\n /** column name */\n UserId = 'user_id',\n /** column name */\n Withdrawn = 'withdrawn',\n /** column name */\n WithdrawnType = 'withdrawn_type'\n}\n\nexport type Matchup_Requests_Updates = {\n /** append existing jsonb value of filtered columns with new jsonb value */\n _append?: InputMaybe;\n /** delete the field or element with specified path (for JSON arrays, negative integers count from the end) */\n _delete_at_path?: InputMaybe;\n /** delete the array element with specified index (negative integers count from the end). throws an error if top level container is not an array */\n _delete_elem?: InputMaybe;\n /** delete key/value pair or string element. key/value pairs are matched based on their key value */\n _delete_key?: InputMaybe;\n /** increments the numeric columns with given value of the filtered values */\n _inc?: InputMaybe;\n /** prepend existing jsonb value of filtered columns with new jsonb value */\n _prepend?: InputMaybe;\n /** sets the columns of the filtered rows to the given values */\n _set?: InputMaybe;\n /** filter the rows which have to be updated */\n where: Matchup_Requests_Bool_Exp;\n};\n\n/** aggregate var_pop on columns */\nexport type Matchup_Requests_Var_Pop_Fields = {\n __typename?: 'matchup_requests_var_pop_fields';\n film_festival_id?: Maybe;\n id?: Maybe;\n team_id?: Maybe;\n user_id?: Maybe;\n};\n\n/** order by var_pop() on columns of table \"matchup_requests\" */\nexport type Matchup_Requests_Var_Pop_Order_By = {\n film_festival_id?: InputMaybe;\n id?: InputMaybe;\n team_id?: InputMaybe;\n user_id?: InputMaybe;\n};\n\n/** aggregate var_samp on columns */\nexport type Matchup_Requests_Var_Samp_Fields = {\n __typename?: 'matchup_requests_var_samp_fields';\n film_festival_id?: Maybe;\n id?: Maybe;\n team_id?: Maybe;\n user_id?: Maybe;\n};\n\n/** order by var_samp() on columns of table \"matchup_requests\" */\nexport type Matchup_Requests_Var_Samp_Order_By = {\n film_festival_id?: InputMaybe;\n id?: InputMaybe;\n team_id?: InputMaybe;\n user_id?: InputMaybe;\n};\n\n/** aggregate variance on columns */\nexport type Matchup_Requests_Variance_Fields = {\n __typename?: 'matchup_requests_variance_fields';\n film_festival_id?: Maybe;\n id?: Maybe;\n team_id?: Maybe;\n user_id?: Maybe;\n};\n\n/** order by variance() on columns of table \"matchup_requests\" */\nexport type Matchup_Requests_Variance_Order_By = {\n film_festival_id?: InputMaybe;\n id?: InputMaybe;\n team_id?: InputMaybe;\n user_id?: InputMaybe;\n};\n\n/** columns and relationships of \"music_releases\" */\nexport type Music_Releases = {\n __typename?: 'music_releases';\n /** An object relationship */\n asset?: Maybe;\n composer?: Maybe;\n created: Scalars['timestamp']['output'];\n created_by: Scalars['String']['output'];\n duration?: Maybe;\n id: Scalars['numeric']['output'];\n is_original?: Maybe;\n is_royalty_free?: Maybe;\n publisher?: Maybe;\n release_asset_id?: Maybe;\n royalty_free_source?: Maybe;\n society?: Maybe;\n song_title?: Maybe;\n start_time?: Maybe;\n /** An object relationship */\n team: Teams;\n team_id: Scalars['numeric']['output'];\n updated: Scalars['timestamp']['output'];\n updated_by: Scalars['String']['output'];\n use_type?: Maybe;\n};\n\n/** aggregated selection of \"music_releases\" */\nexport type Music_Releases_Aggregate = {\n __typename?: 'music_releases_aggregate';\n aggregate?: Maybe;\n nodes: Array;\n};\n\nexport type Music_Releases_Aggregate_Bool_Exp = {\n count?: InputMaybe;\n};\n\nexport type Music_Releases_Aggregate_Bool_Exp_Count = {\n arguments?: InputMaybe>;\n distinct?: InputMaybe;\n filter?: InputMaybe;\n predicate: Int_Comparison_Exp;\n};\n\n/** aggregate fields of \"music_releases\" */\nexport type Music_Releases_Aggregate_Fields = {\n __typename?: 'music_releases_aggregate_fields';\n avg?: Maybe;\n count: Scalars['Int']['output'];\n max?: Maybe;\n min?: Maybe;\n stddev?: Maybe;\n stddev_pop?: Maybe;\n stddev_samp?: Maybe;\n sum?: Maybe;\n var_pop?: Maybe;\n var_samp?: Maybe;\n variance?: Maybe;\n};\n\n\n/** aggregate fields of \"music_releases\" */\nexport type Music_Releases_Aggregate_FieldsCountArgs = {\n columns?: InputMaybe>;\n distinct?: InputMaybe;\n};\n\n/** order by aggregate values of table \"music_releases\" */\nexport type Music_Releases_Aggregate_Order_By = {\n avg?: InputMaybe;\n count?: InputMaybe;\n max?: InputMaybe;\n min?: InputMaybe;\n stddev?: InputMaybe;\n stddev_pop?: InputMaybe;\n stddev_samp?: InputMaybe;\n sum?: InputMaybe;\n var_pop?: InputMaybe;\n var_samp?: InputMaybe;\n variance?: InputMaybe;\n};\n\n/** input type for inserting array relation for remote table \"music_releases\" */\nexport type Music_Releases_Arr_Rel_Insert_Input = {\n data: Array;\n /** upsert condition */\n on_conflict?: InputMaybe;\n};\n\n/** aggregate avg on columns */\nexport type Music_Releases_Avg_Fields = {\n __typename?: 'music_releases_avg_fields';\n id?: Maybe;\n release_asset_id?: Maybe;\n team_id?: Maybe;\n};\n\n/** order by avg() on columns of table \"music_releases\" */\nexport type Music_Releases_Avg_Order_By = {\n id?: InputMaybe;\n release_asset_id?: InputMaybe;\n team_id?: InputMaybe;\n};\n\n/** Boolean expression to filter rows from the table \"music_releases\". All fields are combined with a logical 'AND'. */\nexport type Music_Releases_Bool_Exp = {\n _and?: InputMaybe>;\n _not?: InputMaybe;\n _or?: InputMaybe>;\n asset?: InputMaybe;\n composer?: InputMaybe;\n created?: InputMaybe;\n created_by?: InputMaybe;\n duration?: InputMaybe;\n id?: InputMaybe;\n is_original?: InputMaybe;\n is_royalty_free?: InputMaybe;\n publisher?: InputMaybe;\n release_asset_id?: InputMaybe;\n royalty_free_source?: InputMaybe;\n society?: InputMaybe;\n song_title?: InputMaybe;\n start_time?: InputMaybe;\n team?: InputMaybe;\n team_id?: InputMaybe;\n updated?: InputMaybe;\n updated_by?: InputMaybe;\n use_type?: InputMaybe;\n};\n\n/** unique or primary key constraints on table \"music_releases\" */\nexport enum Music_Releases_Constraint {\n /** unique or primary key constraint on columns \"id\" */\n MusicReleasesPkey = 'music_releases_pkey'\n}\n\n/** input type for incrementing numeric columns in table \"music_releases\" */\nexport type Music_Releases_Inc_Input = {\n id?: InputMaybe;\n release_asset_id?: InputMaybe;\n team_id?: InputMaybe;\n};\n\n/** input type for inserting data into table \"music_releases\" */\nexport type Music_Releases_Insert_Input = {\n asset?: InputMaybe;\n composer?: InputMaybe;\n created?: InputMaybe;\n created_by?: InputMaybe;\n duration?: InputMaybe;\n id?: InputMaybe;\n is_original?: InputMaybe;\n is_royalty_free?: InputMaybe;\n publisher?: InputMaybe;\n release_asset_id?: InputMaybe;\n royalty_free_source?: InputMaybe;\n society?: InputMaybe;\n song_title?: InputMaybe;\n start_time?: InputMaybe;\n team?: InputMaybe;\n team_id?: InputMaybe;\n updated?: InputMaybe;\n updated_by?: InputMaybe;\n use_type?: InputMaybe;\n};\n\n/** aggregate max on columns */\nexport type Music_Releases_Max_Fields = {\n __typename?: 'music_releases_max_fields';\n composer?: Maybe;\n created?: Maybe;\n created_by?: Maybe;\n duration?: Maybe;\n id?: Maybe;\n is_original?: Maybe;\n is_royalty_free?: Maybe;\n publisher?: Maybe;\n release_asset_id?: Maybe;\n royalty_free_source?: Maybe;\n society?: Maybe;\n song_title?: Maybe;\n start_time?: Maybe;\n team_id?: Maybe;\n updated?: Maybe;\n updated_by?: Maybe;\n use_type?: Maybe;\n};\n\n/** order by max() on columns of table \"music_releases\" */\nexport type Music_Releases_Max_Order_By = {\n composer?: InputMaybe;\n created?: InputMaybe;\n created_by?: InputMaybe;\n duration?: InputMaybe;\n id?: InputMaybe;\n is_original?: InputMaybe;\n is_royalty_free?: InputMaybe;\n publisher?: InputMaybe;\n release_asset_id?: InputMaybe;\n royalty_free_source?: InputMaybe;\n society?: InputMaybe;\n song_title?: InputMaybe;\n start_time?: InputMaybe;\n team_id?: InputMaybe;\n updated?: InputMaybe;\n updated_by?: InputMaybe;\n use_type?: InputMaybe;\n};\n\n/** aggregate min on columns */\nexport type Music_Releases_Min_Fields = {\n __typename?: 'music_releases_min_fields';\n composer?: Maybe;\n created?: Maybe;\n created_by?: Maybe;\n duration?: Maybe;\n id?: Maybe;\n is_original?: Maybe;\n is_royalty_free?: Maybe;\n publisher?: Maybe;\n release_asset_id?: Maybe;\n royalty_free_source?: Maybe;\n society?: Maybe;\n song_title?: Maybe;\n start_time?: Maybe;\n team_id?: Maybe;\n updated?: Maybe;\n updated_by?: Maybe;\n use_type?: Maybe;\n};\n\n/** order by min() on columns of table \"music_releases\" */\nexport type Music_Releases_Min_Order_By = {\n composer?: InputMaybe;\n created?: InputMaybe;\n created_by?: InputMaybe;\n duration?: InputMaybe;\n id?: InputMaybe;\n is_original?: InputMaybe;\n is_royalty_free?: InputMaybe;\n publisher?: InputMaybe;\n release_asset_id?: InputMaybe;\n royalty_free_source?: InputMaybe;\n society?: InputMaybe;\n song_title?: InputMaybe;\n start_time?: InputMaybe;\n team_id?: InputMaybe;\n updated?: InputMaybe;\n updated_by?: InputMaybe;\n use_type?: InputMaybe;\n};\n\n/** response of any mutation on the table \"music_releases\" */\nexport type Music_Releases_Mutation_Response = {\n __typename?: 'music_releases_mutation_response';\n /** number of rows affected by the mutation */\n affected_rows: Scalars['Int']['output'];\n /** data from the rows affected by the mutation */\n returning: Array;\n};\n\n/** on_conflict condition type for table \"music_releases\" */\nexport type Music_Releases_On_Conflict = {\n constraint: Music_Releases_Constraint;\n update_columns?: Array;\n where?: InputMaybe;\n};\n\n/** Ordering options when selecting data from \"music_releases\". */\nexport type Music_Releases_Order_By = {\n asset?: InputMaybe;\n composer?: InputMaybe;\n created?: InputMaybe;\n created_by?: InputMaybe;\n duration?: InputMaybe;\n id?: InputMaybe;\n is_original?: InputMaybe;\n is_royalty_free?: InputMaybe;\n publisher?: InputMaybe;\n release_asset_id?: InputMaybe;\n royalty_free_source?: InputMaybe;\n society?: InputMaybe;\n song_title?: InputMaybe;\n start_time?: InputMaybe;\n team?: InputMaybe;\n team_id?: InputMaybe;\n updated?: InputMaybe;\n updated_by?: InputMaybe;\n use_type?: InputMaybe;\n};\n\n/** primary key columns input for table: music_releases */\nexport type Music_Releases_Pk_Columns_Input = {\n id: Scalars['numeric']['input'];\n};\n\n/** select columns of table \"music_releases\" */\nexport enum Music_Releases_Select_Column {\n /** column name */\n Composer = 'composer',\n /** column name */\n Created = 'created',\n /** column name */\n CreatedBy = 'created_by',\n /** column name */\n Duration = 'duration',\n /** column name */\n Id = 'id',\n /** column name */\n IsOriginal = 'is_original',\n /** column name */\n IsRoyaltyFree = 'is_royalty_free',\n /** column name */\n Publisher = 'publisher',\n /** column name */\n ReleaseAssetId = 'release_asset_id',\n /** column name */\n RoyaltyFreeSource = 'royalty_free_source',\n /** column name */\n Society = 'society',\n /** column name */\n SongTitle = 'song_title',\n /** column name */\n StartTime = 'start_time',\n /** column name */\n TeamId = 'team_id',\n /** column name */\n Updated = 'updated',\n /** column name */\n UpdatedBy = 'updated_by',\n /** column name */\n UseType = 'use_type'\n}\n\n/** input type for updating data in table \"music_releases\" */\nexport type Music_Releases_Set_Input = {\n composer?: InputMaybe;\n created?: InputMaybe;\n created_by?: InputMaybe;\n duration?: InputMaybe;\n id?: InputMaybe;\n is_original?: InputMaybe;\n is_royalty_free?: InputMaybe;\n publisher?: InputMaybe;\n release_asset_id?: InputMaybe;\n royalty_free_source?: InputMaybe;\n society?: InputMaybe;\n song_title?: InputMaybe;\n start_time?: InputMaybe;\n team_id?: InputMaybe;\n updated?: InputMaybe;\n updated_by?: InputMaybe;\n use_type?: InputMaybe;\n};\n\n/** aggregate stddev on columns */\nexport type Music_Releases_Stddev_Fields = {\n __typename?: 'music_releases_stddev_fields';\n id?: Maybe;\n release_asset_id?: Maybe;\n team_id?: Maybe;\n};\n\n/** order by stddev() on columns of table \"music_releases\" */\nexport type Music_Releases_Stddev_Order_By = {\n id?: InputMaybe;\n release_asset_id?: InputMaybe;\n team_id?: InputMaybe;\n};\n\n/** aggregate stddev_pop on columns */\nexport type Music_Releases_Stddev_Pop_Fields = {\n __typename?: 'music_releases_stddev_pop_fields';\n id?: Maybe;\n release_asset_id?: Maybe;\n team_id?: Maybe;\n};\n\n/** order by stddev_pop() on columns of table \"music_releases\" */\nexport type Music_Releases_Stddev_Pop_Order_By = {\n id?: InputMaybe;\n release_asset_id?: InputMaybe;\n team_id?: InputMaybe;\n};\n\n/** aggregate stddev_samp on columns */\nexport type Music_Releases_Stddev_Samp_Fields = {\n __typename?: 'music_releases_stddev_samp_fields';\n id?: Maybe;\n release_asset_id?: Maybe;\n team_id?: Maybe;\n};\n\n/** order by stddev_samp() on columns of table \"music_releases\" */\nexport type Music_Releases_Stddev_Samp_Order_By = {\n id?: InputMaybe;\n release_asset_id?: InputMaybe;\n team_id?: InputMaybe;\n};\n\n/** Streaming cursor of the table \"music_releases\" */\nexport type Music_Releases_Stream_Cursor_Input = {\n /** Stream column input with initial value */\n initial_value: Music_Releases_Stream_Cursor_Value_Input;\n /** cursor ordering */\n ordering?: InputMaybe;\n};\n\n/** Initial value of the column from where the streaming should start */\nexport type Music_Releases_Stream_Cursor_Value_Input = {\n composer?: InputMaybe;\n created?: InputMaybe;\n created_by?: InputMaybe;\n duration?: InputMaybe;\n id?: InputMaybe;\n is_original?: InputMaybe;\n is_royalty_free?: InputMaybe;\n publisher?: InputMaybe;\n release_asset_id?: InputMaybe;\n royalty_free_source?: InputMaybe;\n society?: InputMaybe;\n song_title?: InputMaybe;\n start_time?: InputMaybe;\n team_id?: InputMaybe;\n updated?: InputMaybe;\n updated_by?: InputMaybe;\n use_type?: InputMaybe;\n};\n\n/** aggregate sum on columns */\nexport type Music_Releases_Sum_Fields = {\n __typename?: 'music_releases_sum_fields';\n id?: Maybe;\n release_asset_id?: Maybe;\n team_id?: Maybe;\n};\n\n/** order by sum() on columns of table \"music_releases\" */\nexport type Music_Releases_Sum_Order_By = {\n id?: InputMaybe;\n release_asset_id?: InputMaybe;\n team_id?: InputMaybe;\n};\n\n/** update columns of table \"music_releases\" */\nexport enum Music_Releases_Update_Column {\n /** column name */\n Composer = 'composer',\n /** column name */\n Created = 'created',\n /** column name */\n CreatedBy = 'created_by',\n /** column name */\n Duration = 'duration',\n /** column name */\n Id = 'id',\n /** column name */\n IsOriginal = 'is_original',\n /** column name */\n IsRoyaltyFree = 'is_royalty_free',\n /** column name */\n Publisher = 'publisher',\n /** column name */\n ReleaseAssetId = 'release_asset_id',\n /** column name */\n RoyaltyFreeSource = 'royalty_free_source',\n /** column name */\n Society = 'society',\n /** column name */\n SongTitle = 'song_title',\n /** column name */\n StartTime = 'start_time',\n /** column name */\n TeamId = 'team_id',\n /** column name */\n Updated = 'updated',\n /** column name */\n UpdatedBy = 'updated_by',\n /** column name */\n UseType = 'use_type'\n}\n\nexport type Music_Releases_Updates = {\n /** increments the numeric columns with given value of the filtered values */\n _inc?: InputMaybe;\n /** sets the columns of the filtered rows to the given values */\n _set?: InputMaybe;\n /** filter the rows which have to be updated */\n where: Music_Releases_Bool_Exp;\n};\n\n/** aggregate var_pop on columns */\nexport type Music_Releases_Var_Pop_Fields = {\n __typename?: 'music_releases_var_pop_fields';\n id?: Maybe;\n release_asset_id?: Maybe;\n team_id?: Maybe;\n};\n\n/** order by var_pop() on columns of table \"music_releases\" */\nexport type Music_Releases_Var_Pop_Order_By = {\n id?: InputMaybe;\n release_asset_id?: InputMaybe;\n team_id?: InputMaybe;\n};\n\n/** aggregate var_samp on columns */\nexport type Music_Releases_Var_Samp_Fields = {\n __typename?: 'music_releases_var_samp_fields';\n id?: Maybe;\n release_asset_id?: Maybe;\n team_id?: Maybe;\n};\n\n/** order by var_samp() on columns of table \"music_releases\" */\nexport type Music_Releases_Var_Samp_Order_By = {\n id?: InputMaybe;\n release_asset_id?: InputMaybe;\n team_id?: InputMaybe;\n};\n\n/** aggregate variance on columns */\nexport type Music_Releases_Variance_Fields = {\n __typename?: 'music_releases_variance_fields';\n id?: Maybe;\n release_asset_id?: Maybe;\n team_id?: Maybe;\n};\n\n/** order by variance() on columns of table \"music_releases\" */\nexport type Music_Releases_Variance_Order_By = {\n id?: InputMaybe;\n release_asset_id?: InputMaybe;\n team_id?: InputMaybe;\n};\n\n/** mutation root */\nexport type Mutation_Root = {\n __typename?: 'mutation_root';\n assetSign?: Maybe;\n assetUpload?: Maybe;\n claimFestivalSubmissionVoucher: Scalars['Boolean']['output'];\n crispRequestSignature?: Maybe;\n crispTriggerInvite?: Maybe;\n /** delete data from the table: \"asset_exports\" */\n delete_asset_exports?: Maybe;\n /** delete single row from the table: \"asset_exports\" */\n delete_asset_exports_by_pk?: Maybe;\n /** delete data from the table: \"asset_types\" */\n delete_asset_types?: Maybe;\n /** delete single row from the table: \"asset_types\" */\n delete_asset_types_by_pk?: Maybe;\n /** delete data from the table: \"audience_favorite_votes\" */\n delete_audience_favorite_votes?: Maybe;\n /** delete single row from the table: \"audience_favorite_votes\" */\n delete_audience_favorite_votes_by_pk?: Maybe;\n /** delete data from the table: \"award_asset_types\" */\n delete_award_asset_types?: Maybe;\n /** delete single row from the table: \"award_asset_types\" */\n delete_award_asset_types_by_pk?: Maybe;\n /** delete data from the table: \"award_winners\" */\n delete_award_winners?: Maybe;\n /** delete single row from the table: \"award_winners\" */\n delete_award_winners_by_pk?: Maybe;\n /** delete data from the table: \"awards\" */\n delete_awards?: Maybe;\n /** delete single row from the table: \"awards\" */\n delete_awards_by_pk?: Maybe;\n /** delete data from the table: \"awards_ceremony_checkins\" */\n delete_awards_ceremony_checkins?: Maybe;\n /** delete single row from the table: \"awards_ceremony_checkins\" */\n delete_awards_ceremony_checkins_by_pk?: Maybe;\n /** delete data from the table: \"countries\" */\n delete_countries?: Maybe;\n /** delete single row from the table: \"countries\" */\n delete_countries_by_pk?: Maybe;\n /** delete data from the table: \"exit_interview_recordings\" */\n delete_exit_interview_recordings?: Maybe;\n /** delete single row from the table: \"exit_interview_recordings\" */\n delete_exit_interview_recordings_by_pk?: Maybe;\n /** delete data from the table: \"exit_interviews\" */\n delete_exit_interviews?: Maybe;\n /** delete single row from the table: \"exit_interviews\" */\n delete_exit_interviews_by_pk?: Maybe;\n /** delete data from the table: \"expertise\" */\n delete_expertise?: Maybe;\n /** delete single row from the table: \"expertise\" */\n delete_expertise_by_pk?: Maybe;\n /** delete data from the table: \"festival_badge_type_event_type\" */\n delete_festival_badge_type_event_type?: Maybe;\n /** delete single row from the table: \"festival_badge_type_event_type\" */\n delete_festival_badge_type_event_type_by_pk?: Maybe;\n /** delete data from the table: \"festival_badge_types\" */\n delete_festival_badge_types?: Maybe;\n /** delete single row from the table: \"festival_badge_types\" */\n delete_festival_badge_types_by_pk?: Maybe;\n /** delete data from the table: \"festival_badges\" */\n delete_festival_badges?: Maybe;\n /** delete single row from the table: \"festival_badges\" */\n delete_festival_badges_by_pk?: Maybe;\n /** delete data from the table: \"festival_event_locations\" */\n delete_festival_event_locations?: Maybe;\n /** delete single row from the table: \"festival_event_locations\" */\n delete_festival_event_locations_by_pk?: Maybe;\n /** delete data from the table: \"festival_event_types\" */\n delete_festival_event_types?: Maybe;\n /** delete single row from the table: \"festival_event_types\" */\n delete_festival_event_types_by_pk?: Maybe;\n /** delete data from the table: \"festival_events\" */\n delete_festival_events?: Maybe;\n /** delete single row from the table: \"festival_events\" */\n delete_festival_events_by_pk?: Maybe;\n /** delete data from the table: \"festival_genres\" */\n delete_festival_genres?: Maybe;\n /** delete single row from the table: \"festival_genres\" */\n delete_festival_genres_by_pk?: Maybe;\n /** delete data from the table: \"festival_submission_assets\" */\n delete_festival_submission_assets?: Maybe;\n /** delete single row from the table: \"festival_submission_assets\" */\n delete_festival_submission_assets_by_pk?: Maybe;\n /** delete data from the table: \"festival_submission_feedback\" */\n delete_festival_submission_feedback?: Maybe;\n /** delete single row from the table: \"festival_submission_feedback\" */\n delete_festival_submission_feedback_by_pk?: Maybe;\n /** delete data from the table: \"festival_submission_vouchers\" */\n delete_festival_submission_vouchers?: Maybe;\n /** delete single row from the table: \"festival_submission_vouchers\" */\n delete_festival_submission_vouchers_by_pk?: Maybe;\n /** delete data from the table: \"festival_submissions\" */\n delete_festival_submissions?: Maybe;\n /** delete single row from the table: \"festival_submissions\" */\n delete_festival_submissions_by_pk?: Maybe;\n /** delete data from the table: \"festival_tickets\" */\n delete_festival_tickets?: Maybe;\n /** delete single row from the table: \"festival_tickets\" */\n delete_festival_tickets_by_pk?: Maybe;\n /** delete data from the table: \"film_festivals\" */\n delete_film_festivals?: Maybe;\n /** delete single row from the table: \"film_festivals\" */\n delete_film_festivals_by_pk?: Maybe;\n /** delete data from the table: \"film_group_festival_submissions\" */\n delete_film_group_festival_submissions?: Maybe;\n /** delete single row from the table: \"film_group_festival_submissions\" */\n delete_film_group_festival_submissions_by_pk?: Maybe;\n /** delete data from the table: \"film_group_films\" */\n delete_film_group_films?: Maybe;\n /** delete single row from the table: \"film_group_films\" */\n delete_film_group_films_by_pk?: Maybe;\n /** delete data from the table: \"film_group_users\" */\n delete_film_group_users?: Maybe;\n /** delete single row from the table: \"film_group_users\" */\n delete_film_group_users_by_pk?: Maybe;\n /** delete data from the table: \"film_groups\" */\n delete_film_groups?: Maybe;\n /** delete single row from the table: \"film_groups\" */\n delete_film_groups_by_pk?: Maybe;\n /** delete data from the table: \"films\" */\n delete_films?: Maybe;\n /** delete single row from the table: \"films\" */\n delete_films_by_pk?: Maybe;\n /** delete data from the table: \"genres\" */\n delete_genres?: Maybe;\n /** delete single row from the table: \"genres\" */\n delete_genres_by_pk?: Maybe;\n /** delete data from the table: \"kickoff_checkins\" */\n delete_kickoff_checkins?: Maybe;\n /** delete single row from the table: \"kickoff_checkins\" */\n delete_kickoff_checkins_by_pk?: Maybe;\n /** delete data from the table: \"location_releases\" */\n delete_location_releases?: Maybe;\n /** delete single row from the table: \"location_releases\" */\n delete_location_releases_by_pk?: Maybe;\n /** delete data from the table: \"matchup_requests\" */\n delete_matchup_requests?: Maybe;\n /** delete single row from the table: \"matchup_requests\" */\n delete_matchup_requests_by_pk?: Maybe;\n /** delete data from the table: \"music_releases\" */\n delete_music_releases?: Maybe;\n /** delete single row from the table: \"music_releases\" */\n delete_music_releases_by_pk?: Maybe;\n /** delete data from the table: \"nomination_assets\" */\n delete_nomination_assets?: Maybe;\n /** delete single row from the table: \"nomination_assets\" */\n delete_nomination_assets_by_pk?: Maybe;\n /** delete data from the table: \"nominations\" */\n delete_nominations?: Maybe;\n /** delete single row from the table: \"nominations\" */\n delete_nominations_by_pk?: Maybe;\n /** delete data from the table: \"online_screening_tickets\" */\n delete_online_screening_tickets?: Maybe;\n /** delete single row from the table: \"online_screening_tickets\" */\n delete_online_screening_tickets_by_pk?: Maybe;\n /** delete data from the table: \"payments\" */\n delete_payments?: Maybe;\n /** delete single row from the table: \"payments\" */\n delete_payments_by_pk?: Maybe;\n /** delete data from the table: \"playlist_team\" */\n delete_playlist_team?: Maybe;\n /** delete single row from the table: \"playlist_team\" */\n delete_playlist_team_by_pk?: Maybe;\n /** delete data from the table: \"playlists\" */\n delete_playlists?: Maybe;\n /** delete single row from the table: \"playlists\" */\n delete_playlists_by_pk?: Maybe;\n /** delete data from the table: \"prize_elections\" */\n delete_prize_elections?: Maybe;\n /** delete data from the table: \"prizes\" */\n delete_prizes?: Maybe;\n /** delete single row from the table: \"prizes\" */\n delete_prizes_by_pk?: Maybe;\n /** delete data from the table: \"registrations\" */\n delete_registrations?: Maybe;\n /** delete single row from the table: \"registrations\" */\n delete_registrations_by_pk?: Maybe;\n /** delete data from the table: \"selection_ballots\" */\n delete_selection_ballots?: Maybe;\n /** delete single row from the table: \"selection_ballots\" */\n delete_selection_ballots_by_pk?: Maybe;\n /** delete data from the table: \"selection_feedback\" */\n delete_selection_feedback?: Maybe;\n /** delete single row from the table: \"selection_feedback\" */\n delete_selection_feedback_by_pk?: Maybe;\n /** delete data from the table: \"selection_metrics\" */\n delete_selection_metrics?: Maybe;\n /** delete single row from the table: \"selection_metrics\" */\n delete_selection_metrics_by_pk?: Maybe;\n /** delete data from the table: \"selection_progress\" */\n delete_selection_progress?: Maybe;\n /** delete single row from the table: \"selection_progress\" */\n delete_selection_progress_by_pk?: Maybe;\n /** delete data from the table: \"sharables\" */\n delete_sharables?: Maybe;\n /** delete single row from the table: \"sharables\" */\n delete_sharables_by_pk?: Maybe;\n /** delete data from the table: \"sms_votes\" */\n delete_sms_votes?: Maybe;\n /** delete single row from the table: \"sms_votes\" */\n delete_sms_votes_by_pk?: Maybe;\n /** delete data from the table: \"sponsors\" */\n delete_sponsors?: Maybe;\n /** delete single row from the table: \"sponsors\" */\n delete_sponsors_by_pk?: Maybe;\n /** delete data from the table: \"studios\" */\n delete_studios?: Maybe;\n /** delete single row from the table: \"studios\" */\n delete_studios_by_pk?: Maybe;\n /** delete data from the table: \"team_assets\" */\n delete_team_assets?: Maybe;\n /** delete single row from the table: \"team_assets\" */\n delete_team_assets_by_pk?: Maybe;\n /** delete data from the table: \"team_memberships\" */\n delete_team_memberships?: Maybe;\n /** delete single row from the table: \"team_memberships\" */\n delete_team_memberships_by_pk?: Maybe;\n /** delete data from the table: \"team_roles\" */\n delete_team_roles?: Maybe;\n /** delete single row from the table: \"team_roles\" */\n delete_team_roles_by_pk?: Maybe;\n /** delete data from the table: \"teams\" */\n delete_teams?: Maybe;\n /** delete single row from the table: \"teams\" */\n delete_teams_by_pk?: Maybe;\n /** delete data from the table: \"teams_with_awards_ceremony_checkins\" */\n delete_teams_with_awards_ceremony_checkins?: Maybe;\n /** delete data from the table: \"teams_with_checkins\" */\n delete_teams_with_checkins?: Maybe;\n /** delete data from the table: \"ticket_tailor_vouchers\" */\n delete_ticket_tailor_vouchers?: Maybe;\n /** delete single row from the table: \"ticket_tailor_vouchers\" */\n delete_ticket_tailor_vouchers_by_pk?: Maybe;\n /** delete data from the table: \"users\" */\n delete_users?: Maybe;\n /** delete single row from the table: \"users\" */\n delete_users_by_pk?: Maybe;\n /** insert data into the table: \"asset_exports\" */\n insert_asset_exports?: Maybe;\n /** insert a single row into the table: \"asset_exports\" */\n insert_asset_exports_one?: Maybe;\n /** insert data into the table: \"asset_types\" */\n insert_asset_types?: Maybe;\n /** insert a single row into the table: \"asset_types\" */\n insert_asset_types_one?: Maybe;\n /** insert data into the table: \"audience_favorite_votes\" */\n insert_audience_favorite_votes?: Maybe;\n /** insert a single row into the table: \"audience_favorite_votes\" */\n insert_audience_favorite_votes_one?: Maybe;\n /** insert data into the table: \"award_asset_types\" */\n insert_award_asset_types?: Maybe;\n /** insert a single row into the table: \"award_asset_types\" */\n insert_award_asset_types_one?: Maybe;\n /** insert data into the table: \"award_winners\" */\n insert_award_winners?: Maybe;\n /** insert a single row into the table: \"award_winners\" */\n insert_award_winners_one?: Maybe;\n /** insert data into the table: \"awards\" */\n insert_awards?: Maybe;\n /** insert data into the table: \"awards_ceremony_checkins\" */\n insert_awards_ceremony_checkins?: Maybe;\n /** insert a single row into the table: \"awards_ceremony_checkins\" */\n insert_awards_ceremony_checkins_one?: Maybe;\n /** insert a single row into the table: \"awards\" */\n insert_awards_one?: Maybe;\n /** insert data into the table: \"countries\" */\n insert_countries?: Maybe;\n /** insert a single row into the table: \"countries\" */\n insert_countries_one?: Maybe;\n /** insert data into the table: \"exit_interview_recordings\" */\n insert_exit_interview_recordings?: Maybe;\n /** insert a single row into the table: \"exit_interview_recordings\" */\n insert_exit_interview_recordings_one?: Maybe;\n /** insert data into the table: \"exit_interviews\" */\n insert_exit_interviews?: Maybe;\n /** insert a single row into the table: \"exit_interviews\" */\n insert_exit_interviews_one?: Maybe;\n /** insert data into the table: \"expertise\" */\n insert_expertise?: Maybe;\n /** insert a single row into the table: \"expertise\" */\n insert_expertise_one?: Maybe;\n /** insert data into the table: \"festival_badge_type_event_type\" */\n insert_festival_badge_type_event_type?: Maybe;\n /** insert a single row into the table: \"festival_badge_type_event_type\" */\n insert_festival_badge_type_event_type_one?: Maybe;\n /** insert data into the table: \"festival_badge_types\" */\n insert_festival_badge_types?: Maybe;\n /** insert a single row into the table: \"festival_badge_types\" */\n insert_festival_badge_types_one?: Maybe;\n /** insert data into the table: \"festival_badges\" */\n insert_festival_badges?: Maybe;\n /** insert a single row into the table: \"festival_badges\" */\n insert_festival_badges_one?: Maybe;\n /** insert data into the table: \"festival_event_locations\" */\n insert_festival_event_locations?: Maybe;\n /** insert a single row into the table: \"festival_event_locations\" */\n insert_festival_event_locations_one?: Maybe;\n /** insert data into the table: \"festival_event_types\" */\n insert_festival_event_types?: Maybe;\n /** insert a single row into the table: \"festival_event_types\" */\n insert_festival_event_types_one?: Maybe;\n /** insert data into the table: \"festival_events\" */\n insert_festival_events?: Maybe;\n /** insert a single row into the table: \"festival_events\" */\n insert_festival_events_one?: Maybe;\n /** insert data into the table: \"festival_genres\" */\n insert_festival_genres?: Maybe;\n /** insert a single row into the table: \"festival_genres\" */\n insert_festival_genres_one?: Maybe;\n /** insert data into the table: \"festival_submission_assets\" */\n insert_festival_submission_assets?: Maybe;\n /** insert a single row into the table: \"festival_submission_assets\" */\n insert_festival_submission_assets_one?: Maybe;\n /** insert data into the table: \"festival_submission_feedback\" */\n insert_festival_submission_feedback?: Maybe;\n /** insert a single row into the table: \"festival_submission_feedback\" */\n insert_festival_submission_feedback_one?: Maybe;\n /** insert data into the table: \"festival_submission_vouchers\" */\n insert_festival_submission_vouchers?: Maybe;\n /** insert a single row into the table: \"festival_submission_vouchers\" */\n insert_festival_submission_vouchers_one?: Maybe;\n /** insert data into the table: \"festival_submissions\" */\n insert_festival_submissions?: Maybe;\n /** insert a single row into the table: \"festival_submissions\" */\n insert_festival_submissions_one?: Maybe;\n /** insert data into the table: \"festival_tickets\" */\n insert_festival_tickets?: Maybe;\n /** insert a single row into the table: \"festival_tickets\" */\n insert_festival_tickets_one?: Maybe;\n /** insert data into the table: \"film_festivals\" */\n insert_film_festivals?: Maybe;\n /** insert a single row into the table: \"film_festivals\" */\n insert_film_festivals_one?: Maybe;\n /** insert data into the table: \"film_group_festival_submissions\" */\n insert_film_group_festival_submissions?: Maybe;\n /** insert a single row into the table: \"film_group_festival_submissions\" */\n insert_film_group_festival_submissions_one?: Maybe;\n /** insert data into the table: \"film_group_films\" */\n insert_film_group_films?: Maybe;\n /** insert a single row into the table: \"film_group_films\" */\n insert_film_group_films_one?: Maybe;\n /** insert data into the table: \"film_group_users\" */\n insert_film_group_users?: Maybe;\n /** insert a single row into the table: \"film_group_users\" */\n insert_film_group_users_one?: Maybe;\n /** insert data into the table: \"film_groups\" */\n insert_film_groups?: Maybe;\n /** insert a single row into the table: \"film_groups\" */\n insert_film_groups_one?: Maybe;\n /** insert data into the table: \"films\" */\n insert_films?: Maybe;\n /** insert a single row into the table: \"films\" */\n insert_films_one?: Maybe;\n /** insert data into the table: \"genres\" */\n insert_genres?: Maybe;\n /** insert a single row into the table: \"genres\" */\n insert_genres_one?: Maybe;\n /** insert data into the table: \"kickoff_checkins\" */\n insert_kickoff_checkins?: Maybe;\n /** insert a single row into the table: \"kickoff_checkins\" */\n insert_kickoff_checkins_one?: Maybe;\n /** insert data into the table: \"location_releases\" */\n insert_location_releases?: Maybe;\n /** insert a single row into the table: \"location_releases\" */\n insert_location_releases_one?: Maybe;\n /** insert data into the table: \"matchup_requests\" */\n insert_matchup_requests?: Maybe;\n /** insert a single row into the table: \"matchup_requests\" */\n insert_matchup_requests_one?: Maybe;\n /** insert data into the table: \"music_releases\" */\n insert_music_releases?: Maybe;\n /** insert a single row into the table: \"music_releases\" */\n insert_music_releases_one?: Maybe;\n /** insert data into the table: \"nomination_assets\" */\n insert_nomination_assets?: Maybe;\n /** insert a single row into the table: \"nomination_assets\" */\n insert_nomination_assets_one?: Maybe;\n /** insert data into the table: \"nominations\" */\n insert_nominations?: Maybe;\n /** insert a single row into the table: \"nominations\" */\n insert_nominations_one?: Maybe;\n /** insert data into the table: \"online_screening_tickets\" */\n insert_online_screening_tickets?: Maybe;\n /** insert a single row into the table: \"online_screening_tickets\" */\n insert_online_screening_tickets_one?: Maybe;\n /** insert data into the table: \"payments\" */\n insert_payments?: Maybe;\n /** insert a single row into the table: \"payments\" */\n insert_payments_one?: Maybe;\n /** insert data into the table: \"playlist_team\" */\n insert_playlist_team?: Maybe;\n /** insert a single row into the table: \"playlist_team\" */\n insert_playlist_team_one?: Maybe;\n /** insert data into the table: \"playlists\" */\n insert_playlists?: Maybe;\n /** insert a single row into the table: \"playlists\" */\n insert_playlists_one?: Maybe;\n /** insert data into the table: \"prize_elections\" */\n insert_prize_elections?: Maybe;\n /** insert a single row into the table: \"prize_elections\" */\n insert_prize_elections_one?: Maybe;\n /** insert data into the table: \"prizes\" */\n insert_prizes?: Maybe;\n /** insert a single row into the table: \"prizes\" */\n insert_prizes_one?: Maybe;\n /** insert data into the table: \"registrations\" */\n insert_registrations?: Maybe;\n /** insert a single row into the table: \"registrations\" */\n insert_registrations_one?: Maybe;\n /** insert data into the table: \"selection_ballots\" */\n insert_selection_ballots?: Maybe;\n /** insert a single row into the table: \"selection_ballots\" */\n insert_selection_ballots_one?: Maybe;\n /** insert data into the table: \"selection_feedback\" */\n insert_selection_feedback?: Maybe;\n /** insert a single row into the table: \"selection_feedback\" */\n insert_selection_feedback_one?: Maybe;\n /** insert data into the table: \"selection_metrics\" */\n insert_selection_metrics?: Maybe;\n /** insert a single row into the table: \"selection_metrics\" */\n insert_selection_metrics_one?: Maybe;\n /** insert data into the table: \"selection_progress\" */\n insert_selection_progress?: Maybe;\n /** insert a single row into the table: \"selection_progress\" */\n insert_selection_progress_one?: Maybe;\n /** insert data into the table: \"sharables\" */\n insert_sharables?: Maybe;\n /** insert a single row into the table: \"sharables\" */\n insert_sharables_one?: Maybe;\n /** insert data into the table: \"sms_votes\" */\n insert_sms_votes?: Maybe;\n /** insert a single row into the table: \"sms_votes\" */\n insert_sms_votes_one?: Maybe;\n /** insert data into the table: \"sponsors\" */\n insert_sponsors?: Maybe;\n /** insert a single row into the table: \"sponsors\" */\n insert_sponsors_one?: Maybe;\n /** insert data into the table: \"studios\" */\n insert_studios?: Maybe;\n /** insert a single row into the table: \"studios\" */\n insert_studios_one?: Maybe;\n /** insert data into the table: \"team_assets\" */\n insert_team_assets?: Maybe;\n /** insert a single row into the table: \"team_assets\" */\n insert_team_assets_one?: Maybe;\n /** insert data into the table: \"team_memberships\" */\n insert_team_memberships?: Maybe;\n /** insert a single row into the table: \"team_memberships\" */\n insert_team_memberships_one?: Maybe;\n /** insert data into the table: \"team_roles\" */\n insert_team_roles?: Maybe;\n /** insert a single row into the table: \"team_roles\" */\n insert_team_roles_one?: Maybe;\n /** insert data into the table: \"teams\" */\n insert_teams?: Maybe;\n /** insert a single row into the table: \"teams\" */\n insert_teams_one?: Maybe;\n /** insert data into the table: \"teams_with_awards_ceremony_checkins\" */\n insert_teams_with_awards_ceremony_checkins?: Maybe;\n /** insert a single row into the table: \"teams_with_awards_ceremony_checkins\" */\n insert_teams_with_awards_ceremony_checkins_one?: Maybe;\n /** insert data into the table: \"teams_with_checkins\" */\n insert_teams_with_checkins?: Maybe;\n /** insert a single row into the table: \"teams_with_checkins\" */\n insert_teams_with_checkins_one?: Maybe;\n /** insert data into the table: \"ticket_tailor_vouchers\" */\n insert_ticket_tailor_vouchers?: Maybe;\n /** insert a single row into the table: \"ticket_tailor_vouchers\" */\n insert_ticket_tailor_vouchers_one?: Maybe;\n /** insert data into the table: \"users\" */\n insert_users?: Maybe;\n /** insert a single row into the table: \"users\" */\n insert_users_one?: Maybe;\n joinLiveKitExitInterview: Scalars['String']['output'];\n muxCreateFiveFestUpload: Scalars['String']['output'];\n muxCreateSpace?: Maybe;\n muxCreateUpload: Scalars['String']['output'];\n muxJoinSpace: Scalars['String']['output'];\n muxStreamSpace: Scalars['String']['output'];\n obscureRegistrationLink: Scalars['String']['output'];\n provideRegistrationSignature: Scalars['Boolean']['output'];\n recordAwardsCeremonyCheckin: Scalars['Boolean']['output'];\n sendGuestSignatureMail?: Maybe;\n sendTeamInvitationMail?: Maybe;\n stripeCreateCheckoutSession: Scalars['String']['output'];\n stripeCreatePurchase: Scalars['String']['output'];\n stripeTerminalCancel: Scalars['Boolean']['output'];\n stripeTerminalCharge: Scalars['String']['output'];\n submitFiveFest: Scalars['Boolean']['output'];\n submitTeam: Scalars['Boolean']['output'];\n /** update data of the table: \"asset_exports\" */\n update_asset_exports?: Maybe;\n /** update single row of the table: \"asset_exports\" */\n update_asset_exports_by_pk?: Maybe;\n /** update multiples rows of table: \"asset_exports\" */\n update_asset_exports_many?: Maybe>>;\n /** update data of the table: \"asset_types\" */\n update_asset_types?: Maybe;\n /** update single row of the table: \"asset_types\" */\n update_asset_types_by_pk?: Maybe;\n /** update multiples rows of table: \"asset_types\" */\n update_asset_types_many?: Maybe>>;\n /** update data of the table: \"audience_favorite_votes\" */\n update_audience_favorite_votes?: Maybe;\n /** update single row of the table: \"audience_favorite_votes\" */\n update_audience_favorite_votes_by_pk?: Maybe;\n /** update multiples rows of table: \"audience_favorite_votes\" */\n update_audience_favorite_votes_many?: Maybe>>;\n /** update data of the table: \"award_asset_types\" */\n update_award_asset_types?: Maybe;\n /** update single row of the table: \"award_asset_types\" */\n update_award_asset_types_by_pk?: Maybe;\n /** update multiples rows of table: \"award_asset_types\" */\n update_award_asset_types_many?: Maybe>>;\n /** update data of the table: \"award_winners\" */\n update_award_winners?: Maybe;\n /** update single row of the table: \"award_winners\" */\n update_award_winners_by_pk?: Maybe;\n /** update multiples rows of table: \"award_winners\" */\n update_award_winners_many?: Maybe>>;\n /** update data of the table: \"awards\" */\n update_awards?: Maybe;\n /** update single row of the table: \"awards\" */\n update_awards_by_pk?: Maybe;\n /** update data of the table: \"awards_ceremony_checkins\" */\n update_awards_ceremony_checkins?: Maybe;\n /** update single row of the table: \"awards_ceremony_checkins\" */\n update_awards_ceremony_checkins_by_pk?: Maybe;\n /** update multiples rows of table: \"awards_ceremony_checkins\" */\n update_awards_ceremony_checkins_many?: Maybe>>;\n /** update multiples rows of table: \"awards\" */\n update_awards_many?: Maybe>>;\n /** update data of the table: \"countries\" */\n update_countries?: Maybe;\n /** update single row of the table: \"countries\" */\n update_countries_by_pk?: Maybe;\n /** update multiples rows of table: \"countries\" */\n update_countries_many?: Maybe>>;\n /** update data of the table: \"exit_interview_recordings\" */\n update_exit_interview_recordings?: Maybe;\n /** update single row of the table: \"exit_interview_recordings\" */\n update_exit_interview_recordings_by_pk?: Maybe;\n /** update multiples rows of table: \"exit_interview_recordings\" */\n update_exit_interview_recordings_many?: Maybe>>;\n /** update data of the table: \"exit_interviews\" */\n update_exit_interviews?: Maybe;\n /** update single row of the table: \"exit_interviews\" */\n update_exit_interviews_by_pk?: Maybe;\n /** update multiples rows of table: \"exit_interviews\" */\n update_exit_interviews_many?: Maybe>>;\n /** update data of the table: \"expertise\" */\n update_expertise?: Maybe;\n /** update single row of the table: \"expertise\" */\n update_expertise_by_pk?: Maybe;\n /** update multiples rows of table: \"expertise\" */\n update_expertise_many?: Maybe>>;\n /** update data of the table: \"festival_badge_type_event_type\" */\n update_festival_badge_type_event_type?: Maybe;\n /** update single row of the table: \"festival_badge_type_event_type\" */\n update_festival_badge_type_event_type_by_pk?: Maybe;\n /** update multiples rows of table: \"festival_badge_type_event_type\" */\n update_festival_badge_type_event_type_many?: Maybe>>;\n /** update data of the table: \"festival_badge_types\" */\n update_festival_badge_types?: Maybe;\n /** update single row of the table: \"festival_badge_types\" */\n update_festival_badge_types_by_pk?: Maybe;\n /** update multiples rows of table: \"festival_badge_types\" */\n update_festival_badge_types_many?: Maybe>>;\n /** update data of the table: \"festival_badges\" */\n update_festival_badges?: Maybe;\n /** update single row of the table: \"festival_badges\" */\n update_festival_badges_by_pk?: Maybe;\n /** update multiples rows of table: \"festival_badges\" */\n update_festival_badges_many?: Maybe>>;\n /** update data of the table: \"festival_event_locations\" */\n update_festival_event_locations?: Maybe;\n /** update single row of the table: \"festival_event_locations\" */\n update_festival_event_locations_by_pk?: Maybe;\n /** update multiples rows of table: \"festival_event_locations\" */\n update_festival_event_locations_many?: Maybe>>;\n /** update data of the table: \"festival_event_types\" */\n update_festival_event_types?: Maybe;\n /** update single row of the table: \"festival_event_types\" */\n update_festival_event_types_by_pk?: Maybe;\n /** update multiples rows of table: \"festival_event_types\" */\n update_festival_event_types_many?: Maybe>>;\n /** update data of the table: \"festival_events\" */\n update_festival_events?: Maybe;\n /** update single row of the table: \"festival_events\" */\n update_festival_events_by_pk?: Maybe;\n /** update multiples rows of table: \"festival_events\" */\n update_festival_events_many?: Maybe>>;\n /** update data of the table: \"festival_genres\" */\n update_festival_genres?: Maybe;\n /** update single row of the table: \"festival_genres\" */\n update_festival_genres_by_pk?: Maybe;\n /** update multiples rows of table: \"festival_genres\" */\n update_festival_genres_many?: Maybe>>;\n /** update data of the table: \"festival_submission_assets\" */\n update_festival_submission_assets?: Maybe;\n /** update single row of the table: \"festival_submission_assets\" */\n update_festival_submission_assets_by_pk?: Maybe;\n /** update multiples rows of table: \"festival_submission_assets\" */\n update_festival_submission_assets_many?: Maybe>>;\n /** update data of the table: \"festival_submission_feedback\" */\n update_festival_submission_feedback?: Maybe;\n /** update single row of the table: \"festival_submission_feedback\" */\n update_festival_submission_feedback_by_pk?: Maybe;\n /** update multiples rows of table: \"festival_submission_feedback\" */\n update_festival_submission_feedback_many?: Maybe>>;\n /** update data of the table: \"festival_submission_vouchers\" */\n update_festival_submission_vouchers?: Maybe;\n /** update single row of the table: \"festival_submission_vouchers\" */\n update_festival_submission_vouchers_by_pk?: Maybe;\n /** update multiples rows of table: \"festival_submission_vouchers\" */\n update_festival_submission_vouchers_many?: Maybe>>;\n /** update data of the table: \"festival_submissions\" */\n update_festival_submissions?: Maybe;\n /** update single row of the table: \"festival_submissions\" */\n update_festival_submissions_by_pk?: Maybe;\n /** update multiples rows of table: \"festival_submissions\" */\n update_festival_submissions_many?: Maybe>>;\n /** update data of the table: \"festival_tickets\" */\n update_festival_tickets?: Maybe;\n /** update single row of the table: \"festival_tickets\" */\n update_festival_tickets_by_pk?: Maybe;\n /** update multiples rows of table: \"festival_tickets\" */\n update_festival_tickets_many?: Maybe>>;\n /** update data of the table: \"film_festivals\" */\n update_film_festivals?: Maybe;\n /** update single row of the table: \"film_festivals\" */\n update_film_festivals_by_pk?: Maybe;\n /** update multiples rows of table: \"film_festivals\" */\n update_film_festivals_many?: Maybe>>;\n /** update data of the table: \"film_group_festival_submissions\" */\n update_film_group_festival_submissions?: Maybe;\n /** update single row of the table: \"film_group_festival_submissions\" */\n update_film_group_festival_submissions_by_pk?: Maybe;\n /** update multiples rows of table: \"film_group_festival_submissions\" */\n update_film_group_festival_submissions_many?: Maybe>>;\n /** update data of the table: \"film_group_films\" */\n update_film_group_films?: Maybe;\n /** update single row of the table: \"film_group_films\" */\n update_film_group_films_by_pk?: Maybe;\n /** update multiples rows of table: \"film_group_films\" */\n update_film_group_films_many?: Maybe>>;\n /** update data of the table: \"film_group_users\" */\n update_film_group_users?: Maybe;\n /** update single row of the table: \"film_group_users\" */\n update_film_group_users_by_pk?: Maybe;\n /** update multiples rows of table: \"film_group_users\" */\n update_film_group_users_many?: Maybe>>;\n /** update data of the table: \"film_groups\" */\n update_film_groups?: Maybe;\n /** update single row of the table: \"film_groups\" */\n update_film_groups_by_pk?: Maybe;\n /** update multiples rows of table: \"film_groups\" */\n update_film_groups_many?: Maybe>>;\n /** update data of the table: \"films\" */\n update_films?: Maybe;\n /** update single row of the table: \"films\" */\n update_films_by_pk?: Maybe;\n /** update multiples rows of table: \"films\" */\n update_films_many?: Maybe>>;\n /** update data of the table: \"genres\" */\n update_genres?: Maybe;\n /** update single row of the table: \"genres\" */\n update_genres_by_pk?: Maybe;\n /** update multiples rows of table: \"genres\" */\n update_genres_many?: Maybe>>;\n /** update data of the table: \"kickoff_checkins\" */\n update_kickoff_checkins?: Maybe;\n /** update single row of the table: \"kickoff_checkins\" */\n update_kickoff_checkins_by_pk?: Maybe;\n /** update multiples rows of table: \"kickoff_checkins\" */\n update_kickoff_checkins_many?: Maybe>>;\n /** update data of the table: \"location_releases\" */\n update_location_releases?: Maybe;\n /** update single row of the table: \"location_releases\" */\n update_location_releases_by_pk?: Maybe;\n /** update multiples rows of table: \"location_releases\" */\n update_location_releases_many?: Maybe>>;\n /** update data of the table: \"matchup_requests\" */\n update_matchup_requests?: Maybe;\n /** update single row of the table: \"matchup_requests\" */\n update_matchup_requests_by_pk?: Maybe;\n /** update multiples rows of table: \"matchup_requests\" */\n update_matchup_requests_many?: Maybe>>;\n /** update data of the table: \"music_releases\" */\n update_music_releases?: Maybe;\n /** update single row of the table: \"music_releases\" */\n update_music_releases_by_pk?: Maybe;\n /** update multiples rows of table: \"music_releases\" */\n update_music_releases_many?: Maybe>>;\n /** update data of the table: \"nomination_assets\" */\n update_nomination_assets?: Maybe;\n /** update single row of the table: \"nomination_assets\" */\n update_nomination_assets_by_pk?: Maybe;\n /** update multiples rows of table: \"nomination_assets\" */\n update_nomination_assets_many?: Maybe>>;\n /** update data of the table: \"nominations\" */\n update_nominations?: Maybe;\n /** update single row of the table: \"nominations\" */\n update_nominations_by_pk?: Maybe;\n /** update multiples rows of table: \"nominations\" */\n update_nominations_many?: Maybe>>;\n /** update data of the table: \"online_screening_tickets\" */\n update_online_screening_tickets?: Maybe;\n /** update single row of the table: \"online_screening_tickets\" */\n update_online_screening_tickets_by_pk?: Maybe;\n /** update multiples rows of table: \"online_screening_tickets\" */\n update_online_screening_tickets_many?: Maybe>>;\n /** update data of the table: \"payments\" */\n update_payments?: Maybe;\n /** update single row of the table: \"payments\" */\n update_payments_by_pk?: Maybe;\n /** update multiples rows of table: \"payments\" */\n update_payments_many?: Maybe>>;\n /** update data of the table: \"playlist_team\" */\n update_playlist_team?: Maybe;\n /** update single row of the table: \"playlist_team\" */\n update_playlist_team_by_pk?: Maybe;\n /** update multiples rows of table: \"playlist_team\" */\n update_playlist_team_many?: Maybe>>;\n /** update data of the table: \"playlists\" */\n update_playlists?: Maybe;\n /** update single row of the table: \"playlists\" */\n update_playlists_by_pk?: Maybe;\n /** update multiples rows of table: \"playlists\" */\n update_playlists_many?: Maybe>>;\n /** update data of the table: \"prize_elections\" */\n update_prize_elections?: Maybe;\n /** update multiples rows of table: \"prize_elections\" */\n update_prize_elections_many?: Maybe>>;\n /** update data of the table: \"prizes\" */\n update_prizes?: Maybe;\n /** update single row of the table: \"prizes\" */\n update_prizes_by_pk?: Maybe;\n /** update multiples rows of table: \"prizes\" */\n update_prizes_many?: Maybe>>;\n /** update data of the table: \"registrations\" */\n update_registrations?: Maybe;\n /** update single row of the table: \"registrations\" */\n update_registrations_by_pk?: Maybe;\n /** update multiples rows of table: \"registrations\" */\n update_registrations_many?: Maybe>>;\n /** update data of the table: \"selection_ballots\" */\n update_selection_ballots?: Maybe;\n /** update single row of the table: \"selection_ballots\" */\n update_selection_ballots_by_pk?: Maybe;\n /** update multiples rows of table: \"selection_ballots\" */\n update_selection_ballots_many?: Maybe>>;\n /** update data of the table: \"selection_feedback\" */\n update_selection_feedback?: Maybe;\n /** update single row of the table: \"selection_feedback\" */\n update_selection_feedback_by_pk?: Maybe;\n /** update multiples rows of table: \"selection_feedback\" */\n update_selection_feedback_many?: Maybe>>;\n /** update data of the table: \"selection_metrics\" */\n update_selection_metrics?: Maybe;\n /** update single row of the table: \"selection_metrics\" */\n update_selection_metrics_by_pk?: Maybe;\n /** update multiples rows of table: \"selection_metrics\" */\n update_selection_metrics_many?: Maybe>>;\n /** update data of the table: \"selection_progress\" */\n update_selection_progress?: Maybe;\n /** update single row of the table: \"selection_progress\" */\n update_selection_progress_by_pk?: Maybe;\n /** update multiples rows of table: \"selection_progress\" */\n update_selection_progress_many?: Maybe>>;\n /** update data of the table: \"sharables\" */\n update_sharables?: Maybe;\n /** update single row of the table: \"sharables\" */\n update_sharables_by_pk?: Maybe;\n /** update multiples rows of table: \"sharables\" */\n update_sharables_many?: Maybe>>;\n /** update data of the table: \"sms_votes\" */\n update_sms_votes?: Maybe;\n /** update single row of the table: \"sms_votes\" */\n update_sms_votes_by_pk?: Maybe;\n /** update multiples rows of table: \"sms_votes\" */\n update_sms_votes_many?: Maybe>>;\n /** update data of the table: \"sponsors\" */\n update_sponsors?: Maybe;\n /** update single row of the table: \"sponsors\" */\n update_sponsors_by_pk?: Maybe;\n /** update multiples rows of table: \"sponsors\" */\n update_sponsors_many?: Maybe>>;\n /** update data of the table: \"studios\" */\n update_studios?: Maybe;\n /** update single row of the table: \"studios\" */\n update_studios_by_pk?: Maybe;\n /** update multiples rows of table: \"studios\" */\n update_studios_many?: Maybe>>;\n /** update data of the table: \"team_assets\" */\n update_team_assets?: Maybe;\n /** update single row of the table: \"team_assets\" */\n update_team_assets_by_pk?: Maybe;\n /** update multiples rows of table: \"team_assets\" */\n update_team_assets_many?: Maybe>>;\n /** update data of the table: \"team_memberships\" */\n update_team_memberships?: Maybe;\n /** update single row of the table: \"team_memberships\" */\n update_team_memberships_by_pk?: Maybe;\n /** update multiples rows of table: \"team_memberships\" */\n update_team_memberships_many?: Maybe>>;\n /** update data of the table: \"team_roles\" */\n update_team_roles?: Maybe;\n /** update single row of the table: \"team_roles\" */\n update_team_roles_by_pk?: Maybe;\n /** update multiples rows of table: \"team_roles\" */\n update_team_roles_many?: Maybe>>;\n /** update data of the table: \"teams\" */\n update_teams?: Maybe;\n /** update single row of the table: \"teams\" */\n update_teams_by_pk?: Maybe;\n /** update multiples rows of table: \"teams\" */\n update_teams_many?: Maybe>>;\n /** update data of the table: \"teams_with_awards_ceremony_checkins\" */\n update_teams_with_awards_ceremony_checkins?: Maybe;\n /** update multiples rows of table: \"teams_with_awards_ceremony_checkins\" */\n update_teams_with_awards_ceremony_checkins_many?: Maybe>>;\n /** update data of the table: \"teams_with_checkins\" */\n update_teams_with_checkins?: Maybe;\n /** update multiples rows of table: \"teams_with_checkins\" */\n update_teams_with_checkins_many?: Maybe>>;\n /** update data of the table: \"ticket_tailor_vouchers\" */\n update_ticket_tailor_vouchers?: Maybe;\n /** update single row of the table: \"ticket_tailor_vouchers\" */\n update_ticket_tailor_vouchers_by_pk?: Maybe;\n /** update multiples rows of table: \"ticket_tailor_vouchers\" */\n update_ticket_tailor_vouchers_many?: Maybe>>;\n /** update data of the table: \"users\" */\n update_users?: Maybe;\n /** update single row of the table: \"users\" */\n update_users_by_pk?: Maybe;\n /** update multiples rows of table: \"users\" */\n update_users_many?: Maybe>>;\n};\n\n\n/** mutation root */\nexport type Mutation_RootAssetSignArgs = {\n name: Scalars['String']['input'];\n};\n\n\n/** mutation root */\nexport type Mutation_RootAssetUploadArgs = {\n filename: Scalars['String']['input'];\n};\n\n\n/** mutation root */\nexport type Mutation_RootClaimFestivalSubmissionVoucherArgs = {\n festivalSubmissionId: Scalars['Int']['input'];\n voucherId: Scalars['Int']['input'];\n};\n\n\n/** mutation root */\nexport type Mutation_RootCrispRequestSignatureArgs = {\n teamMembershipId: Scalars['Int']['input'];\n};\n\n\n/** mutation root */\nexport type Mutation_RootCrispTriggerInviteArgs = {\n teamMembershipId: Scalars['Int']['input'];\n};\n\n\n/** mutation root */\nexport type Mutation_RootDelete_Asset_ExportsArgs = {\n where: Asset_Exports_Bool_Exp;\n};\n\n\n/** mutation root */\nexport type Mutation_RootDelete_Asset_Exports_By_PkArgs = {\n id: Scalars['Int']['input'];\n};\n\n\n/** mutation root */\nexport type Mutation_RootDelete_Asset_TypesArgs = {\n where: Asset_Types_Bool_Exp;\n};\n\n\n/** mutation root */\nexport type Mutation_RootDelete_Asset_Types_By_PkArgs = {\n id: Scalars['numeric']['input'];\n};\n\n\n/** mutation root */\nexport type Mutation_RootDelete_Audience_Favorite_VotesArgs = {\n where: Audience_Favorite_Votes_Bool_Exp;\n};\n\n\n/** mutation root */\nexport type Mutation_RootDelete_Audience_Favorite_Votes_By_PkArgs = {\n id: Scalars['Int']['input'];\n};\n\n\n/** mutation root */\nexport type Mutation_RootDelete_Award_Asset_TypesArgs = {\n where: Award_Asset_Types_Bool_Exp;\n};\n\n\n/** mutation root */\nexport type Mutation_RootDelete_Award_Asset_Types_By_PkArgs = {\n id: Scalars['numeric']['input'];\n};\n\n\n/** mutation root */\nexport type Mutation_RootDelete_Award_WinnersArgs = {\n where: Award_Winners_Bool_Exp;\n};\n\n\n/** mutation root */\nexport type Mutation_RootDelete_Award_Winners_By_PkArgs = {\n id: Scalars['Int']['input'];\n};\n\n\n/** mutation root */\nexport type Mutation_RootDelete_AwardsArgs = {\n where: Awards_Bool_Exp;\n};\n\n\n/** mutation root */\nexport type Mutation_RootDelete_Awards_By_PkArgs = {\n id: Scalars['numeric']['input'];\n};\n\n\n/** mutation root */\nexport type Mutation_RootDelete_Awards_Ceremony_CheckinsArgs = {\n where: Awards_Ceremony_Checkins_Bool_Exp;\n};\n\n\n/** mutation root */\nexport type Mutation_RootDelete_Awards_Ceremony_Checkins_By_PkArgs = {\n id: Scalars['Int']['input'];\n};\n\n\n/** mutation root */\nexport type Mutation_RootDelete_CountriesArgs = {\n where: Countries_Bool_Exp;\n};\n\n\n/** mutation root */\nexport type Mutation_RootDelete_Countries_By_PkArgs = {\n id: Scalars['numeric']['input'];\n};\n\n\n/** mutation root */\nexport type Mutation_RootDelete_Exit_Interview_RecordingsArgs = {\n where: Exit_Interview_Recordings_Bool_Exp;\n};\n\n\n/** mutation root */\nexport type Mutation_RootDelete_Exit_Interview_Recordings_By_PkArgs = {\n id: Scalars['Int']['input'];\n};\n\n\n/** mutation root */\nexport type Mutation_RootDelete_Exit_InterviewsArgs = {\n where: Exit_Interviews_Bool_Exp;\n};\n\n\n/** mutation root */\nexport type Mutation_RootDelete_Exit_Interviews_By_PkArgs = {\n id: Scalars['Int']['input'];\n};\n\n\n/** mutation root */\nexport type Mutation_RootDelete_ExpertiseArgs = {\n where: Expertise_Bool_Exp;\n};\n\n\n/** mutation root */\nexport type Mutation_RootDelete_Expertise_By_PkArgs = {\n id: Scalars['numeric']['input'];\n};\n\n\n/** mutation root */\nexport type Mutation_RootDelete_Festival_Badge_Type_Event_TypeArgs = {\n where: Festival_Badge_Type_Event_Type_Bool_Exp;\n};\n\n\n/** mutation root */\nexport type Mutation_RootDelete_Festival_Badge_Type_Event_Type_By_PkArgs = {\n id: Scalars['Int']['input'];\n};\n\n\n/** mutation root */\nexport type Mutation_RootDelete_Festival_Badge_TypesArgs = {\n where: Festival_Badge_Types_Bool_Exp;\n};\n\n\n/** mutation root */\nexport type Mutation_RootDelete_Festival_Badge_Types_By_PkArgs = {\n id: Scalars['Int']['input'];\n};\n\n\n/** mutation root */\nexport type Mutation_RootDelete_Festival_BadgesArgs = {\n where: Festival_Badges_Bool_Exp;\n};\n\n\n/** mutation root */\nexport type Mutation_RootDelete_Festival_Badges_By_PkArgs = {\n id: Scalars['Int']['input'];\n};\n\n\n/** mutation root */\nexport type Mutation_RootDelete_Festival_Event_LocationsArgs = {\n where: Festival_Event_Locations_Bool_Exp;\n};\n\n\n/** mutation root */\nexport type Mutation_RootDelete_Festival_Event_Locations_By_PkArgs = {\n id: Scalars['Int']['input'];\n};\n\n\n/** mutation root */\nexport type Mutation_RootDelete_Festival_Event_TypesArgs = {\n where: Festival_Event_Types_Bool_Exp;\n};\n\n\n/** mutation root */\nexport type Mutation_RootDelete_Festival_Event_Types_By_PkArgs = {\n id: Scalars['Int']['input'];\n};\n\n\n/** mutation root */\nexport type Mutation_RootDelete_Festival_EventsArgs = {\n where: Festival_Events_Bool_Exp;\n};\n\n\n/** mutation root */\nexport type Mutation_RootDelete_Festival_Events_By_PkArgs = {\n id: Scalars['Int']['input'];\n};\n\n\n/** mutation root */\nexport type Mutation_RootDelete_Festival_GenresArgs = {\n where: Festival_Genres_Bool_Exp;\n};\n\n\n/** mutation root */\nexport type Mutation_RootDelete_Festival_Genres_By_PkArgs = {\n id: Scalars['Int']['input'];\n};\n\n\n/** mutation root */\nexport type Mutation_RootDelete_Festival_Submission_AssetsArgs = {\n where: Festival_Submission_Assets_Bool_Exp;\n};\n\n\n/** mutation root */\nexport type Mutation_RootDelete_Festival_Submission_Assets_By_PkArgs = {\n id: Scalars['Int']['input'];\n};\n\n\n/** mutation root */\nexport type Mutation_RootDelete_Festival_Submission_FeedbackArgs = {\n where: Festival_Submission_Feedback_Bool_Exp;\n};\n\n\n/** mutation root */\nexport type Mutation_RootDelete_Festival_Submission_Feedback_By_PkArgs = {\n id: Scalars['Int']['input'];\n};\n\n\n/** mutation root */\nexport type Mutation_RootDelete_Festival_Submission_VouchersArgs = {\n where: Festival_Submission_Vouchers_Bool_Exp;\n};\n\n\n/** mutation root */\nexport type Mutation_RootDelete_Festival_Submission_Vouchers_By_PkArgs = {\n id: Scalars['Int']['input'];\n};\n\n\n/** mutation root */\nexport type Mutation_RootDelete_Festival_SubmissionsArgs = {\n where: Festival_Submissions_Bool_Exp;\n};\n\n\n/** mutation root */\nexport type Mutation_RootDelete_Festival_Submissions_By_PkArgs = {\n id: Scalars['Int']['input'];\n};\n\n\n/** mutation root */\nexport type Mutation_RootDelete_Festival_TicketsArgs = {\n where: Festival_Tickets_Bool_Exp;\n};\n\n\n/** mutation root */\nexport type Mutation_RootDelete_Festival_Tickets_By_PkArgs = {\n id: Scalars['Int']['input'];\n};\n\n\n/** mutation root */\nexport type Mutation_RootDelete_Film_FestivalsArgs = {\n where: Film_Festivals_Bool_Exp;\n};\n\n\n/** mutation root */\nexport type Mutation_RootDelete_Film_Festivals_By_PkArgs = {\n id: Scalars['numeric']['input'];\n};\n\n\n/** mutation root */\nexport type Mutation_RootDelete_Film_Group_Festival_SubmissionsArgs = {\n where: Film_Group_Festival_Submissions_Bool_Exp;\n};\n\n\n/** mutation root */\nexport type Mutation_RootDelete_Film_Group_Festival_Submissions_By_PkArgs = {\n id: Scalars['Int']['input'];\n};\n\n\n/** mutation root */\nexport type Mutation_RootDelete_Film_Group_FilmsArgs = {\n where: Film_Group_Films_Bool_Exp;\n};\n\n\n/** mutation root */\nexport type Mutation_RootDelete_Film_Group_Films_By_PkArgs = {\n id: Scalars['Int']['input'];\n};\n\n\n/** mutation root */\nexport type Mutation_RootDelete_Film_Group_UsersArgs = {\n where: Film_Group_Users_Bool_Exp;\n};\n\n\n/** mutation root */\nexport type Mutation_RootDelete_Film_Group_Users_By_PkArgs = {\n id: Scalars['Int']['input'];\n};\n\n\n/** mutation root */\nexport type Mutation_RootDelete_Film_GroupsArgs = {\n where: Film_Groups_Bool_Exp;\n};\n\n\n/** mutation root */\nexport type Mutation_RootDelete_Film_Groups_By_PkArgs = {\n id: Scalars['Int']['input'];\n};\n\n\n/** mutation root */\nexport type Mutation_RootDelete_FilmsArgs = {\n where: Films_Bool_Exp;\n};\n\n\n/** mutation root */\nexport type Mutation_RootDelete_Films_By_PkArgs = {\n id: Scalars['numeric']['input'];\n};\n\n\n/** mutation root */\nexport type Mutation_RootDelete_GenresArgs = {\n where: Genres_Bool_Exp;\n};\n\n\n/** mutation root */\nexport type Mutation_RootDelete_Genres_By_PkArgs = {\n id: Scalars['numeric']['input'];\n};\n\n\n/** mutation root */\nexport type Mutation_RootDelete_Kickoff_CheckinsArgs = {\n where: Kickoff_Checkins_Bool_Exp;\n};\n\n\n/** mutation root */\nexport type Mutation_RootDelete_Kickoff_Checkins_By_PkArgs = {\n id: Scalars['numeric']['input'];\n};\n\n\n/** mutation root */\nexport type Mutation_RootDelete_Location_ReleasesArgs = {\n where: Location_Releases_Bool_Exp;\n};\n\n\n/** mutation root */\nexport type Mutation_RootDelete_Location_Releases_By_PkArgs = {\n id: Scalars['numeric']['input'];\n};\n\n\n/** mutation root */\nexport type Mutation_RootDelete_Matchup_RequestsArgs = {\n where: Matchup_Requests_Bool_Exp;\n};\n\n\n/** mutation root */\nexport type Mutation_RootDelete_Matchup_Requests_By_PkArgs = {\n id: Scalars['numeric']['input'];\n};\n\n\n/** mutation root */\nexport type Mutation_RootDelete_Music_ReleasesArgs = {\n where: Music_Releases_Bool_Exp;\n};\n\n\n/** mutation root */\nexport type Mutation_RootDelete_Music_Releases_By_PkArgs = {\n id: Scalars['numeric']['input'];\n};\n\n\n/** mutation root */\nexport type Mutation_RootDelete_Nomination_AssetsArgs = {\n where: Nomination_Assets_Bool_Exp;\n};\n\n\n/** mutation root */\nexport type Mutation_RootDelete_Nomination_Assets_By_PkArgs = {\n id: Scalars['numeric']['input'];\n};\n\n\n/** mutation root */\nexport type Mutation_RootDelete_NominationsArgs = {\n where: Nominations_Bool_Exp;\n};\n\n\n/** mutation root */\nexport type Mutation_RootDelete_Nominations_By_PkArgs = {\n id: Scalars['numeric']['input'];\n};\n\n\n/** mutation root */\nexport type Mutation_RootDelete_Online_Screening_TicketsArgs = {\n where: Online_Screening_Tickets_Bool_Exp;\n};\n\n\n/** mutation root */\nexport type Mutation_RootDelete_Online_Screening_Tickets_By_PkArgs = {\n id: Scalars['Int']['input'];\n};\n\n\n/** mutation root */\nexport type Mutation_RootDelete_PaymentsArgs = {\n where: Payments_Bool_Exp;\n};\n\n\n/** mutation root */\nexport type Mutation_RootDelete_Payments_By_PkArgs = {\n id: Scalars['numeric']['input'];\n};\n\n\n/** mutation root */\nexport type Mutation_RootDelete_Playlist_TeamArgs = {\n where: Playlist_Team_Bool_Exp;\n};\n\n\n/** mutation root */\nexport type Mutation_RootDelete_Playlist_Team_By_PkArgs = {\n id: Scalars['Int']['input'];\n};\n\n\n/** mutation root */\nexport type Mutation_RootDelete_PlaylistsArgs = {\n where: Playlists_Bool_Exp;\n};\n\n\n/** mutation root */\nexport type Mutation_RootDelete_Playlists_By_PkArgs = {\n id: Scalars['Int']['input'];\n};\n\n\n/** mutation root */\nexport type Mutation_RootDelete_Prize_ElectionsArgs = {\n where: Prize_Elections_Bool_Exp;\n};\n\n\n/** mutation root */\nexport type Mutation_RootDelete_PrizesArgs = {\n where: Prizes_Bool_Exp;\n};\n\n\n/** mutation root */\nexport type Mutation_RootDelete_Prizes_By_PkArgs = {\n id: Scalars['numeric']['input'];\n};\n\n\n/** mutation root */\nexport type Mutation_RootDelete_RegistrationsArgs = {\n where: Registrations_Bool_Exp;\n};\n\n\n/** mutation root */\nexport type Mutation_RootDelete_Registrations_By_PkArgs = {\n id: Scalars['numeric']['input'];\n};\n\n\n/** mutation root */\nexport type Mutation_RootDelete_Selection_BallotsArgs = {\n where: Selection_Ballots_Bool_Exp;\n};\n\n\n/** mutation root */\nexport type Mutation_RootDelete_Selection_Ballots_By_PkArgs = {\n id: Scalars['Int']['input'];\n};\n\n\n/** mutation root */\nexport type Mutation_RootDelete_Selection_FeedbackArgs = {\n where: Selection_Feedback_Bool_Exp;\n};\n\n\n/** mutation root */\nexport type Mutation_RootDelete_Selection_Feedback_By_PkArgs = {\n id: Scalars['Int']['input'];\n};\n\n\n/** mutation root */\nexport type Mutation_RootDelete_Selection_MetricsArgs = {\n where: Selection_Metrics_Bool_Exp;\n};\n\n\n/** mutation root */\nexport type Mutation_RootDelete_Selection_Metrics_By_PkArgs = {\n id: Scalars['Int']['input'];\n};\n\n\n/** mutation root */\nexport type Mutation_RootDelete_Selection_ProgressArgs = {\n where: Selection_Progress_Bool_Exp;\n};\n\n\n/** mutation root */\nexport type Mutation_RootDelete_Selection_Progress_By_PkArgs = {\n id: Scalars['Int']['input'];\n};\n\n\n/** mutation root */\nexport type Mutation_RootDelete_SharablesArgs = {\n where: Sharables_Bool_Exp;\n};\n\n\n/** mutation root */\nexport type Mutation_RootDelete_Sharables_By_PkArgs = {\n id: Scalars['Int']['input'];\n};\n\n\n/** mutation root */\nexport type Mutation_RootDelete_Sms_VotesArgs = {\n where: Sms_Votes_Bool_Exp;\n};\n\n\n/** mutation root */\nexport type Mutation_RootDelete_Sms_Votes_By_PkArgs = {\n id: Scalars['Int']['input'];\n};\n\n\n/** mutation root */\nexport type Mutation_RootDelete_SponsorsArgs = {\n where: Sponsors_Bool_Exp;\n};\n\n\n/** mutation root */\nexport type Mutation_RootDelete_Sponsors_By_PkArgs = {\n id: Scalars['numeric']['input'];\n};\n\n\n/** mutation root */\nexport type Mutation_RootDelete_StudiosArgs = {\n where: Studios_Bool_Exp;\n};\n\n\n/** mutation root */\nexport type Mutation_RootDelete_Studios_By_PkArgs = {\n id: Scalars['Int']['input'];\n};\n\n\n/** mutation root */\nexport type Mutation_RootDelete_Team_AssetsArgs = {\n where: Team_Assets_Bool_Exp;\n};\n\n\n/** mutation root */\nexport type Mutation_RootDelete_Team_Assets_By_PkArgs = {\n id: Scalars['numeric']['input'];\n};\n\n\n/** mutation root */\nexport type Mutation_RootDelete_Team_MembershipsArgs = {\n where: Team_Memberships_Bool_Exp;\n};\n\n\n/** mutation root */\nexport type Mutation_RootDelete_Team_Memberships_By_PkArgs = {\n id: Scalars['numeric']['input'];\n};\n\n\n/** mutation root */\nexport type Mutation_RootDelete_Team_RolesArgs = {\n where: Team_Roles_Bool_Exp;\n};\n\n\n/** mutation root */\nexport type Mutation_RootDelete_Team_Roles_By_PkArgs = {\n id: Scalars['numeric']['input'];\n};\n\n\n/** mutation root */\nexport type Mutation_RootDelete_TeamsArgs = {\n where: Teams_Bool_Exp;\n};\n\n\n/** mutation root */\nexport type Mutation_RootDelete_Teams_By_PkArgs = {\n id: Scalars['numeric']['input'];\n};\n\n\n/** mutation root */\nexport type Mutation_RootDelete_Teams_With_Awards_Ceremony_CheckinsArgs = {\n where: Teams_With_Awards_Ceremony_Checkins_Bool_Exp;\n};\n\n\n/** mutation root */\nexport type Mutation_RootDelete_Teams_With_CheckinsArgs = {\n where: Teams_With_Checkins_Bool_Exp;\n};\n\n\n/** mutation root */\nexport type Mutation_RootDelete_Ticket_Tailor_VouchersArgs = {\n where: Ticket_Tailor_Vouchers_Bool_Exp;\n};\n\n\n/** mutation root */\nexport type Mutation_RootDelete_Ticket_Tailor_Vouchers_By_PkArgs = {\n id: Scalars['Int']['input'];\n};\n\n\n/** mutation root */\nexport type Mutation_RootDelete_UsersArgs = {\n where: Users_Bool_Exp;\n};\n\n\n/** mutation root */\nexport type Mutation_RootDelete_Users_By_PkArgs = {\n id: Scalars['numeric']['input'];\n};\n\n\n/** mutation root */\nexport type Mutation_RootInsert_Asset_ExportsArgs = {\n objects: Array;\n on_conflict?: InputMaybe;\n};\n\n\n/** mutation root */\nexport type Mutation_RootInsert_Asset_Exports_OneArgs = {\n object: Asset_Exports_Insert_Input;\n on_conflict?: InputMaybe;\n};\n\n\n/** mutation root */\nexport type Mutation_RootInsert_Asset_TypesArgs = {\n objects: Array;\n on_conflict?: InputMaybe;\n};\n\n\n/** mutation root */\nexport type Mutation_RootInsert_Asset_Types_OneArgs = {\n object: Asset_Types_Insert_Input;\n on_conflict?: InputMaybe;\n};\n\n\n/** mutation root */\nexport type Mutation_RootInsert_Audience_Favorite_VotesArgs = {\n objects: Array;\n on_conflict?: InputMaybe;\n};\n\n\n/** mutation root */\nexport type Mutation_RootInsert_Audience_Favorite_Votes_OneArgs = {\n object: Audience_Favorite_Votes_Insert_Input;\n on_conflict?: InputMaybe;\n};\n\n\n/** mutation root */\nexport type Mutation_RootInsert_Award_Asset_TypesArgs = {\n objects: Array;\n on_conflict?: InputMaybe;\n};\n\n\n/** mutation root */\nexport type Mutation_RootInsert_Award_Asset_Types_OneArgs = {\n object: Award_Asset_Types_Insert_Input;\n on_conflict?: InputMaybe;\n};\n\n\n/** mutation root */\nexport type Mutation_RootInsert_Award_WinnersArgs = {\n objects: Array;\n on_conflict?: InputMaybe;\n};\n\n\n/** mutation root */\nexport type Mutation_RootInsert_Award_Winners_OneArgs = {\n object: Award_Winners_Insert_Input;\n on_conflict?: InputMaybe;\n};\n\n\n/** mutation root */\nexport type Mutation_RootInsert_AwardsArgs = {\n objects: Array;\n on_conflict?: InputMaybe;\n};\n\n\n/** mutation root */\nexport type Mutation_RootInsert_Awards_Ceremony_CheckinsArgs = {\n objects: Array;\n on_conflict?: InputMaybe;\n};\n\n\n/** mutation root */\nexport type Mutation_RootInsert_Awards_Ceremony_Checkins_OneArgs = {\n object: Awards_Ceremony_Checkins_Insert_Input;\n on_conflict?: InputMaybe;\n};\n\n\n/** mutation root */\nexport type Mutation_RootInsert_Awards_OneArgs = {\n object: Awards_Insert_Input;\n on_conflict?: InputMaybe;\n};\n\n\n/** mutation root */\nexport type Mutation_RootInsert_CountriesArgs = {\n objects: Array;\n on_conflict?: InputMaybe;\n};\n\n\n/** mutation root */\nexport type Mutation_RootInsert_Countries_OneArgs = {\n object: Countries_Insert_Input;\n on_conflict?: InputMaybe;\n};\n\n\n/** mutation root */\nexport type Mutation_RootInsert_Exit_Interview_RecordingsArgs = {\n objects: Array;\n on_conflict?: InputMaybe;\n};\n\n\n/** mutation root */\nexport type Mutation_RootInsert_Exit_Interview_Recordings_OneArgs = {\n object: Exit_Interview_Recordings_Insert_Input;\n on_conflict?: InputMaybe;\n};\n\n\n/** mutation root */\nexport type Mutation_RootInsert_Exit_InterviewsArgs = {\n objects: Array;\n on_conflict?: InputMaybe;\n};\n\n\n/** mutation root */\nexport type Mutation_RootInsert_Exit_Interviews_OneArgs = {\n object: Exit_Interviews_Insert_Input;\n on_conflict?: InputMaybe;\n};\n\n\n/** mutation root */\nexport type Mutation_RootInsert_ExpertiseArgs = {\n objects: Array;\n on_conflict?: InputMaybe;\n};\n\n\n/** mutation root */\nexport type Mutation_RootInsert_Expertise_OneArgs = {\n object: Expertise_Insert_Input;\n on_conflict?: InputMaybe;\n};\n\n\n/** mutation root */\nexport type Mutation_RootInsert_Festival_Badge_Type_Event_TypeArgs = {\n objects: Array;\n on_conflict?: InputMaybe;\n};\n\n\n/** mutation root */\nexport type Mutation_RootInsert_Festival_Badge_Type_Event_Type_OneArgs = {\n object: Festival_Badge_Type_Event_Type_Insert_Input;\n on_conflict?: InputMaybe;\n};\n\n\n/** mutation root */\nexport type Mutation_RootInsert_Festival_Badge_TypesArgs = {\n objects: Array;\n on_conflict?: InputMaybe;\n};\n\n\n/** mutation root */\nexport type Mutation_RootInsert_Festival_Badge_Types_OneArgs = {\n object: Festival_Badge_Types_Insert_Input;\n on_conflict?: InputMaybe;\n};\n\n\n/** mutation root */\nexport type Mutation_RootInsert_Festival_BadgesArgs = {\n objects: Array;\n on_conflict?: InputMaybe;\n};\n\n\n/** mutation root */\nexport type Mutation_RootInsert_Festival_Badges_OneArgs = {\n object: Festival_Badges_Insert_Input;\n on_conflict?: InputMaybe;\n};\n\n\n/** mutation root */\nexport type Mutation_RootInsert_Festival_Event_LocationsArgs = {\n objects: Array;\n on_conflict?: InputMaybe;\n};\n\n\n/** mutation root */\nexport type Mutation_RootInsert_Festival_Event_Locations_OneArgs = {\n object: Festival_Event_Locations_Insert_Input;\n on_conflict?: InputMaybe;\n};\n\n\n/** mutation root */\nexport type Mutation_RootInsert_Festival_Event_TypesArgs = {\n objects: Array;\n on_conflict?: InputMaybe;\n};\n\n\n/** mutation root */\nexport type Mutation_RootInsert_Festival_Event_Types_OneArgs = {\n object: Festival_Event_Types_Insert_Input;\n on_conflict?: InputMaybe;\n};\n\n\n/** mutation root */\nexport type Mutation_RootInsert_Festival_EventsArgs = {\n objects: Array;\n on_conflict?: InputMaybe;\n};\n\n\n/** mutation root */\nexport type Mutation_RootInsert_Festival_Events_OneArgs = {\n object: Festival_Events_Insert_Input;\n on_conflict?: InputMaybe;\n};\n\n\n/** mutation root */\nexport type Mutation_RootInsert_Festival_GenresArgs = {\n objects: Array;\n on_conflict?: InputMaybe;\n};\n\n\n/** mutation root */\nexport type Mutation_RootInsert_Festival_Genres_OneArgs = {\n object: Festival_Genres_Insert_Input;\n on_conflict?: InputMaybe;\n};\n\n\n/** mutation root */\nexport type Mutation_RootInsert_Festival_Submission_AssetsArgs = {\n objects: Array;\n on_conflict?: InputMaybe;\n};\n\n\n/** mutation root */\nexport type Mutation_RootInsert_Festival_Submission_Assets_OneArgs = {\n object: Festival_Submission_Assets_Insert_Input;\n on_conflict?: InputMaybe;\n};\n\n\n/** mutation root */\nexport type Mutation_RootInsert_Festival_Submission_FeedbackArgs = {\n objects: Array;\n on_conflict?: InputMaybe;\n};\n\n\n/** mutation root */\nexport type Mutation_RootInsert_Festival_Submission_Feedback_OneArgs = {\n object: Festival_Submission_Feedback_Insert_Input;\n on_conflict?: InputMaybe;\n};\n\n\n/** mutation root */\nexport type Mutation_RootInsert_Festival_Submission_VouchersArgs = {\n objects: Array;\n on_conflict?: InputMaybe;\n};\n\n\n/** mutation root */\nexport type Mutation_RootInsert_Festival_Submission_Vouchers_OneArgs = {\n object: Festival_Submission_Vouchers_Insert_Input;\n on_conflict?: InputMaybe;\n};\n\n\n/** mutation root */\nexport type Mutation_RootInsert_Festival_SubmissionsArgs = {\n objects: Array;\n on_conflict?: InputMaybe;\n};\n\n\n/** mutation root */\nexport type Mutation_RootInsert_Festival_Submissions_OneArgs = {\n object: Festival_Submissions_Insert_Input;\n on_conflict?: InputMaybe;\n};\n\n\n/** mutation root */\nexport type Mutation_RootInsert_Festival_TicketsArgs = {\n objects: Array;\n on_conflict?: InputMaybe;\n};\n\n\n/** mutation root */\nexport type Mutation_RootInsert_Festival_Tickets_OneArgs = {\n object: Festival_Tickets_Insert_Input;\n on_conflict?: InputMaybe;\n};\n\n\n/** mutation root */\nexport type Mutation_RootInsert_Film_FestivalsArgs = {\n objects: Array;\n on_conflict?: InputMaybe;\n};\n\n\n/** mutation root */\nexport type Mutation_RootInsert_Film_Festivals_OneArgs = {\n object: Film_Festivals_Insert_Input;\n on_conflict?: InputMaybe;\n};\n\n\n/** mutation root */\nexport type Mutation_RootInsert_Film_Group_Festival_SubmissionsArgs = {\n objects: Array;\n on_conflict?: InputMaybe;\n};\n\n\n/** mutation root */\nexport type Mutation_RootInsert_Film_Group_Festival_Submissions_OneArgs = {\n object: Film_Group_Festival_Submissions_Insert_Input;\n on_conflict?: InputMaybe;\n};\n\n\n/** mutation root */\nexport type Mutation_RootInsert_Film_Group_FilmsArgs = {\n objects: Array;\n on_conflict?: InputMaybe;\n};\n\n\n/** mutation root */\nexport type Mutation_RootInsert_Film_Group_Films_OneArgs = {\n object: Film_Group_Films_Insert_Input;\n on_conflict?: InputMaybe;\n};\n\n\n/** mutation root */\nexport type Mutation_RootInsert_Film_Group_UsersArgs = {\n objects: Array;\n on_conflict?: InputMaybe;\n};\n\n\n/** mutation root */\nexport type Mutation_RootInsert_Film_Group_Users_OneArgs = {\n object: Film_Group_Users_Insert_Input;\n on_conflict?: InputMaybe;\n};\n\n\n/** mutation root */\nexport type Mutation_RootInsert_Film_GroupsArgs = {\n objects: Array;\n on_conflict?: InputMaybe;\n};\n\n\n/** mutation root */\nexport type Mutation_RootInsert_Film_Groups_OneArgs = {\n object: Film_Groups_Insert_Input;\n on_conflict?: InputMaybe;\n};\n\n\n/** mutation root */\nexport type Mutation_RootInsert_FilmsArgs = {\n objects: Array;\n on_conflict?: InputMaybe;\n};\n\n\n/** mutation root */\nexport type Mutation_RootInsert_Films_OneArgs = {\n object: Films_Insert_Input;\n on_conflict?: InputMaybe;\n};\n\n\n/** mutation root */\nexport type Mutation_RootInsert_GenresArgs = {\n objects: Array;\n on_conflict?: InputMaybe;\n};\n\n\n/** mutation root */\nexport type Mutation_RootInsert_Genres_OneArgs = {\n object: Genres_Insert_Input;\n on_conflict?: InputMaybe;\n};\n\n\n/** mutation root */\nexport type Mutation_RootInsert_Kickoff_CheckinsArgs = {\n objects: Array;\n on_conflict?: InputMaybe;\n};\n\n\n/** mutation root */\nexport type Mutation_RootInsert_Kickoff_Checkins_OneArgs = {\n object: Kickoff_Checkins_Insert_Input;\n on_conflict?: InputMaybe;\n};\n\n\n/** mutation root */\nexport type Mutation_RootInsert_Location_ReleasesArgs = {\n objects: Array;\n on_conflict?: InputMaybe;\n};\n\n\n/** mutation root */\nexport type Mutation_RootInsert_Location_Releases_OneArgs = {\n object: Location_Releases_Insert_Input;\n on_conflict?: InputMaybe;\n};\n\n\n/** mutation root */\nexport type Mutation_RootInsert_Matchup_RequestsArgs = {\n objects: Array;\n on_conflict?: InputMaybe;\n};\n\n\n/** mutation root */\nexport type Mutation_RootInsert_Matchup_Requests_OneArgs = {\n object: Matchup_Requests_Insert_Input;\n on_conflict?: InputMaybe;\n};\n\n\n/** mutation root */\nexport type Mutation_RootInsert_Music_ReleasesArgs = {\n objects: Array;\n on_conflict?: InputMaybe;\n};\n\n\n/** mutation root */\nexport type Mutation_RootInsert_Music_Releases_OneArgs = {\n object: Music_Releases_Insert_Input;\n on_conflict?: InputMaybe;\n};\n\n\n/** mutation root */\nexport type Mutation_RootInsert_Nomination_AssetsArgs = {\n objects: Array;\n on_conflict?: InputMaybe;\n};\n\n\n/** mutation root */\nexport type Mutation_RootInsert_Nomination_Assets_OneArgs = {\n object: Nomination_Assets_Insert_Input;\n on_conflict?: InputMaybe;\n};\n\n\n/** mutation root */\nexport type Mutation_RootInsert_NominationsArgs = {\n objects: Array;\n on_conflict?: InputMaybe;\n};\n\n\n/** mutation root */\nexport type Mutation_RootInsert_Nominations_OneArgs = {\n object: Nominations_Insert_Input;\n on_conflict?: InputMaybe;\n};\n\n\n/** mutation root */\nexport type Mutation_RootInsert_Online_Screening_TicketsArgs = {\n objects: Array;\n on_conflict?: InputMaybe;\n};\n\n\n/** mutation root */\nexport type Mutation_RootInsert_Online_Screening_Tickets_OneArgs = {\n object: Online_Screening_Tickets_Insert_Input;\n on_conflict?: InputMaybe;\n};\n\n\n/** mutation root */\nexport type Mutation_RootInsert_PaymentsArgs = {\n objects: Array;\n on_conflict?: InputMaybe;\n};\n\n\n/** mutation root */\nexport type Mutation_RootInsert_Payments_OneArgs = {\n object: Payments_Insert_Input;\n on_conflict?: InputMaybe;\n};\n\n\n/** mutation root */\nexport type Mutation_RootInsert_Playlist_TeamArgs = {\n objects: Array;\n on_conflict?: InputMaybe;\n};\n\n\n/** mutation root */\nexport type Mutation_RootInsert_Playlist_Team_OneArgs = {\n object: Playlist_Team_Insert_Input;\n on_conflict?: InputMaybe;\n};\n\n\n/** mutation root */\nexport type Mutation_RootInsert_PlaylistsArgs = {\n objects: Array;\n on_conflict?: InputMaybe;\n};\n\n\n/** mutation root */\nexport type Mutation_RootInsert_Playlists_OneArgs = {\n object: Playlists_Insert_Input;\n on_conflict?: InputMaybe;\n};\n\n\n/** mutation root */\nexport type Mutation_RootInsert_Prize_ElectionsArgs = {\n objects: Array;\n};\n\n\n/** mutation root */\nexport type Mutation_RootInsert_Prize_Elections_OneArgs = {\n object: Prize_Elections_Insert_Input;\n};\n\n\n/** mutation root */\nexport type Mutation_RootInsert_PrizesArgs = {\n objects: Array;\n on_conflict?: InputMaybe;\n};\n\n\n/** mutation root */\nexport type Mutation_RootInsert_Prizes_OneArgs = {\n object: Prizes_Insert_Input;\n on_conflict?: InputMaybe;\n};\n\n\n/** mutation root */\nexport type Mutation_RootInsert_RegistrationsArgs = {\n objects: Array;\n on_conflict?: InputMaybe;\n};\n\n\n/** mutation root */\nexport type Mutation_RootInsert_Registrations_OneArgs = {\n object: Registrations_Insert_Input;\n on_conflict?: InputMaybe;\n};\n\n\n/** mutation root */\nexport type Mutation_RootInsert_Selection_BallotsArgs = {\n objects: Array;\n on_conflict?: InputMaybe;\n};\n\n\n/** mutation root */\nexport type Mutation_RootInsert_Selection_Ballots_OneArgs = {\n object: Selection_Ballots_Insert_Input;\n on_conflict?: InputMaybe;\n};\n\n\n/** mutation root */\nexport type Mutation_RootInsert_Selection_FeedbackArgs = {\n objects: Array;\n on_conflict?: InputMaybe;\n};\n\n\n/** mutation root */\nexport type Mutation_RootInsert_Selection_Feedback_OneArgs = {\n object: Selection_Feedback_Insert_Input;\n on_conflict?: InputMaybe;\n};\n\n\n/** mutation root */\nexport type Mutation_RootInsert_Selection_MetricsArgs = {\n objects: Array;\n on_conflict?: InputMaybe;\n};\n\n\n/** mutation root */\nexport type Mutation_RootInsert_Selection_Metrics_OneArgs = {\n object: Selection_Metrics_Insert_Input;\n on_conflict?: InputMaybe;\n};\n\n\n/** mutation root */\nexport type Mutation_RootInsert_Selection_ProgressArgs = {\n objects: Array;\n on_conflict?: InputMaybe;\n};\n\n\n/** mutation root */\nexport type Mutation_RootInsert_Selection_Progress_OneArgs = {\n object: Selection_Progress_Insert_Input;\n on_conflict?: InputMaybe;\n};\n\n\n/** mutation root */\nexport type Mutation_RootInsert_SharablesArgs = {\n objects: Array;\n on_conflict?: InputMaybe;\n};\n\n\n/** mutation root */\nexport type Mutation_RootInsert_Sharables_OneArgs = {\n object: Sharables_Insert_Input;\n on_conflict?: InputMaybe;\n};\n\n\n/** mutation root */\nexport type Mutation_RootInsert_Sms_VotesArgs = {\n objects: Array;\n on_conflict?: InputMaybe;\n};\n\n\n/** mutation root */\nexport type Mutation_RootInsert_Sms_Votes_OneArgs = {\n object: Sms_Votes_Insert_Input;\n on_conflict?: InputMaybe;\n};\n\n\n/** mutation root */\nexport type Mutation_RootInsert_SponsorsArgs = {\n objects: Array;\n on_conflict?: InputMaybe;\n};\n\n\n/** mutation root */\nexport type Mutation_RootInsert_Sponsors_OneArgs = {\n object: Sponsors_Insert_Input;\n on_conflict?: InputMaybe;\n};\n\n\n/** mutation root */\nexport type Mutation_RootInsert_StudiosArgs = {\n objects: Array;\n on_conflict?: InputMaybe;\n};\n\n\n/** mutation root */\nexport type Mutation_RootInsert_Studios_OneArgs = {\n object: Studios_Insert_Input;\n on_conflict?: InputMaybe;\n};\n\n\n/** mutation root */\nexport type Mutation_RootInsert_Team_AssetsArgs = {\n objects: Array;\n on_conflict?: InputMaybe;\n};\n\n\n/** mutation root */\nexport type Mutation_RootInsert_Team_Assets_OneArgs = {\n object: Team_Assets_Insert_Input;\n on_conflict?: InputMaybe;\n};\n\n\n/** mutation root */\nexport type Mutation_RootInsert_Team_MembershipsArgs = {\n objects: Array;\n on_conflict?: InputMaybe;\n};\n\n\n/** mutation root */\nexport type Mutation_RootInsert_Team_Memberships_OneArgs = {\n object: Team_Memberships_Insert_Input;\n on_conflict?: InputMaybe;\n};\n\n\n/** mutation root */\nexport type Mutation_RootInsert_Team_RolesArgs = {\n objects: Array;\n on_conflict?: InputMaybe;\n};\n\n\n/** mutation root */\nexport type Mutation_RootInsert_Team_Roles_OneArgs = {\n object: Team_Roles_Insert_Input;\n on_conflict?: InputMaybe;\n};\n\n\n/** mutation root */\nexport type Mutation_RootInsert_TeamsArgs = {\n objects: Array;\n on_conflict?: InputMaybe;\n};\n\n\n/** mutation root */\nexport type Mutation_RootInsert_Teams_OneArgs = {\n object: Teams_Insert_Input;\n on_conflict?: InputMaybe;\n};\n\n\n/** mutation root */\nexport type Mutation_RootInsert_Teams_With_Awards_Ceremony_CheckinsArgs = {\n objects: Array;\n};\n\n\n/** mutation root */\nexport type Mutation_RootInsert_Teams_With_Awards_Ceremony_Checkins_OneArgs = {\n object: Teams_With_Awards_Ceremony_Checkins_Insert_Input;\n};\n\n\n/** mutation root */\nexport type Mutation_RootInsert_Teams_With_CheckinsArgs = {\n objects: Array;\n};\n\n\n/** mutation root */\nexport type Mutation_RootInsert_Teams_With_Checkins_OneArgs = {\n object: Teams_With_Checkins_Insert_Input;\n};\n\n\n/** mutation root */\nexport type Mutation_RootInsert_Ticket_Tailor_VouchersArgs = {\n objects: Array;\n on_conflict?: InputMaybe;\n};\n\n\n/** mutation root */\nexport type Mutation_RootInsert_Ticket_Tailor_Vouchers_OneArgs = {\n object: Ticket_Tailor_Vouchers_Insert_Input;\n on_conflict?: InputMaybe;\n};\n\n\n/** mutation root */\nexport type Mutation_RootInsert_UsersArgs = {\n objects: Array;\n on_conflict?: InputMaybe;\n};\n\n\n/** mutation root */\nexport type Mutation_RootInsert_Users_OneArgs = {\n object: Users_Insert_Input;\n on_conflict?: InputMaybe;\n};\n\n\n/** mutation root */\nexport type Mutation_RootJoinLiveKitExitInterviewArgs = {\n displayName: Scalars['String']['input'];\n teamId: Scalars['Int']['input'];\n};\n\n\n/** mutation root */\nexport type Mutation_RootMuxCreateFiveFestUploadArgs = {\n fileName: Scalars['String']['input'];\n fileSize: Scalars['Int']['input'];\n submissionId: Scalars['Int']['input'];\n};\n\n\n/** mutation root */\nexport type Mutation_RootMuxCreateUploadArgs = {\n fileName: Scalars['String']['input'];\n fileSize: Scalars['Int']['input'];\n teamId: Scalars['Int']['input'];\n};\n\n\n/** mutation root */\nexport type Mutation_RootMuxJoinSpaceArgs = {\n spaceId: Scalars['String']['input'];\n};\n\n\n/** mutation root */\nexport type Mutation_RootMuxStreamSpaceArgs = {\n spaceId: Scalars['String']['input'];\n};\n\n\n/** mutation root */\nexport type Mutation_RootObscureRegistrationLinkArgs = {\n id: Scalars['Int']['input'];\n};\n\n\n/** mutation root */\nexport type Mutation_RootProvideRegistrationSignatureArgs = {\n hash?: InputMaybe;\n id: Scalars['Int']['input'];\n is_minor: Scalars['Boolean']['input'];\n signature_email?: InputMaybe;\n signature_name: Scalars['String']['input'];\n signature_phone?: InputMaybe;\n};\n\n\n/** mutation root */\nexport type Mutation_RootRecordAwardsCeremonyCheckinArgs = {\n announce: Scalars['String']['input'];\n festivalSubmissionId?: InputMaybe;\n teamId?: InputMaybe;\n};\n\n\n/** mutation root */\nexport type Mutation_RootSendGuestSignatureMailArgs = {\n teamMembershipId: Scalars['Int']['input'];\n};\n\n\n/** mutation root */\nexport type Mutation_RootSendTeamInvitationMailArgs = {\n teamMembershipId: Scalars['Int']['input'];\n};\n\n\n/** mutation root */\nexport type Mutation_RootStripeCreateCheckoutSessionArgs = {\n returnUrl: Scalars['String']['input'];\n teamId: Scalars['Int']['input'];\n};\n\n\n/** mutation root */\nexport type Mutation_RootStripeCreatePurchaseArgs = {\n badgeId?: InputMaybe;\n festivalSubmissionId?: InputMaybe;\n lineItems: Array;\n returnUrl: Scalars['String']['input'];\n teamId?: InputMaybe;\n};\n\n\n/** mutation root */\nexport type Mutation_RootStripeTerminalChargeArgs = {\n amount: Scalars['Int']['input'];\n};\n\n\n/** mutation root */\nexport type Mutation_RootSubmitFiveFestArgs = {\n id: Scalars['Int']['input'];\n is_minor: Scalars['Boolean']['input'];\n signature_email?: InputMaybe;\n signature_name: Scalars['String']['input'];\n signature_phone?: InputMaybe;\n};\n\n\n/** mutation root */\nexport type Mutation_RootSubmitTeamArgs = {\n id: Scalars['Int']['input'];\n};\n\n\n/** mutation root */\nexport type Mutation_RootUpdate_Asset_ExportsArgs = {\n _inc?: InputMaybe;\n _set?: InputMaybe;\n where: Asset_Exports_Bool_Exp;\n};\n\n\n/** mutation root */\nexport type Mutation_RootUpdate_Asset_Exports_By_PkArgs = {\n _inc?: InputMaybe;\n _set?: InputMaybe;\n pk_columns: Asset_Exports_Pk_Columns_Input;\n};\n\n\n/** mutation root */\nexport type Mutation_RootUpdate_Asset_Exports_ManyArgs = {\n updates: Array;\n};\n\n\n/** mutation root */\nexport type Mutation_RootUpdate_Asset_TypesArgs = {\n _inc?: InputMaybe;\n _set?: InputMaybe;\n where: Asset_Types_Bool_Exp;\n};\n\n\n/** mutation root */\nexport type Mutation_RootUpdate_Asset_Types_By_PkArgs = {\n _inc?: InputMaybe;\n _set?: InputMaybe;\n pk_columns: Asset_Types_Pk_Columns_Input;\n};\n\n\n/** mutation root */\nexport type Mutation_RootUpdate_Asset_Types_ManyArgs = {\n updates: Array;\n};\n\n\n/** mutation root */\nexport type Mutation_RootUpdate_Audience_Favorite_VotesArgs = {\n _inc?: InputMaybe;\n _set?: InputMaybe;\n where: Audience_Favorite_Votes_Bool_Exp;\n};\n\n\n/** mutation root */\nexport type Mutation_RootUpdate_Audience_Favorite_Votes_By_PkArgs = {\n _inc?: InputMaybe;\n _set?: InputMaybe;\n pk_columns: Audience_Favorite_Votes_Pk_Columns_Input;\n};\n\n\n/** mutation root */\nexport type Mutation_RootUpdate_Audience_Favorite_Votes_ManyArgs = {\n updates: Array;\n};\n\n\n/** mutation root */\nexport type Mutation_RootUpdate_Award_Asset_TypesArgs = {\n _inc?: InputMaybe;\n _set?: InputMaybe;\n where: Award_Asset_Types_Bool_Exp;\n};\n\n\n/** mutation root */\nexport type Mutation_RootUpdate_Award_Asset_Types_By_PkArgs = {\n _inc?: InputMaybe;\n _set?: InputMaybe;\n pk_columns: Award_Asset_Types_Pk_Columns_Input;\n};\n\n\n/** mutation root */\nexport type Mutation_RootUpdate_Award_Asset_Types_ManyArgs = {\n updates: Array;\n};\n\n\n/** mutation root */\nexport type Mutation_RootUpdate_Award_WinnersArgs = {\n _inc?: InputMaybe;\n _set?: InputMaybe;\n where: Award_Winners_Bool_Exp;\n};\n\n\n/** mutation root */\nexport type Mutation_RootUpdate_Award_Winners_By_PkArgs = {\n _inc?: InputMaybe;\n _set?: InputMaybe;\n pk_columns: Award_Winners_Pk_Columns_Input;\n};\n\n\n/** mutation root */\nexport type Mutation_RootUpdate_Award_Winners_ManyArgs = {\n updates: Array;\n};\n\n\n/** mutation root */\nexport type Mutation_RootUpdate_AwardsArgs = {\n _inc?: InputMaybe;\n _set?: InputMaybe;\n where: Awards_Bool_Exp;\n};\n\n\n/** mutation root */\nexport type Mutation_RootUpdate_Awards_By_PkArgs = {\n _inc?: InputMaybe;\n _set?: InputMaybe;\n pk_columns: Awards_Pk_Columns_Input;\n};\n\n\n/** mutation root */\nexport type Mutation_RootUpdate_Awards_Ceremony_CheckinsArgs = {\n _inc?: InputMaybe;\n _set?: InputMaybe;\n where: Awards_Ceremony_Checkins_Bool_Exp;\n};\n\n\n/** mutation root */\nexport type Mutation_RootUpdate_Awards_Ceremony_Checkins_By_PkArgs = {\n _inc?: InputMaybe;\n _set?: InputMaybe;\n pk_columns: Awards_Ceremony_Checkins_Pk_Columns_Input;\n};\n\n\n/** mutation root */\nexport type Mutation_RootUpdate_Awards_Ceremony_Checkins_ManyArgs = {\n updates: Array;\n};\n\n\n/** mutation root */\nexport type Mutation_RootUpdate_Awards_ManyArgs = {\n updates: Array;\n};\n\n\n/** mutation root */\nexport type Mutation_RootUpdate_CountriesArgs = {\n _inc?: InputMaybe;\n _set?: InputMaybe;\n where: Countries_Bool_Exp;\n};\n\n\n/** mutation root */\nexport type Mutation_RootUpdate_Countries_By_PkArgs = {\n _inc?: InputMaybe;\n _set?: InputMaybe;\n pk_columns: Countries_Pk_Columns_Input;\n};\n\n\n/** mutation root */\nexport type Mutation_RootUpdate_Countries_ManyArgs = {\n updates: Array;\n};\n\n\n/** mutation root */\nexport type Mutation_RootUpdate_Exit_Interview_RecordingsArgs = {\n _inc?: InputMaybe;\n _set?: InputMaybe;\n where: Exit_Interview_Recordings_Bool_Exp;\n};\n\n\n/** mutation root */\nexport type Mutation_RootUpdate_Exit_Interview_Recordings_By_PkArgs = {\n _inc?: InputMaybe;\n _set?: InputMaybe;\n pk_columns: Exit_Interview_Recordings_Pk_Columns_Input;\n};\n\n\n/** mutation root */\nexport type Mutation_RootUpdate_Exit_Interview_Recordings_ManyArgs = {\n updates: Array;\n};\n\n\n/** mutation root */\nexport type Mutation_RootUpdate_Exit_InterviewsArgs = {\n _inc?: InputMaybe;\n _set?: InputMaybe;\n where: Exit_Interviews_Bool_Exp;\n};\n\n\n/** mutation root */\nexport type Mutation_RootUpdate_Exit_Interviews_By_PkArgs = {\n _inc?: InputMaybe;\n _set?: InputMaybe;\n pk_columns: Exit_Interviews_Pk_Columns_Input;\n};\n\n\n/** mutation root */\nexport type Mutation_RootUpdate_Exit_Interviews_ManyArgs = {\n updates: Array;\n};\n\n\n/** mutation root */\nexport type Mutation_RootUpdate_ExpertiseArgs = {\n _inc?: InputMaybe;\n _set?: InputMaybe;\n where: Expertise_Bool_Exp;\n};\n\n\n/** mutation root */\nexport type Mutation_RootUpdate_Expertise_By_PkArgs = {\n _inc?: InputMaybe;\n _set?: InputMaybe;\n pk_columns: Expertise_Pk_Columns_Input;\n};\n\n\n/** mutation root */\nexport type Mutation_RootUpdate_Expertise_ManyArgs = {\n updates: Array;\n};\n\n\n/** mutation root */\nexport type Mutation_RootUpdate_Festival_Badge_Type_Event_TypeArgs = {\n _inc?: InputMaybe;\n _set?: InputMaybe;\n where: Festival_Badge_Type_Event_Type_Bool_Exp;\n};\n\n\n/** mutation root */\nexport type Mutation_RootUpdate_Festival_Badge_Type_Event_Type_By_PkArgs = {\n _inc?: InputMaybe;\n _set?: InputMaybe;\n pk_columns: Festival_Badge_Type_Event_Type_Pk_Columns_Input;\n};\n\n\n/** mutation root */\nexport type Mutation_RootUpdate_Festival_Badge_Type_Event_Type_ManyArgs = {\n updates: Array;\n};\n\n\n/** mutation root */\nexport type Mutation_RootUpdate_Festival_Badge_TypesArgs = {\n _append?: InputMaybe;\n _delete_at_path?: InputMaybe;\n _delete_elem?: InputMaybe;\n _delete_key?: InputMaybe;\n _inc?: InputMaybe;\n _prepend?: InputMaybe;\n _set?: InputMaybe;\n where: Festival_Badge_Types_Bool_Exp;\n};\n\n\n/** mutation root */\nexport type Mutation_RootUpdate_Festival_Badge_Types_By_PkArgs = {\n _append?: InputMaybe;\n _delete_at_path?: InputMaybe;\n _delete_elem?: InputMaybe;\n _delete_key?: InputMaybe;\n _inc?: InputMaybe;\n _prepend?: InputMaybe;\n _set?: InputMaybe;\n pk_columns: Festival_Badge_Types_Pk_Columns_Input;\n};\n\n\n/** mutation root */\nexport type Mutation_RootUpdate_Festival_Badge_Types_ManyArgs = {\n updates: Array;\n};\n\n\n/** mutation root */\nexport type Mutation_RootUpdate_Festival_BadgesArgs = {\n _inc?: InputMaybe;\n _set?: InputMaybe;\n where: Festival_Badges_Bool_Exp;\n};\n\n\n/** mutation root */\nexport type Mutation_RootUpdate_Festival_Badges_By_PkArgs = {\n _inc?: InputMaybe;\n _set?: InputMaybe;\n pk_columns: Festival_Badges_Pk_Columns_Input;\n};\n\n\n/** mutation root */\nexport type Mutation_RootUpdate_Festival_Badges_ManyArgs = {\n updates: Array;\n};\n\n\n/** mutation root */\nexport type Mutation_RootUpdate_Festival_Event_LocationsArgs = {\n _inc?: InputMaybe;\n _set?: InputMaybe;\n where: Festival_Event_Locations_Bool_Exp;\n};\n\n\n/** mutation root */\nexport type Mutation_RootUpdate_Festival_Event_Locations_By_PkArgs = {\n _inc?: InputMaybe;\n _set?: InputMaybe;\n pk_columns: Festival_Event_Locations_Pk_Columns_Input;\n};\n\n\n/** mutation root */\nexport type Mutation_RootUpdate_Festival_Event_Locations_ManyArgs = {\n updates: Array;\n};\n\n\n/** mutation root */\nexport type Mutation_RootUpdate_Festival_Event_TypesArgs = {\n _inc?: InputMaybe;\n _set?: InputMaybe;\n where: Festival_Event_Types_Bool_Exp;\n};\n\n\n/** mutation root */\nexport type Mutation_RootUpdate_Festival_Event_Types_By_PkArgs = {\n _inc?: InputMaybe;\n _set?: InputMaybe;\n pk_columns: Festival_Event_Types_Pk_Columns_Input;\n};\n\n\n/** mutation root */\nexport type Mutation_RootUpdate_Festival_Event_Types_ManyArgs = {\n updates: Array;\n};\n\n\n/** mutation root */\nexport type Mutation_RootUpdate_Festival_EventsArgs = {\n _inc?: InputMaybe;\n _set?: InputMaybe;\n where: Festival_Events_Bool_Exp;\n};\n\n\n/** mutation root */\nexport type Mutation_RootUpdate_Festival_Events_By_PkArgs = {\n _inc?: InputMaybe;\n _set?: InputMaybe;\n pk_columns: Festival_Events_Pk_Columns_Input;\n};\n\n\n/** mutation root */\nexport type Mutation_RootUpdate_Festival_Events_ManyArgs = {\n updates: Array;\n};\n\n\n/** mutation root */\nexport type Mutation_RootUpdate_Festival_GenresArgs = {\n _inc?: InputMaybe;\n _set?: InputMaybe;\n where: Festival_Genres_Bool_Exp;\n};\n\n\n/** mutation root */\nexport type Mutation_RootUpdate_Festival_Genres_By_PkArgs = {\n _inc?: InputMaybe;\n _set?: InputMaybe;\n pk_columns: Festival_Genres_Pk_Columns_Input;\n};\n\n\n/** mutation root */\nexport type Mutation_RootUpdate_Festival_Genres_ManyArgs = {\n updates: Array;\n};\n\n\n/** mutation root */\nexport type Mutation_RootUpdate_Festival_Submission_AssetsArgs = {\n _inc?: InputMaybe;\n _set?: InputMaybe;\n where: Festival_Submission_Assets_Bool_Exp;\n};\n\n\n/** mutation root */\nexport type Mutation_RootUpdate_Festival_Submission_Assets_By_PkArgs = {\n _inc?: InputMaybe;\n _set?: InputMaybe;\n pk_columns: Festival_Submission_Assets_Pk_Columns_Input;\n};\n\n\n/** mutation root */\nexport type Mutation_RootUpdate_Festival_Submission_Assets_ManyArgs = {\n updates: Array;\n};\n\n\n/** mutation root */\nexport type Mutation_RootUpdate_Festival_Submission_FeedbackArgs = {\n _inc?: InputMaybe;\n _set?: InputMaybe;\n where: Festival_Submission_Feedback_Bool_Exp;\n};\n\n\n/** mutation root */\nexport type Mutation_RootUpdate_Festival_Submission_Feedback_By_PkArgs = {\n _inc?: InputMaybe;\n _set?: InputMaybe;\n pk_columns: Festival_Submission_Feedback_Pk_Columns_Input;\n};\n\n\n/** mutation root */\nexport type Mutation_RootUpdate_Festival_Submission_Feedback_ManyArgs = {\n updates: Array;\n};\n\n\n/** mutation root */\nexport type Mutation_RootUpdate_Festival_Submission_VouchersArgs = {\n _inc?: InputMaybe;\n _set?: InputMaybe;\n where: Festival_Submission_Vouchers_Bool_Exp;\n};\n\n\n/** mutation root */\nexport type Mutation_RootUpdate_Festival_Submission_Vouchers_By_PkArgs = {\n _inc?: InputMaybe;\n _set?: InputMaybe;\n pk_columns: Festival_Submission_Vouchers_Pk_Columns_Input;\n};\n\n\n/** mutation root */\nexport type Mutation_RootUpdate_Festival_Submission_Vouchers_ManyArgs = {\n updates: Array;\n};\n\n\n/** mutation root */\nexport type Mutation_RootUpdate_Festival_SubmissionsArgs = {\n _append?: InputMaybe;\n _delete_at_path?: InputMaybe;\n _delete_elem?: InputMaybe;\n _delete_key?: InputMaybe;\n _inc?: InputMaybe;\n _prepend?: InputMaybe;\n _set?: InputMaybe;\n where: Festival_Submissions_Bool_Exp;\n};\n\n\n/** mutation root */\nexport type Mutation_RootUpdate_Festival_Submissions_By_PkArgs = {\n _append?: InputMaybe;\n _delete_at_path?: InputMaybe;\n _delete_elem?: InputMaybe;\n _delete_key?: InputMaybe;\n _inc?: InputMaybe;\n _prepend?: InputMaybe;\n _set?: InputMaybe;\n pk_columns: Festival_Submissions_Pk_Columns_Input;\n};\n\n\n/** mutation root */\nexport type Mutation_RootUpdate_Festival_Submissions_ManyArgs = {\n updates: Array;\n};\n\n\n/** mutation root */\nexport type Mutation_RootUpdate_Festival_TicketsArgs = {\n _inc?: InputMaybe;\n _set?: InputMaybe;\n where: Festival_Tickets_Bool_Exp;\n};\n\n\n/** mutation root */\nexport type Mutation_RootUpdate_Festival_Tickets_By_PkArgs = {\n _inc?: InputMaybe;\n _set?: InputMaybe;\n pk_columns: Festival_Tickets_Pk_Columns_Input;\n};\n\n\n/** mutation root */\nexport type Mutation_RootUpdate_Festival_Tickets_ManyArgs = {\n updates: Array;\n};\n\n\n/** mutation root */\nexport type Mutation_RootUpdate_Film_FestivalsArgs = {\n _inc?: InputMaybe;\n _set?: InputMaybe;\n where: Film_Festivals_Bool_Exp;\n};\n\n\n/** mutation root */\nexport type Mutation_RootUpdate_Film_Festivals_By_PkArgs = {\n _inc?: InputMaybe;\n _set?: InputMaybe;\n pk_columns: Film_Festivals_Pk_Columns_Input;\n};\n\n\n/** mutation root */\nexport type Mutation_RootUpdate_Film_Festivals_ManyArgs = {\n updates: Array;\n};\n\n\n/** mutation root */\nexport type Mutation_RootUpdate_Film_Group_Festival_SubmissionsArgs = {\n _inc?: InputMaybe;\n _set?: InputMaybe;\n where: Film_Group_Festival_Submissions_Bool_Exp;\n};\n\n\n/** mutation root */\nexport type Mutation_RootUpdate_Film_Group_Festival_Submissions_By_PkArgs = {\n _inc?: InputMaybe;\n _set?: InputMaybe;\n pk_columns: Film_Group_Festival_Submissions_Pk_Columns_Input;\n};\n\n\n/** mutation root */\nexport type Mutation_RootUpdate_Film_Group_Festival_Submissions_ManyArgs = {\n updates: Array;\n};\n\n\n/** mutation root */\nexport type Mutation_RootUpdate_Film_Group_FilmsArgs = {\n _inc?: InputMaybe;\n _set?: InputMaybe;\n where: Film_Group_Films_Bool_Exp;\n};\n\n\n/** mutation root */\nexport type Mutation_RootUpdate_Film_Group_Films_By_PkArgs = {\n _inc?: InputMaybe;\n _set?: InputMaybe;\n pk_columns: Film_Group_Films_Pk_Columns_Input;\n};\n\n\n/** mutation root */\nexport type Mutation_RootUpdate_Film_Group_Films_ManyArgs = {\n updates: Array;\n};\n\n\n/** mutation root */\nexport type Mutation_RootUpdate_Film_Group_UsersArgs = {\n _append?: InputMaybe;\n _delete_at_path?: InputMaybe;\n _delete_elem?: InputMaybe;\n _delete_key?: InputMaybe;\n _inc?: InputMaybe;\n _prepend?: InputMaybe;\n _set?: InputMaybe;\n where: Film_Group_Users_Bool_Exp;\n};\n\n\n/** mutation root */\nexport type Mutation_RootUpdate_Film_Group_Users_By_PkArgs = {\n _append?: InputMaybe;\n _delete_at_path?: InputMaybe;\n _delete_elem?: InputMaybe;\n _delete_key?: InputMaybe;\n _inc?: InputMaybe;\n _prepend?: InputMaybe;\n _set?: InputMaybe;\n pk_columns: Film_Group_Users_Pk_Columns_Input;\n};\n\n\n/** mutation root */\nexport type Mutation_RootUpdate_Film_Group_Users_ManyArgs = {\n updates: Array;\n};\n\n\n/** mutation root */\nexport type Mutation_RootUpdate_Film_GroupsArgs = {\n _inc?: InputMaybe;\n _set?: InputMaybe;\n where: Film_Groups_Bool_Exp;\n};\n\n\n/** mutation root */\nexport type Mutation_RootUpdate_Film_Groups_By_PkArgs = {\n _inc?: InputMaybe;\n _set?: InputMaybe;\n pk_columns: Film_Groups_Pk_Columns_Input;\n};\n\n\n/** mutation root */\nexport type Mutation_RootUpdate_Film_Groups_ManyArgs = {\n updates: Array;\n};\n\n\n/** mutation root */\nexport type Mutation_RootUpdate_FilmsArgs = {\n _append?: InputMaybe;\n _delete_at_path?: InputMaybe;\n _delete_elem?: InputMaybe;\n _delete_key?: InputMaybe;\n _inc?: InputMaybe;\n _prepend?: InputMaybe;\n _set?: InputMaybe;\n where: Films_Bool_Exp;\n};\n\n\n/** mutation root */\nexport type Mutation_RootUpdate_Films_By_PkArgs = {\n _append?: InputMaybe;\n _delete_at_path?: InputMaybe;\n _delete_elem?: InputMaybe;\n _delete_key?: InputMaybe;\n _inc?: InputMaybe;\n _prepend?: InputMaybe;\n _set?: InputMaybe;\n pk_columns: Films_Pk_Columns_Input;\n};\n\n\n/** mutation root */\nexport type Mutation_RootUpdate_Films_ManyArgs = {\n updates: Array;\n};\n\n\n/** mutation root */\nexport type Mutation_RootUpdate_GenresArgs = {\n _inc?: InputMaybe;\n _set?: InputMaybe;\n where: Genres_Bool_Exp;\n};\n\n\n/** mutation root */\nexport type Mutation_RootUpdate_Genres_By_PkArgs = {\n _inc?: InputMaybe;\n _set?: InputMaybe;\n pk_columns: Genres_Pk_Columns_Input;\n};\n\n\n/** mutation root */\nexport type Mutation_RootUpdate_Genres_ManyArgs = {\n updates: Array;\n};\n\n\n/** mutation root */\nexport type Mutation_RootUpdate_Kickoff_CheckinsArgs = {\n _inc?: InputMaybe;\n _set?: InputMaybe;\n where: Kickoff_Checkins_Bool_Exp;\n};\n\n\n/** mutation root */\nexport type Mutation_RootUpdate_Kickoff_Checkins_By_PkArgs = {\n _inc?: InputMaybe;\n _set?: InputMaybe;\n pk_columns: Kickoff_Checkins_Pk_Columns_Input;\n};\n\n\n/** mutation root */\nexport type Mutation_RootUpdate_Kickoff_Checkins_ManyArgs = {\n updates: Array;\n};\n\n\n/** mutation root */\nexport type Mutation_RootUpdate_Location_ReleasesArgs = {\n _inc?: InputMaybe;\n _set?: InputMaybe;\n where: Location_Releases_Bool_Exp;\n};\n\n\n/** mutation root */\nexport type Mutation_RootUpdate_Location_Releases_By_PkArgs = {\n _inc?: InputMaybe;\n _set?: InputMaybe;\n pk_columns: Location_Releases_Pk_Columns_Input;\n};\n\n\n/** mutation root */\nexport type Mutation_RootUpdate_Location_Releases_ManyArgs = {\n updates: Array;\n};\n\n\n/** mutation root */\nexport type Mutation_RootUpdate_Matchup_RequestsArgs = {\n _append?: InputMaybe;\n _delete_at_path?: InputMaybe;\n _delete_elem?: InputMaybe;\n _delete_key?: InputMaybe;\n _inc?: InputMaybe;\n _prepend?: InputMaybe;\n _set?: InputMaybe;\n where: Matchup_Requests_Bool_Exp;\n};\n\n\n/** mutation root */\nexport type Mutation_RootUpdate_Matchup_Requests_By_PkArgs = {\n _append?: InputMaybe;\n _delete_at_path?: InputMaybe;\n _delete_elem?: InputMaybe;\n _delete_key?: InputMaybe;\n _inc?: InputMaybe;\n _prepend?: InputMaybe;\n _set?: InputMaybe;\n pk_columns: Matchup_Requests_Pk_Columns_Input;\n};\n\n\n/** mutation root */\nexport type Mutation_RootUpdate_Matchup_Requests_ManyArgs = {\n updates: Array;\n};\n\n\n/** mutation root */\nexport type Mutation_RootUpdate_Music_ReleasesArgs = {\n _inc?: InputMaybe;\n _set?: InputMaybe;\n where: Music_Releases_Bool_Exp;\n};\n\n\n/** mutation root */\nexport type Mutation_RootUpdate_Music_Releases_By_PkArgs = {\n _inc?: InputMaybe;\n _set?: InputMaybe;\n pk_columns: Music_Releases_Pk_Columns_Input;\n};\n\n\n/** mutation root */\nexport type Mutation_RootUpdate_Music_Releases_ManyArgs = {\n updates: Array;\n};\n\n\n/** mutation root */\nexport type Mutation_RootUpdate_Nomination_AssetsArgs = {\n _inc?: InputMaybe;\n _set?: InputMaybe;\n where: Nomination_Assets_Bool_Exp;\n};\n\n\n/** mutation root */\nexport type Mutation_RootUpdate_Nomination_Assets_By_PkArgs = {\n _inc?: InputMaybe;\n _set?: InputMaybe;\n pk_columns: Nomination_Assets_Pk_Columns_Input;\n};\n\n\n/** mutation root */\nexport type Mutation_RootUpdate_Nomination_Assets_ManyArgs = {\n updates: Array;\n};\n\n\n/** mutation root */\nexport type Mutation_RootUpdate_NominationsArgs = {\n _inc?: InputMaybe;\n _set?: InputMaybe;\n where: Nominations_Bool_Exp;\n};\n\n\n/** mutation root */\nexport type Mutation_RootUpdate_Nominations_By_PkArgs = {\n _inc?: InputMaybe;\n _set?: InputMaybe;\n pk_columns: Nominations_Pk_Columns_Input;\n};\n\n\n/** mutation root */\nexport type Mutation_RootUpdate_Nominations_ManyArgs = {\n updates: Array;\n};\n\n\n/** mutation root */\nexport type Mutation_RootUpdate_Online_Screening_TicketsArgs = {\n _inc?: InputMaybe;\n _set?: InputMaybe;\n where: Online_Screening_Tickets_Bool_Exp;\n};\n\n\n/** mutation root */\nexport type Mutation_RootUpdate_Online_Screening_Tickets_By_PkArgs = {\n _inc?: InputMaybe;\n _set?: InputMaybe;\n pk_columns: Online_Screening_Tickets_Pk_Columns_Input;\n};\n\n\n/** mutation root */\nexport type Mutation_RootUpdate_Online_Screening_Tickets_ManyArgs = {\n updates: Array;\n};\n\n\n/** mutation root */\nexport type Mutation_RootUpdate_PaymentsArgs = {\n _inc?: InputMaybe;\n _set?: InputMaybe;\n where: Payments_Bool_Exp;\n};\n\n\n/** mutation root */\nexport type Mutation_RootUpdate_Payments_By_PkArgs = {\n _inc?: InputMaybe;\n _set?: InputMaybe;\n pk_columns: Payments_Pk_Columns_Input;\n};\n\n\n/** mutation root */\nexport type Mutation_RootUpdate_Payments_ManyArgs = {\n updates: Array;\n};\n\n\n/** mutation root */\nexport type Mutation_RootUpdate_Playlist_TeamArgs = {\n _inc?: InputMaybe;\n _set?: InputMaybe;\n where: Playlist_Team_Bool_Exp;\n};\n\n\n/** mutation root */\nexport type Mutation_RootUpdate_Playlist_Team_By_PkArgs = {\n _inc?: InputMaybe;\n _set?: InputMaybe;\n pk_columns: Playlist_Team_Pk_Columns_Input;\n};\n\n\n/** mutation root */\nexport type Mutation_RootUpdate_Playlist_Team_ManyArgs = {\n updates: Array;\n};\n\n\n/** mutation root */\nexport type Mutation_RootUpdate_PlaylistsArgs = {\n _inc?: InputMaybe;\n _set?: InputMaybe;\n where: Playlists_Bool_Exp;\n};\n\n\n/** mutation root */\nexport type Mutation_RootUpdate_Playlists_By_PkArgs = {\n _inc?: InputMaybe;\n _set?: InputMaybe;\n pk_columns: Playlists_Pk_Columns_Input;\n};\n\n\n/** mutation root */\nexport type Mutation_RootUpdate_Playlists_ManyArgs = {\n updates: Array;\n};\n\n\n/** mutation root */\nexport type Mutation_RootUpdate_Prize_ElectionsArgs = {\n _inc?: InputMaybe;\n _set?: InputMaybe;\n where: Prize_Elections_Bool_Exp;\n};\n\n\n/** mutation root */\nexport type Mutation_RootUpdate_Prize_Elections_ManyArgs = {\n updates: Array;\n};\n\n\n/** mutation root */\nexport type Mutation_RootUpdate_PrizesArgs = {\n _inc?: InputMaybe;\n _set?: InputMaybe;\n where: Prizes_Bool_Exp;\n};\n\n\n/** mutation root */\nexport type Mutation_RootUpdate_Prizes_By_PkArgs = {\n _inc?: InputMaybe;\n _set?: InputMaybe;\n pk_columns: Prizes_Pk_Columns_Input;\n};\n\n\n/** mutation root */\nexport type Mutation_RootUpdate_Prizes_ManyArgs = {\n updates: Array;\n};\n\n\n/** mutation root */\nexport type Mutation_RootUpdate_RegistrationsArgs = {\n _inc?: InputMaybe;\n _set?: InputMaybe;\n where: Registrations_Bool_Exp;\n};\n\n\n/** mutation root */\nexport type Mutation_RootUpdate_Registrations_By_PkArgs = {\n _inc?: InputMaybe;\n _set?: InputMaybe;\n pk_columns: Registrations_Pk_Columns_Input;\n};\n\n\n/** mutation root */\nexport type Mutation_RootUpdate_Registrations_ManyArgs = {\n updates: Array;\n};\n\n\n/** mutation root */\nexport type Mutation_RootUpdate_Selection_BallotsArgs = {\n _inc?: InputMaybe;\n _set?: InputMaybe;\n where: Selection_Ballots_Bool_Exp;\n};\n\n\n/** mutation root */\nexport type Mutation_RootUpdate_Selection_Ballots_By_PkArgs = {\n _inc?: InputMaybe;\n _set?: InputMaybe;\n pk_columns: Selection_Ballots_Pk_Columns_Input;\n};\n\n\n/** mutation root */\nexport type Mutation_RootUpdate_Selection_Ballots_ManyArgs = {\n updates: Array;\n};\n\n\n/** mutation root */\nexport type Mutation_RootUpdate_Selection_FeedbackArgs = {\n _inc?: InputMaybe;\n _set?: InputMaybe;\n where: Selection_Feedback_Bool_Exp;\n};\n\n\n/** mutation root */\nexport type Mutation_RootUpdate_Selection_Feedback_By_PkArgs = {\n _inc?: InputMaybe;\n _set?: InputMaybe;\n pk_columns: Selection_Feedback_Pk_Columns_Input;\n};\n\n\n/** mutation root */\nexport type Mutation_RootUpdate_Selection_Feedback_ManyArgs = {\n updates: Array;\n};\n\n\n/** mutation root */\nexport type Mutation_RootUpdate_Selection_MetricsArgs = {\n _inc?: InputMaybe;\n _set?: InputMaybe;\n where: Selection_Metrics_Bool_Exp;\n};\n\n\n/** mutation root */\nexport type Mutation_RootUpdate_Selection_Metrics_By_PkArgs = {\n _inc?: InputMaybe;\n _set?: InputMaybe;\n pk_columns: Selection_Metrics_Pk_Columns_Input;\n};\n\n\n/** mutation root */\nexport type Mutation_RootUpdate_Selection_Metrics_ManyArgs = {\n updates: Array;\n};\n\n\n/** mutation root */\nexport type Mutation_RootUpdate_Selection_ProgressArgs = {\n _inc?: InputMaybe;\n _set?: InputMaybe;\n where: Selection_Progress_Bool_Exp;\n};\n\n\n/** mutation root */\nexport type Mutation_RootUpdate_Selection_Progress_By_PkArgs = {\n _inc?: InputMaybe;\n _set?: InputMaybe;\n pk_columns: Selection_Progress_Pk_Columns_Input;\n};\n\n\n/** mutation root */\nexport type Mutation_RootUpdate_Selection_Progress_ManyArgs = {\n updates: Array;\n};\n\n\n/** mutation root */\nexport type Mutation_RootUpdate_SharablesArgs = {\n _inc?: InputMaybe;\n _set?: InputMaybe;\n where: Sharables_Bool_Exp;\n};\n\n\n/** mutation root */\nexport type Mutation_RootUpdate_Sharables_By_PkArgs = {\n _inc?: InputMaybe;\n _set?: InputMaybe;\n pk_columns: Sharables_Pk_Columns_Input;\n};\n\n\n/** mutation root */\nexport type Mutation_RootUpdate_Sharables_ManyArgs = {\n updates: Array;\n};\n\n\n/** mutation root */\nexport type Mutation_RootUpdate_Sms_VotesArgs = {\n _inc?: InputMaybe;\n _set?: InputMaybe;\n where: Sms_Votes_Bool_Exp;\n};\n\n\n/** mutation root */\nexport type Mutation_RootUpdate_Sms_Votes_By_PkArgs = {\n _inc?: InputMaybe;\n _set?: InputMaybe;\n pk_columns: Sms_Votes_Pk_Columns_Input;\n};\n\n\n/** mutation root */\nexport type Mutation_RootUpdate_Sms_Votes_ManyArgs = {\n updates: Array;\n};\n\n\n/** mutation root */\nexport type Mutation_RootUpdate_SponsorsArgs = {\n _inc?: InputMaybe;\n _set?: InputMaybe;\n where: Sponsors_Bool_Exp;\n};\n\n\n/** mutation root */\nexport type Mutation_RootUpdate_Sponsors_By_PkArgs = {\n _inc?: InputMaybe;\n _set?: InputMaybe;\n pk_columns: Sponsors_Pk_Columns_Input;\n};\n\n\n/** mutation root */\nexport type Mutation_RootUpdate_Sponsors_ManyArgs = {\n updates: Array;\n};\n\n\n/** mutation root */\nexport type Mutation_RootUpdate_StudiosArgs = {\n _inc?: InputMaybe;\n _set?: InputMaybe;\n where: Studios_Bool_Exp;\n};\n\n\n/** mutation root */\nexport type Mutation_RootUpdate_Studios_By_PkArgs = {\n _inc?: InputMaybe;\n _set?: InputMaybe;\n pk_columns: Studios_Pk_Columns_Input;\n};\n\n\n/** mutation root */\nexport type Mutation_RootUpdate_Studios_ManyArgs = {\n updates: Array;\n};\n\n\n/** mutation root */\nexport type Mutation_RootUpdate_Team_AssetsArgs = {\n _inc?: InputMaybe;\n _set?: InputMaybe;\n where: Team_Assets_Bool_Exp;\n};\n\n\n/** mutation root */\nexport type Mutation_RootUpdate_Team_Assets_By_PkArgs = {\n _inc?: InputMaybe;\n _set?: InputMaybe;\n pk_columns: Team_Assets_Pk_Columns_Input;\n};\n\n\n/** mutation root */\nexport type Mutation_RootUpdate_Team_Assets_ManyArgs = {\n updates: Array;\n};\n\n\n/** mutation root */\nexport type Mutation_RootUpdate_Team_MembershipsArgs = {\n _inc?: InputMaybe;\n _set?: InputMaybe;\n where: Team_Memberships_Bool_Exp;\n};\n\n\n/** mutation root */\nexport type Mutation_RootUpdate_Team_Memberships_By_PkArgs = {\n _inc?: InputMaybe;\n _set?: InputMaybe;\n pk_columns: Team_Memberships_Pk_Columns_Input;\n};\n\n\n/** mutation root */\nexport type Mutation_RootUpdate_Team_Memberships_ManyArgs = {\n updates: Array;\n};\n\n\n/** mutation root */\nexport type Mutation_RootUpdate_Team_RolesArgs = {\n _inc?: InputMaybe;\n _set?: InputMaybe;\n where: Team_Roles_Bool_Exp;\n};\n\n\n/** mutation root */\nexport type Mutation_RootUpdate_Team_Roles_By_PkArgs = {\n _inc?: InputMaybe;\n _set?: InputMaybe;\n pk_columns: Team_Roles_Pk_Columns_Input;\n};\n\n\n/** mutation root */\nexport type Mutation_RootUpdate_Team_Roles_ManyArgs = {\n updates: Array;\n};\n\n\n/** mutation root */\nexport type Mutation_RootUpdate_TeamsArgs = {\n _append?: InputMaybe;\n _delete_at_path?: InputMaybe;\n _delete_elem?: InputMaybe;\n _delete_key?: InputMaybe;\n _inc?: InputMaybe;\n _prepend?: InputMaybe;\n _set?: InputMaybe;\n where: Teams_Bool_Exp;\n};\n\n\n/** mutation root */\nexport type Mutation_RootUpdate_Teams_By_PkArgs = {\n _append?: InputMaybe;\n _delete_at_path?: InputMaybe;\n _delete_elem?: InputMaybe;\n _delete_key?: InputMaybe;\n _inc?: InputMaybe;\n _prepend?: InputMaybe;\n _set?: InputMaybe;\n pk_columns: Teams_Pk_Columns_Input;\n};\n\n\n/** mutation root */\nexport type Mutation_RootUpdate_Teams_ManyArgs = {\n updates: Array;\n};\n\n\n/** mutation root */\nexport type Mutation_RootUpdate_Teams_With_Awards_Ceremony_CheckinsArgs = {\n _inc?: InputMaybe;\n _set?: InputMaybe;\n where: Teams_With_Awards_Ceremony_Checkins_Bool_Exp;\n};\n\n\n/** mutation root */\nexport type Mutation_RootUpdate_Teams_With_Awards_Ceremony_Checkins_ManyArgs = {\n updates: Array;\n};\n\n\n/** mutation root */\nexport type Mutation_RootUpdate_Teams_With_CheckinsArgs = {\n _inc?: InputMaybe;\n _set?: InputMaybe;\n where: Teams_With_Checkins_Bool_Exp;\n};\n\n\n/** mutation root */\nexport type Mutation_RootUpdate_Teams_With_Checkins_ManyArgs = {\n updates: Array;\n};\n\n\n/** mutation root */\nexport type Mutation_RootUpdate_Ticket_Tailor_VouchersArgs = {\n _inc?: InputMaybe;\n _set?: InputMaybe;\n where: Ticket_Tailor_Vouchers_Bool_Exp;\n};\n\n\n/** mutation root */\nexport type Mutation_RootUpdate_Ticket_Tailor_Vouchers_By_PkArgs = {\n _inc?: InputMaybe;\n _set?: InputMaybe;\n pk_columns: Ticket_Tailor_Vouchers_Pk_Columns_Input;\n};\n\n\n/** mutation root */\nexport type Mutation_RootUpdate_Ticket_Tailor_Vouchers_ManyArgs = {\n updates: Array;\n};\n\n\n/** mutation root */\nexport type Mutation_RootUpdate_UsersArgs = {\n _append?: InputMaybe;\n _delete_at_path?: InputMaybe;\n _delete_elem?: InputMaybe;\n _delete_key?: InputMaybe;\n _inc?: InputMaybe;\n _prepend?: InputMaybe;\n _set?: InputMaybe;\n where: Users_Bool_Exp;\n};\n\n\n/** mutation root */\nexport type Mutation_RootUpdate_Users_By_PkArgs = {\n _append?: InputMaybe;\n _delete_at_path?: InputMaybe;\n _delete_elem?: InputMaybe;\n _delete_key?: InputMaybe;\n _inc?: InputMaybe;\n _prepend?: InputMaybe;\n _set?: InputMaybe;\n pk_columns: Users_Pk_Columns_Input;\n};\n\n\n/** mutation root */\nexport type Mutation_RootUpdate_Users_ManyArgs = {\n updates: Array;\n};\n\n/** columns and relationships of \"nomination_assets\" */\nexport type Nomination_Assets = {\n __typename?: 'nomination_assets';\n /** An object relationship */\n asset_type: Asset_Types;\n asset_type_id: Scalars['numeric']['output'];\n created: Scalars['timestamp']['output'];\n created_by: Scalars['String']['output'];\n file_name: Scalars['String']['output'];\n id: Scalars['numeric']['output'];\n /** An object relationship */\n nomination: Nominations;\n nomination_id: Scalars['numeric']['output'];\n updated: Scalars['timestamp']['output'];\n updated_by: Scalars['String']['output'];\n};\n\n/** aggregated selection of \"nomination_assets\" */\nexport type Nomination_Assets_Aggregate = {\n __typename?: 'nomination_assets_aggregate';\n aggregate?: Maybe;\n nodes: Array;\n};\n\nexport type Nomination_Assets_Aggregate_Bool_Exp = {\n count?: InputMaybe;\n};\n\nexport type Nomination_Assets_Aggregate_Bool_Exp_Count = {\n arguments?: InputMaybe>;\n distinct?: InputMaybe;\n filter?: InputMaybe;\n predicate: Int_Comparison_Exp;\n};\n\n/** aggregate fields of \"nomination_assets\" */\nexport type Nomination_Assets_Aggregate_Fields = {\n __typename?: 'nomination_assets_aggregate_fields';\n avg?: Maybe;\n count: Scalars['Int']['output'];\n max?: Maybe;\n min?: Maybe;\n stddev?: Maybe;\n stddev_pop?: Maybe;\n stddev_samp?: Maybe;\n sum?: Maybe;\n var_pop?: Maybe;\n var_samp?: Maybe;\n variance?: Maybe;\n};\n\n\n/** aggregate fields of \"nomination_assets\" */\nexport type Nomination_Assets_Aggregate_FieldsCountArgs = {\n columns?: InputMaybe>;\n distinct?: InputMaybe;\n};\n\n/** order by aggregate values of table \"nomination_assets\" */\nexport type Nomination_Assets_Aggregate_Order_By = {\n avg?: InputMaybe;\n count?: InputMaybe;\n max?: InputMaybe;\n min?: InputMaybe;\n stddev?: InputMaybe;\n stddev_pop?: InputMaybe;\n stddev_samp?: InputMaybe;\n sum?: InputMaybe;\n var_pop?: InputMaybe;\n var_samp?: InputMaybe;\n variance?: InputMaybe;\n};\n\n/** input type for inserting array relation for remote table \"nomination_assets\" */\nexport type Nomination_Assets_Arr_Rel_Insert_Input = {\n data: Array;\n /** upsert condition */\n on_conflict?: InputMaybe;\n};\n\n/** aggregate avg on columns */\nexport type Nomination_Assets_Avg_Fields = {\n __typename?: 'nomination_assets_avg_fields';\n asset_type_id?: Maybe;\n id?: Maybe;\n nomination_id?: Maybe;\n};\n\n/** order by avg() on columns of table \"nomination_assets\" */\nexport type Nomination_Assets_Avg_Order_By = {\n asset_type_id?: InputMaybe;\n id?: InputMaybe;\n nomination_id?: InputMaybe;\n};\n\n/** Boolean expression to filter rows from the table \"nomination_assets\". All fields are combined with a logical 'AND'. */\nexport type Nomination_Assets_Bool_Exp = {\n _and?: InputMaybe>;\n _not?: InputMaybe;\n _or?: InputMaybe>;\n asset_type?: InputMaybe;\n asset_type_id?: InputMaybe;\n created?: InputMaybe;\n created_by?: InputMaybe;\n file_name?: InputMaybe;\n id?: InputMaybe;\n nomination?: InputMaybe;\n nomination_id?: InputMaybe;\n updated?: InputMaybe;\n updated_by?: InputMaybe;\n};\n\n/** unique or primary key constraints on table \"nomination_assets\" */\nexport enum Nomination_Assets_Constraint {\n /** unique or primary key constraint on columns \"id\" */\n NominationAssetsPkey = 'nomination_assets_pkey'\n}\n\n/** input type for incrementing numeric columns in table \"nomination_assets\" */\nexport type Nomination_Assets_Inc_Input = {\n asset_type_id?: InputMaybe;\n id?: InputMaybe;\n nomination_id?: InputMaybe;\n};\n\n/** input type for inserting data into table \"nomination_assets\" */\nexport type Nomination_Assets_Insert_Input = {\n asset_type?: InputMaybe;\n asset_type_id?: InputMaybe;\n created?: InputMaybe;\n created_by?: InputMaybe;\n file_name?: InputMaybe;\n id?: InputMaybe;\n nomination?: InputMaybe;\n nomination_id?: InputMaybe;\n updated?: InputMaybe;\n updated_by?: InputMaybe;\n};\n\n/** aggregate max on columns */\nexport type Nomination_Assets_Max_Fields = {\n __typename?: 'nomination_assets_max_fields';\n asset_type_id?: Maybe;\n created?: Maybe;\n created_by?: Maybe;\n file_name?: Maybe;\n id?: Maybe;\n nomination_id?: Maybe;\n updated?: Maybe;\n updated_by?: Maybe;\n};\n\n/** order by max() on columns of table \"nomination_assets\" */\nexport type Nomination_Assets_Max_Order_By = {\n asset_type_id?: InputMaybe;\n created?: InputMaybe;\n created_by?: InputMaybe;\n file_name?: InputMaybe;\n id?: InputMaybe;\n nomination_id?: InputMaybe;\n updated?: InputMaybe;\n updated_by?: InputMaybe;\n};\n\n/** aggregate min on columns */\nexport type Nomination_Assets_Min_Fields = {\n __typename?: 'nomination_assets_min_fields';\n asset_type_id?: Maybe;\n created?: Maybe;\n created_by?: Maybe;\n file_name?: Maybe;\n id?: Maybe;\n nomination_id?: Maybe;\n updated?: Maybe;\n updated_by?: Maybe;\n};\n\n/** order by min() on columns of table \"nomination_assets\" */\nexport type Nomination_Assets_Min_Order_By = {\n asset_type_id?: InputMaybe;\n created?: InputMaybe;\n created_by?: InputMaybe;\n file_name?: InputMaybe;\n id?: InputMaybe;\n nomination_id?: InputMaybe;\n updated?: InputMaybe;\n updated_by?: InputMaybe;\n};\n\n/** response of any mutation on the table \"nomination_assets\" */\nexport type Nomination_Assets_Mutation_Response = {\n __typename?: 'nomination_assets_mutation_response';\n /** number of rows affected by the mutation */\n affected_rows: Scalars['Int']['output'];\n /** data from the rows affected by the mutation */\n returning: Array;\n};\n\n/** on_conflict condition type for table \"nomination_assets\" */\nexport type Nomination_Assets_On_Conflict = {\n constraint: Nomination_Assets_Constraint;\n update_columns?: Array;\n where?: InputMaybe;\n};\n\n/** Ordering options when selecting data from \"nomination_assets\". */\nexport type Nomination_Assets_Order_By = {\n asset_type?: InputMaybe;\n asset_type_id?: InputMaybe;\n created?: InputMaybe;\n created_by?: InputMaybe;\n file_name?: InputMaybe;\n id?: InputMaybe;\n nomination?: InputMaybe;\n nomination_id?: InputMaybe;\n updated?: InputMaybe;\n updated_by?: InputMaybe;\n};\n\n/** primary key columns input for table: nomination_assets */\nexport type Nomination_Assets_Pk_Columns_Input = {\n id: Scalars['numeric']['input'];\n};\n\n/** select columns of table \"nomination_assets\" */\nexport enum Nomination_Assets_Select_Column {\n /** column name */\n AssetTypeId = 'asset_type_id',\n /** column name */\n Created = 'created',\n /** column name */\n CreatedBy = 'created_by',\n /** column name */\n FileName = 'file_name',\n /** column name */\n Id = 'id',\n /** column name */\n NominationId = 'nomination_id',\n /** column name */\n Updated = 'updated',\n /** column name */\n UpdatedBy = 'updated_by'\n}\n\n/** input type for updating data in table \"nomination_assets\" */\nexport type Nomination_Assets_Set_Input = {\n asset_type_id?: InputMaybe;\n created?: InputMaybe;\n created_by?: InputMaybe;\n file_name?: InputMaybe;\n id?: InputMaybe;\n nomination_id?: InputMaybe;\n updated?: InputMaybe;\n updated_by?: InputMaybe;\n};\n\n/** aggregate stddev on columns */\nexport type Nomination_Assets_Stddev_Fields = {\n __typename?: 'nomination_assets_stddev_fields';\n asset_type_id?: Maybe;\n id?: Maybe;\n nomination_id?: Maybe;\n};\n\n/** order by stddev() on columns of table \"nomination_assets\" */\nexport type Nomination_Assets_Stddev_Order_By = {\n asset_type_id?: InputMaybe;\n id?: InputMaybe;\n nomination_id?: InputMaybe;\n};\n\n/** aggregate stddev_pop on columns */\nexport type Nomination_Assets_Stddev_Pop_Fields = {\n __typename?: 'nomination_assets_stddev_pop_fields';\n asset_type_id?: Maybe;\n id?: Maybe;\n nomination_id?: Maybe;\n};\n\n/** order by stddev_pop() on columns of table \"nomination_assets\" */\nexport type Nomination_Assets_Stddev_Pop_Order_By = {\n asset_type_id?: InputMaybe;\n id?: InputMaybe;\n nomination_id?: InputMaybe;\n};\n\n/** aggregate stddev_samp on columns */\nexport type Nomination_Assets_Stddev_Samp_Fields = {\n __typename?: 'nomination_assets_stddev_samp_fields';\n asset_type_id?: Maybe;\n id?: Maybe;\n nomination_id?: Maybe;\n};\n\n/** order by stddev_samp() on columns of table \"nomination_assets\" */\nexport type Nomination_Assets_Stddev_Samp_Order_By = {\n asset_type_id?: InputMaybe;\n id?: InputMaybe;\n nomination_id?: InputMaybe;\n};\n\n/** Streaming cursor of the table \"nomination_assets\" */\nexport type Nomination_Assets_Stream_Cursor_Input = {\n /** Stream column input with initial value */\n initial_value: Nomination_Assets_Stream_Cursor_Value_Input;\n /** cursor ordering */\n ordering?: InputMaybe;\n};\n\n/** Initial value of the column from where the streaming should start */\nexport type Nomination_Assets_Stream_Cursor_Value_Input = {\n asset_type_id?: InputMaybe;\n created?: InputMaybe;\n created_by?: InputMaybe;\n file_name?: InputMaybe;\n id?: InputMaybe;\n nomination_id?: InputMaybe;\n updated?: InputMaybe;\n updated_by?: InputMaybe;\n};\n\n/** aggregate sum on columns */\nexport type Nomination_Assets_Sum_Fields = {\n __typename?: 'nomination_assets_sum_fields';\n asset_type_id?: Maybe;\n id?: Maybe;\n nomination_id?: Maybe;\n};\n\n/** order by sum() on columns of table \"nomination_assets\" */\nexport type Nomination_Assets_Sum_Order_By = {\n asset_type_id?: InputMaybe;\n id?: InputMaybe;\n nomination_id?: InputMaybe;\n};\n\n/** update columns of table \"nomination_assets\" */\nexport enum Nomination_Assets_Update_Column {\n /** column name */\n AssetTypeId = 'asset_type_id',\n /** column name */\n Created = 'created',\n /** column name */\n CreatedBy = 'created_by',\n /** column name */\n FileName = 'file_name',\n /** column name */\n Id = 'id',\n /** column name */\n NominationId = 'nomination_id',\n /** column name */\n Updated = 'updated',\n /** column name */\n UpdatedBy = 'updated_by'\n}\n\nexport type Nomination_Assets_Updates = {\n /** increments the numeric columns with given value of the filtered values */\n _inc?: InputMaybe;\n /** sets the columns of the filtered rows to the given values */\n _set?: InputMaybe;\n /** filter the rows which have to be updated */\n where: Nomination_Assets_Bool_Exp;\n};\n\n/** aggregate var_pop on columns */\nexport type Nomination_Assets_Var_Pop_Fields = {\n __typename?: 'nomination_assets_var_pop_fields';\n asset_type_id?: Maybe;\n id?: Maybe;\n nomination_id?: Maybe;\n};\n\n/** order by var_pop() on columns of table \"nomination_assets\" */\nexport type Nomination_Assets_Var_Pop_Order_By = {\n asset_type_id?: InputMaybe;\n id?: InputMaybe;\n nomination_id?: InputMaybe;\n};\n\n/** aggregate var_samp on columns */\nexport type Nomination_Assets_Var_Samp_Fields = {\n __typename?: 'nomination_assets_var_samp_fields';\n asset_type_id?: Maybe;\n id?: Maybe;\n nomination_id?: Maybe;\n};\n\n/** order by var_samp() on columns of table \"nomination_assets\" */\nexport type Nomination_Assets_Var_Samp_Order_By = {\n asset_type_id?: InputMaybe;\n id?: InputMaybe;\n nomination_id?: InputMaybe;\n};\n\n/** aggregate variance on columns */\nexport type Nomination_Assets_Variance_Fields = {\n __typename?: 'nomination_assets_variance_fields';\n asset_type_id?: Maybe;\n id?: Maybe;\n nomination_id?: Maybe;\n};\n\n/** order by variance() on columns of table \"nomination_assets\" */\nexport type Nomination_Assets_Variance_Order_By = {\n asset_type_id?: InputMaybe;\n id?: InputMaybe;\n nomination_id?: InputMaybe;\n};\n\n/** columns and relationships of \"nominations\" */\nexport type Nominations = {\n __typename?: 'nominations';\n /** An array relationship */\n assets: Array;\n /** An aggregate relationship */\n assets_aggregate: Nomination_Assets_Aggregate;\n /** An object relationship */\n award?: Maybe;\n award_id?: Maybe;\n created: Scalars['timestamp']['output'];\n created_by: Scalars['String']['output'];\n id: Scalars['numeric']['output'];\n /** An object relationship */\n prize?: Maybe;\n prize_id?: Maybe;\n /** An object relationship */\n team?: Maybe;\n team_id?: Maybe;\n /** An object relationship */\n team_membership?: Maybe;\n team_membership_id?: Maybe;\n updated: Scalars['timestamp']['output'];\n updated_by: Scalars['String']['output'];\n};\n\n\n/** columns and relationships of \"nominations\" */\nexport type NominationsAssetsArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n\n/** columns and relationships of \"nominations\" */\nexport type NominationsAssets_AggregateArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n/** aggregated selection of \"nominations\" */\nexport type Nominations_Aggregate = {\n __typename?: 'nominations_aggregate';\n aggregate?: Maybe;\n nodes: Array;\n};\n\nexport type Nominations_Aggregate_Bool_Exp = {\n count?: InputMaybe;\n};\n\nexport type Nominations_Aggregate_Bool_Exp_Count = {\n arguments?: InputMaybe>;\n distinct?: InputMaybe;\n filter?: InputMaybe;\n predicate: Int_Comparison_Exp;\n};\n\n/** aggregate fields of \"nominations\" */\nexport type Nominations_Aggregate_Fields = {\n __typename?: 'nominations_aggregate_fields';\n avg?: Maybe;\n count: Scalars['Int']['output'];\n max?: Maybe;\n min?: Maybe;\n stddev?: Maybe;\n stddev_pop?: Maybe;\n stddev_samp?: Maybe;\n sum?: Maybe;\n var_pop?: Maybe;\n var_samp?: Maybe;\n variance?: Maybe;\n};\n\n\n/** aggregate fields of \"nominations\" */\nexport type Nominations_Aggregate_FieldsCountArgs = {\n columns?: InputMaybe>;\n distinct?: InputMaybe;\n};\n\n/** order by aggregate values of table \"nominations\" */\nexport type Nominations_Aggregate_Order_By = {\n avg?: InputMaybe;\n count?: InputMaybe;\n max?: InputMaybe;\n min?: InputMaybe;\n stddev?: InputMaybe;\n stddev_pop?: InputMaybe;\n stddev_samp?: InputMaybe;\n sum?: InputMaybe;\n var_pop?: InputMaybe;\n var_samp?: InputMaybe;\n variance?: InputMaybe;\n};\n\n/** input type for inserting array relation for remote table \"nominations\" */\nexport type Nominations_Arr_Rel_Insert_Input = {\n data: Array;\n /** upsert condition */\n on_conflict?: InputMaybe;\n};\n\n/** aggregate avg on columns */\nexport type Nominations_Avg_Fields = {\n __typename?: 'nominations_avg_fields';\n award_id?: Maybe;\n id?: Maybe;\n prize_id?: Maybe;\n team_id?: Maybe;\n team_membership_id?: Maybe;\n};\n\n/** order by avg() on columns of table \"nominations\" */\nexport type Nominations_Avg_Order_By = {\n award_id?: InputMaybe;\n id?: InputMaybe;\n prize_id?: InputMaybe;\n team_id?: InputMaybe;\n team_membership_id?: InputMaybe;\n};\n\n/** Boolean expression to filter rows from the table \"nominations\". All fields are combined with a logical 'AND'. */\nexport type Nominations_Bool_Exp = {\n _and?: InputMaybe>;\n _not?: InputMaybe;\n _or?: InputMaybe>;\n assets?: InputMaybe;\n assets_aggregate?: InputMaybe;\n award?: InputMaybe;\n award_id?: InputMaybe;\n created?: InputMaybe;\n created_by?: InputMaybe;\n id?: InputMaybe;\n prize?: InputMaybe;\n prize_id?: InputMaybe;\n team?: InputMaybe;\n team_id?: InputMaybe;\n team_membership?: InputMaybe;\n team_membership_id?: InputMaybe;\n updated?: InputMaybe;\n updated_by?: InputMaybe;\n};\n\n/** unique or primary key constraints on table \"nominations\" */\nexport enum Nominations_Constraint {\n /** unique or primary key constraint on columns \"id\" */\n NominationsPkey = 'nominations_pkey'\n}\n\n/** input type for incrementing numeric columns in table \"nominations\" */\nexport type Nominations_Inc_Input = {\n award_id?: InputMaybe;\n id?: InputMaybe;\n prize_id?: InputMaybe;\n team_id?: InputMaybe;\n team_membership_id?: InputMaybe;\n};\n\n/** input type for inserting data into table \"nominations\" */\nexport type Nominations_Insert_Input = {\n assets?: InputMaybe;\n award?: InputMaybe;\n award_id?: InputMaybe;\n created?: InputMaybe;\n created_by?: InputMaybe;\n id?: InputMaybe;\n prize?: InputMaybe;\n prize_id?: InputMaybe;\n team?: InputMaybe;\n team_id?: InputMaybe;\n team_membership?: InputMaybe;\n team_membership_id?: InputMaybe;\n updated?: InputMaybe;\n updated_by?: InputMaybe;\n};\n\n/** aggregate max on columns */\nexport type Nominations_Max_Fields = {\n __typename?: 'nominations_max_fields';\n award_id?: Maybe;\n created?: Maybe;\n created_by?: Maybe;\n id?: Maybe;\n prize_id?: Maybe;\n team_id?: Maybe;\n team_membership_id?: Maybe;\n updated?: Maybe;\n updated_by?: Maybe;\n};\n\n/** order by max() on columns of table \"nominations\" */\nexport type Nominations_Max_Order_By = {\n award_id?: InputMaybe;\n created?: InputMaybe;\n created_by?: InputMaybe;\n id?: InputMaybe;\n prize_id?: InputMaybe;\n team_id?: InputMaybe;\n team_membership_id?: InputMaybe;\n updated?: InputMaybe;\n updated_by?: InputMaybe;\n};\n\n/** aggregate min on columns */\nexport type Nominations_Min_Fields = {\n __typename?: 'nominations_min_fields';\n award_id?: Maybe;\n created?: Maybe;\n created_by?: Maybe;\n id?: Maybe;\n prize_id?: Maybe;\n team_id?: Maybe;\n team_membership_id?: Maybe;\n updated?: Maybe;\n updated_by?: Maybe;\n};\n\n/** order by min() on columns of table \"nominations\" */\nexport type Nominations_Min_Order_By = {\n award_id?: InputMaybe;\n created?: InputMaybe;\n created_by?: InputMaybe;\n id?: InputMaybe;\n prize_id?: InputMaybe;\n team_id?: InputMaybe;\n team_membership_id?: InputMaybe;\n updated?: InputMaybe;\n updated_by?: InputMaybe;\n};\n\n/** response of any mutation on the table \"nominations\" */\nexport type Nominations_Mutation_Response = {\n __typename?: 'nominations_mutation_response';\n /** number of rows affected by the mutation */\n affected_rows: Scalars['Int']['output'];\n /** data from the rows affected by the mutation */\n returning: Array;\n};\n\n/** input type for inserting object relation for remote table \"nominations\" */\nexport type Nominations_Obj_Rel_Insert_Input = {\n data: Nominations_Insert_Input;\n /** upsert condition */\n on_conflict?: InputMaybe;\n};\n\n/** on_conflict condition type for table \"nominations\" */\nexport type Nominations_On_Conflict = {\n constraint: Nominations_Constraint;\n update_columns?: Array;\n where?: InputMaybe;\n};\n\n/** Ordering options when selecting data from \"nominations\". */\nexport type Nominations_Order_By = {\n assets_aggregate?: InputMaybe;\n award?: InputMaybe;\n award_id?: InputMaybe;\n created?: InputMaybe;\n created_by?: InputMaybe;\n id?: InputMaybe;\n prize?: InputMaybe;\n prize_id?: InputMaybe;\n team?: InputMaybe;\n team_id?: InputMaybe;\n team_membership?: InputMaybe;\n team_membership_id?: InputMaybe;\n updated?: InputMaybe;\n updated_by?: InputMaybe;\n};\n\n/** primary key columns input for table: nominations */\nexport type Nominations_Pk_Columns_Input = {\n id: Scalars['numeric']['input'];\n};\n\n/** select columns of table \"nominations\" */\nexport enum Nominations_Select_Column {\n /** column name */\n AwardId = 'award_id',\n /** column name */\n Created = 'created',\n /** column name */\n CreatedBy = 'created_by',\n /** column name */\n Id = 'id',\n /** column name */\n PrizeId = 'prize_id',\n /** column name */\n TeamId = 'team_id',\n /** column name */\n TeamMembershipId = 'team_membership_id',\n /** column name */\n Updated = 'updated',\n /** column name */\n UpdatedBy = 'updated_by'\n}\n\n/** input type for updating data in table \"nominations\" */\nexport type Nominations_Set_Input = {\n award_id?: InputMaybe;\n created?: InputMaybe;\n created_by?: InputMaybe;\n id?: InputMaybe;\n prize_id?: InputMaybe;\n team_id?: InputMaybe;\n team_membership_id?: InputMaybe;\n updated?: InputMaybe;\n updated_by?: InputMaybe;\n};\n\n/** aggregate stddev on columns */\nexport type Nominations_Stddev_Fields = {\n __typename?: 'nominations_stddev_fields';\n award_id?: Maybe;\n id?: Maybe;\n prize_id?: Maybe;\n team_id?: Maybe;\n team_membership_id?: Maybe;\n};\n\n/** order by stddev() on columns of table \"nominations\" */\nexport type Nominations_Stddev_Order_By = {\n award_id?: InputMaybe;\n id?: InputMaybe;\n prize_id?: InputMaybe;\n team_id?: InputMaybe;\n team_membership_id?: InputMaybe;\n};\n\n/** aggregate stddev_pop on columns */\nexport type Nominations_Stddev_Pop_Fields = {\n __typename?: 'nominations_stddev_pop_fields';\n award_id?: Maybe;\n id?: Maybe;\n prize_id?: Maybe;\n team_id?: Maybe;\n team_membership_id?: Maybe;\n};\n\n/** order by stddev_pop() on columns of table \"nominations\" */\nexport type Nominations_Stddev_Pop_Order_By = {\n award_id?: InputMaybe;\n id?: InputMaybe;\n prize_id?: InputMaybe;\n team_id?: InputMaybe;\n team_membership_id?: InputMaybe;\n};\n\n/** aggregate stddev_samp on columns */\nexport type Nominations_Stddev_Samp_Fields = {\n __typename?: 'nominations_stddev_samp_fields';\n award_id?: Maybe;\n id?: Maybe;\n prize_id?: Maybe;\n team_id?: Maybe;\n team_membership_id?: Maybe;\n};\n\n/** order by stddev_samp() on columns of table \"nominations\" */\nexport type Nominations_Stddev_Samp_Order_By = {\n award_id?: InputMaybe;\n id?: InputMaybe;\n prize_id?: InputMaybe;\n team_id?: InputMaybe;\n team_membership_id?: InputMaybe;\n};\n\n/** Streaming cursor of the table \"nominations\" */\nexport type Nominations_Stream_Cursor_Input = {\n /** Stream column input with initial value */\n initial_value: Nominations_Stream_Cursor_Value_Input;\n /** cursor ordering */\n ordering?: InputMaybe;\n};\n\n/** Initial value of the column from where the streaming should start */\nexport type Nominations_Stream_Cursor_Value_Input = {\n award_id?: InputMaybe;\n created?: InputMaybe;\n created_by?: InputMaybe;\n id?: InputMaybe;\n prize_id?: InputMaybe;\n team_id?: InputMaybe;\n team_membership_id?: InputMaybe;\n updated?: InputMaybe;\n updated_by?: InputMaybe;\n};\n\n/** aggregate sum on columns */\nexport type Nominations_Sum_Fields = {\n __typename?: 'nominations_sum_fields';\n award_id?: Maybe;\n id?: Maybe;\n prize_id?: Maybe;\n team_id?: Maybe;\n team_membership_id?: Maybe;\n};\n\n/** order by sum() on columns of table \"nominations\" */\nexport type Nominations_Sum_Order_By = {\n award_id?: InputMaybe;\n id?: InputMaybe;\n prize_id?: InputMaybe;\n team_id?: InputMaybe;\n team_membership_id?: InputMaybe;\n};\n\n/** update columns of table \"nominations\" */\nexport enum Nominations_Update_Column {\n /** column name */\n AwardId = 'award_id',\n /** column name */\n Created = 'created',\n /** column name */\n CreatedBy = 'created_by',\n /** column name */\n Id = 'id',\n /** column name */\n PrizeId = 'prize_id',\n /** column name */\n TeamId = 'team_id',\n /** column name */\n TeamMembershipId = 'team_membership_id',\n /** column name */\n Updated = 'updated',\n /** column name */\n UpdatedBy = 'updated_by'\n}\n\nexport type Nominations_Updates = {\n /** increments the numeric columns with given value of the filtered values */\n _inc?: InputMaybe;\n /** sets the columns of the filtered rows to the given values */\n _set?: InputMaybe;\n /** filter the rows which have to be updated */\n where: Nominations_Bool_Exp;\n};\n\n/** aggregate var_pop on columns */\nexport type Nominations_Var_Pop_Fields = {\n __typename?: 'nominations_var_pop_fields';\n award_id?: Maybe;\n id?: Maybe;\n prize_id?: Maybe;\n team_id?: Maybe;\n team_membership_id?: Maybe;\n};\n\n/** order by var_pop() on columns of table \"nominations\" */\nexport type Nominations_Var_Pop_Order_By = {\n award_id?: InputMaybe;\n id?: InputMaybe;\n prize_id?: InputMaybe;\n team_id?: InputMaybe;\n team_membership_id?: InputMaybe;\n};\n\n/** aggregate var_samp on columns */\nexport type Nominations_Var_Samp_Fields = {\n __typename?: 'nominations_var_samp_fields';\n award_id?: Maybe;\n id?: Maybe;\n prize_id?: Maybe;\n team_id?: Maybe;\n team_membership_id?: Maybe;\n};\n\n/** order by var_samp() on columns of table \"nominations\" */\nexport type Nominations_Var_Samp_Order_By = {\n award_id?: InputMaybe;\n id?: InputMaybe;\n prize_id?: InputMaybe;\n team_id?: InputMaybe;\n team_membership_id?: InputMaybe;\n};\n\n/** aggregate variance on columns */\nexport type Nominations_Variance_Fields = {\n __typename?: 'nominations_variance_fields';\n award_id?: Maybe;\n id?: Maybe;\n prize_id?: Maybe;\n team_id?: Maybe;\n team_membership_id?: Maybe;\n};\n\n/** order by variance() on columns of table \"nominations\" */\nexport type Nominations_Variance_Order_By = {\n award_id?: InputMaybe;\n id?: InputMaybe;\n prize_id?: InputMaybe;\n team_id?: InputMaybe;\n team_membership_id?: InputMaybe;\n};\n\n/** Boolean expression to compare columns of type \"numeric\". All fields are combined with logical 'AND'. */\nexport type Numeric_Comparison_Exp = {\n _eq?: InputMaybe;\n _gt?: InputMaybe;\n _gte?: InputMaybe;\n _in?: InputMaybe>;\n _is_null?: InputMaybe;\n _lt?: InputMaybe;\n _lte?: InputMaybe;\n _neq?: InputMaybe;\n _nin?: InputMaybe>;\n};\n\n/** columns and relationships of \"online_screening_tickets\" */\nexport type Online_Screening_Tickets = {\n __typename?: 'online_screening_tickets';\n barcode: Scalars['String']['output'];\n created_at: Scalars['timestamptz']['output'];\n email: Scalars['String']['output'];\n event_id: Scalars['String']['output'];\n full_name: Scalars['String']['output'];\n id: Scalars['Int']['output'];\n ticket_type_id: Scalars['String']['output'];\n tt_id: Scalars['String']['output'];\n updated_at: Scalars['timestamptz']['output'];\n voided_at?: Maybe;\n};\n\n/** aggregated selection of \"online_screening_tickets\" */\nexport type Online_Screening_Tickets_Aggregate = {\n __typename?: 'online_screening_tickets_aggregate';\n aggregate?: Maybe;\n nodes: Array;\n};\n\nexport type Online_Screening_Tickets_Aggregate_Bool_Exp = {\n count?: InputMaybe;\n};\n\nexport type Online_Screening_Tickets_Aggregate_Bool_Exp_Count = {\n arguments?: InputMaybe>;\n distinct?: InputMaybe;\n filter?: InputMaybe;\n predicate: Int_Comparison_Exp;\n};\n\n/** aggregate fields of \"online_screening_tickets\" */\nexport type Online_Screening_Tickets_Aggregate_Fields = {\n __typename?: 'online_screening_tickets_aggregate_fields';\n avg?: Maybe;\n count: Scalars['Int']['output'];\n max?: Maybe;\n min?: Maybe;\n stddev?: Maybe;\n stddev_pop?: Maybe;\n stddev_samp?: Maybe;\n sum?: Maybe;\n var_pop?: Maybe;\n var_samp?: Maybe;\n variance?: Maybe;\n};\n\n\n/** aggregate fields of \"online_screening_tickets\" */\nexport type Online_Screening_Tickets_Aggregate_FieldsCountArgs = {\n columns?: InputMaybe>;\n distinct?: InputMaybe;\n};\n\n/** order by aggregate values of table \"online_screening_tickets\" */\nexport type Online_Screening_Tickets_Aggregate_Order_By = {\n avg?: InputMaybe;\n count?: InputMaybe;\n max?: InputMaybe;\n min?: InputMaybe;\n stddev?: InputMaybe;\n stddev_pop?: InputMaybe;\n stddev_samp?: InputMaybe;\n sum?: InputMaybe;\n var_pop?: InputMaybe;\n var_samp?: InputMaybe;\n variance?: InputMaybe;\n};\n\n/** input type for inserting array relation for remote table \"online_screening_tickets\" */\nexport type Online_Screening_Tickets_Arr_Rel_Insert_Input = {\n data: Array;\n /** upsert condition */\n on_conflict?: InputMaybe;\n};\n\n/** aggregate avg on columns */\nexport type Online_Screening_Tickets_Avg_Fields = {\n __typename?: 'online_screening_tickets_avg_fields';\n id?: Maybe;\n};\n\n/** order by avg() on columns of table \"online_screening_tickets\" */\nexport type Online_Screening_Tickets_Avg_Order_By = {\n id?: InputMaybe;\n};\n\n/** Boolean expression to filter rows from the table \"online_screening_tickets\". All fields are combined with a logical 'AND'. */\nexport type Online_Screening_Tickets_Bool_Exp = {\n _and?: InputMaybe>;\n _not?: InputMaybe;\n _or?: InputMaybe>;\n barcode?: InputMaybe;\n created_at?: InputMaybe;\n email?: InputMaybe;\n event_id?: InputMaybe;\n full_name?: InputMaybe;\n id?: InputMaybe;\n ticket_type_id?: InputMaybe;\n tt_id?: InputMaybe;\n updated_at?: InputMaybe;\n voided_at?: InputMaybe;\n};\n\n/** unique or primary key constraints on table \"online_screening_tickets\" */\nexport enum Online_Screening_Tickets_Constraint {\n /** unique or primary key constraint on columns \"id\" */\n OnlineScreeningTicketsPkey = 'online_screening_tickets_pkey'\n}\n\n/** input type for incrementing numeric columns in table \"online_screening_tickets\" */\nexport type Online_Screening_Tickets_Inc_Input = {\n id?: InputMaybe;\n};\n\n/** input type for inserting data into table \"online_screening_tickets\" */\nexport type Online_Screening_Tickets_Insert_Input = {\n barcode?: InputMaybe;\n created_at?: InputMaybe;\n email?: InputMaybe;\n event_id?: InputMaybe;\n full_name?: InputMaybe;\n id?: InputMaybe;\n ticket_type_id?: InputMaybe;\n tt_id?: InputMaybe;\n updated_at?: InputMaybe;\n voided_at?: InputMaybe;\n};\n\n/** aggregate max on columns */\nexport type Online_Screening_Tickets_Max_Fields = {\n __typename?: 'online_screening_tickets_max_fields';\n barcode?: Maybe;\n created_at?: Maybe;\n email?: Maybe;\n event_id?: Maybe;\n full_name?: Maybe;\n id?: Maybe;\n ticket_type_id?: Maybe;\n tt_id?: Maybe;\n updated_at?: Maybe;\n voided_at?: Maybe;\n};\n\n/** order by max() on columns of table \"online_screening_tickets\" */\nexport type Online_Screening_Tickets_Max_Order_By = {\n barcode?: InputMaybe;\n created_at?: InputMaybe;\n email?: InputMaybe;\n event_id?: InputMaybe;\n full_name?: InputMaybe;\n id?: InputMaybe;\n ticket_type_id?: InputMaybe;\n tt_id?: InputMaybe;\n updated_at?: InputMaybe;\n voided_at?: InputMaybe;\n};\n\n/** aggregate min on columns */\nexport type Online_Screening_Tickets_Min_Fields = {\n __typename?: 'online_screening_tickets_min_fields';\n barcode?: Maybe;\n created_at?: Maybe;\n email?: Maybe;\n event_id?: Maybe;\n full_name?: Maybe;\n id?: Maybe;\n ticket_type_id?: Maybe;\n tt_id?: Maybe;\n updated_at?: Maybe;\n voided_at?: Maybe;\n};\n\n/** order by min() on columns of table \"online_screening_tickets\" */\nexport type Online_Screening_Tickets_Min_Order_By = {\n barcode?: InputMaybe;\n created_at?: InputMaybe;\n email?: InputMaybe;\n event_id?: InputMaybe;\n full_name?: InputMaybe;\n id?: InputMaybe;\n ticket_type_id?: InputMaybe;\n tt_id?: InputMaybe;\n updated_at?: InputMaybe;\n voided_at?: InputMaybe;\n};\n\n/** response of any mutation on the table \"online_screening_tickets\" */\nexport type Online_Screening_Tickets_Mutation_Response = {\n __typename?: 'online_screening_tickets_mutation_response';\n /** number of rows affected by the mutation */\n affected_rows: Scalars['Int']['output'];\n /** data from the rows affected by the mutation */\n returning: Array;\n};\n\n/** on_conflict condition type for table \"online_screening_tickets\" */\nexport type Online_Screening_Tickets_On_Conflict = {\n constraint: Online_Screening_Tickets_Constraint;\n update_columns?: Array;\n where?: InputMaybe;\n};\n\n/** Ordering options when selecting data from \"online_screening_tickets\". */\nexport type Online_Screening_Tickets_Order_By = {\n barcode?: InputMaybe;\n created_at?: InputMaybe;\n email?: InputMaybe;\n event_id?: InputMaybe;\n full_name?: InputMaybe;\n id?: InputMaybe;\n ticket_type_id?: InputMaybe;\n tt_id?: InputMaybe;\n updated_at?: InputMaybe;\n voided_at?: InputMaybe;\n};\n\n/** primary key columns input for table: online_screening_tickets */\nexport type Online_Screening_Tickets_Pk_Columns_Input = {\n id: Scalars['Int']['input'];\n};\n\n/** select columns of table \"online_screening_tickets\" */\nexport enum Online_Screening_Tickets_Select_Column {\n /** column name */\n Barcode = 'barcode',\n /** column name */\n CreatedAt = 'created_at',\n /** column name */\n Email = 'email',\n /** column name */\n EventId = 'event_id',\n /** column name */\n FullName = 'full_name',\n /** column name */\n Id = 'id',\n /** column name */\n TicketTypeId = 'ticket_type_id',\n /** column name */\n TtId = 'tt_id',\n /** column name */\n UpdatedAt = 'updated_at',\n /** column name */\n VoidedAt = 'voided_at'\n}\n\n/** input type for updating data in table \"online_screening_tickets\" */\nexport type Online_Screening_Tickets_Set_Input = {\n barcode?: InputMaybe;\n created_at?: InputMaybe;\n email?: InputMaybe;\n event_id?: InputMaybe;\n full_name?: InputMaybe;\n id?: InputMaybe;\n ticket_type_id?: InputMaybe;\n tt_id?: InputMaybe;\n updated_at?: InputMaybe;\n voided_at?: InputMaybe;\n};\n\n/** aggregate stddev on columns */\nexport type Online_Screening_Tickets_Stddev_Fields = {\n __typename?: 'online_screening_tickets_stddev_fields';\n id?: Maybe;\n};\n\n/** order by stddev() on columns of table \"online_screening_tickets\" */\nexport type Online_Screening_Tickets_Stddev_Order_By = {\n id?: InputMaybe;\n};\n\n/** aggregate stddev_pop on columns */\nexport type Online_Screening_Tickets_Stddev_Pop_Fields = {\n __typename?: 'online_screening_tickets_stddev_pop_fields';\n id?: Maybe;\n};\n\n/** order by stddev_pop() on columns of table \"online_screening_tickets\" */\nexport type Online_Screening_Tickets_Stddev_Pop_Order_By = {\n id?: InputMaybe;\n};\n\n/** aggregate stddev_samp on columns */\nexport type Online_Screening_Tickets_Stddev_Samp_Fields = {\n __typename?: 'online_screening_tickets_stddev_samp_fields';\n id?: Maybe;\n};\n\n/** order by stddev_samp() on columns of table \"online_screening_tickets\" */\nexport type Online_Screening_Tickets_Stddev_Samp_Order_By = {\n id?: InputMaybe;\n};\n\n/** Streaming cursor of the table \"online_screening_tickets\" */\nexport type Online_Screening_Tickets_Stream_Cursor_Input = {\n /** Stream column input with initial value */\n initial_value: Online_Screening_Tickets_Stream_Cursor_Value_Input;\n /** cursor ordering */\n ordering?: InputMaybe;\n};\n\n/** Initial value of the column from where the streaming should start */\nexport type Online_Screening_Tickets_Stream_Cursor_Value_Input = {\n barcode?: InputMaybe;\n created_at?: InputMaybe;\n email?: InputMaybe;\n event_id?: InputMaybe;\n full_name?: InputMaybe;\n id?: InputMaybe;\n ticket_type_id?: InputMaybe;\n tt_id?: InputMaybe;\n updated_at?: InputMaybe;\n voided_at?: InputMaybe;\n};\n\n/** aggregate sum on columns */\nexport type Online_Screening_Tickets_Sum_Fields = {\n __typename?: 'online_screening_tickets_sum_fields';\n id?: Maybe;\n};\n\n/** order by sum() on columns of table \"online_screening_tickets\" */\nexport type Online_Screening_Tickets_Sum_Order_By = {\n id?: InputMaybe;\n};\n\n/** update columns of table \"online_screening_tickets\" */\nexport enum Online_Screening_Tickets_Update_Column {\n /** column name */\n Barcode = 'barcode',\n /** column name */\n CreatedAt = 'created_at',\n /** column name */\n Email = 'email',\n /** column name */\n EventId = 'event_id',\n /** column name */\n FullName = 'full_name',\n /** column name */\n Id = 'id',\n /** column name */\n TicketTypeId = 'ticket_type_id',\n /** column name */\n TtId = 'tt_id',\n /** column name */\n UpdatedAt = 'updated_at',\n /** column name */\n VoidedAt = 'voided_at'\n}\n\nexport type Online_Screening_Tickets_Updates = {\n /** increments the numeric columns with given value of the filtered values */\n _inc?: InputMaybe;\n /** sets the columns of the filtered rows to the given values */\n _set?: InputMaybe;\n /** filter the rows which have to be updated */\n where: Online_Screening_Tickets_Bool_Exp;\n};\n\n/** aggregate var_pop on columns */\nexport type Online_Screening_Tickets_Var_Pop_Fields = {\n __typename?: 'online_screening_tickets_var_pop_fields';\n id?: Maybe;\n};\n\n/** order by var_pop() on columns of table \"online_screening_tickets\" */\nexport type Online_Screening_Tickets_Var_Pop_Order_By = {\n id?: InputMaybe;\n};\n\n/** aggregate var_samp on columns */\nexport type Online_Screening_Tickets_Var_Samp_Fields = {\n __typename?: 'online_screening_tickets_var_samp_fields';\n id?: Maybe;\n};\n\n/** order by var_samp() on columns of table \"online_screening_tickets\" */\nexport type Online_Screening_Tickets_Var_Samp_Order_By = {\n id?: InputMaybe;\n};\n\n/** aggregate variance on columns */\nexport type Online_Screening_Tickets_Variance_Fields = {\n __typename?: 'online_screening_tickets_variance_fields';\n id?: Maybe;\n};\n\n/** order by variance() on columns of table \"online_screening_tickets\" */\nexport type Online_Screening_Tickets_Variance_Order_By = {\n id?: InputMaybe;\n};\n\n/** column ordering options */\nexport enum Order_By {\n /** in ascending order, nulls last */\n Asc = 'asc',\n /** in ascending order, nulls first */\n AscNullsFirst = 'asc_nulls_first',\n /** in ascending order, nulls last */\n AscNullsLast = 'asc_nulls_last',\n /** in descending order, nulls first */\n Desc = 'desc',\n /** in descending order, nulls first */\n DescNullsFirst = 'desc_nulls_first',\n /** in descending order, nulls last */\n DescNullsLast = 'desc_nulls_last'\n}\n\n/** columns and relationships of \"payments\" */\nexport type Payments = {\n __typename?: 'payments';\n amount: Scalars['numeric']['output'];\n created: Scalars['timestamp']['output'];\n created_by: Scalars['String']['output'];\n id: Scalars['numeric']['output'];\n method?: Maybe;\n refunded_at?: Maybe;\n stripe_id?: Maybe;\n /** An object relationship */\n team: Teams;\n team_id: Scalars['numeric']['output'];\n updated: Scalars['timestamp']['output'];\n updated_by: Scalars['String']['output'];\n};\n\n/** aggregated selection of \"payments\" */\nexport type Payments_Aggregate = {\n __typename?: 'payments_aggregate';\n aggregate?: Maybe;\n nodes: Array;\n};\n\nexport type Payments_Aggregate_Bool_Exp = {\n count?: InputMaybe;\n};\n\nexport type Payments_Aggregate_Bool_Exp_Count = {\n arguments?: InputMaybe>;\n distinct?: InputMaybe;\n filter?: InputMaybe;\n predicate: Int_Comparison_Exp;\n};\n\n/** aggregate fields of \"payments\" */\nexport type Payments_Aggregate_Fields = {\n __typename?: 'payments_aggregate_fields';\n avg?: Maybe;\n count: Scalars['Int']['output'];\n max?: Maybe;\n min?: Maybe;\n stddev?: Maybe;\n stddev_pop?: Maybe;\n stddev_samp?: Maybe;\n sum?: Maybe;\n var_pop?: Maybe;\n var_samp?: Maybe;\n variance?: Maybe;\n};\n\n\n/** aggregate fields of \"payments\" */\nexport type Payments_Aggregate_FieldsCountArgs = {\n columns?: InputMaybe>;\n distinct?: InputMaybe;\n};\n\n/** order by aggregate values of table \"payments\" */\nexport type Payments_Aggregate_Order_By = {\n avg?: InputMaybe;\n count?: InputMaybe;\n max?: InputMaybe;\n min?: InputMaybe;\n stddev?: InputMaybe;\n stddev_pop?: InputMaybe;\n stddev_samp?: InputMaybe;\n sum?: InputMaybe;\n var_pop?: InputMaybe;\n var_samp?: InputMaybe;\n variance?: InputMaybe;\n};\n\n/** input type for inserting array relation for remote table \"payments\" */\nexport type Payments_Arr_Rel_Insert_Input = {\n data: Array;\n /** upsert condition */\n on_conflict?: InputMaybe;\n};\n\n/** aggregate avg on columns */\nexport type Payments_Avg_Fields = {\n __typename?: 'payments_avg_fields';\n amount?: Maybe;\n id?: Maybe;\n team_id?: Maybe;\n};\n\n/** order by avg() on columns of table \"payments\" */\nexport type Payments_Avg_Order_By = {\n amount?: InputMaybe;\n id?: InputMaybe;\n team_id?: InputMaybe;\n};\n\n/** Boolean expression to filter rows from the table \"payments\". All fields are combined with a logical 'AND'. */\nexport type Payments_Bool_Exp = {\n _and?: InputMaybe>;\n _not?: InputMaybe;\n _or?: InputMaybe>;\n amount?: InputMaybe;\n created?: InputMaybe;\n created_by?: InputMaybe;\n id?: InputMaybe;\n method?: InputMaybe;\n refunded_at?: InputMaybe;\n stripe_id?: InputMaybe;\n team?: InputMaybe;\n team_id?: InputMaybe;\n updated?: InputMaybe;\n updated_by?: InputMaybe;\n};\n\n/** unique or primary key constraints on table \"payments\" */\nexport enum Payments_Constraint {\n /** unique or primary key constraint on columns \"id\" */\n PaymentsPkey = 'payments_pkey',\n /** unique or primary key constraint on columns \"stripe_id\" */\n PaymentsStripeIdKey = 'payments_stripe_id_key'\n}\n\n/** input type for incrementing numeric columns in table \"payments\" */\nexport type Payments_Inc_Input = {\n amount?: InputMaybe;\n id?: InputMaybe;\n team_id?: InputMaybe;\n};\n\n/** input type for inserting data into table \"payments\" */\nexport type Payments_Insert_Input = {\n amount?: InputMaybe;\n created?: InputMaybe;\n created_by?: InputMaybe;\n id?: InputMaybe;\n method?: InputMaybe;\n refunded_at?: InputMaybe;\n stripe_id?: InputMaybe;\n team?: InputMaybe;\n team_id?: InputMaybe;\n updated?: InputMaybe;\n updated_by?: InputMaybe;\n};\n\n/** aggregate max on columns */\nexport type Payments_Max_Fields = {\n __typename?: 'payments_max_fields';\n amount?: Maybe;\n created?: Maybe;\n created_by?: Maybe;\n id?: Maybe;\n method?: Maybe;\n refunded_at?: Maybe;\n stripe_id?: Maybe;\n team_id?: Maybe;\n updated?: Maybe;\n updated_by?: Maybe;\n};\n\n/** order by max() on columns of table \"payments\" */\nexport type Payments_Max_Order_By = {\n amount?: InputMaybe;\n created?: InputMaybe;\n created_by?: InputMaybe;\n id?: InputMaybe;\n method?: InputMaybe;\n refunded_at?: InputMaybe;\n stripe_id?: InputMaybe;\n team_id?: InputMaybe;\n updated?: InputMaybe;\n updated_by?: InputMaybe;\n};\n\n/** aggregate min on columns */\nexport type Payments_Min_Fields = {\n __typename?: 'payments_min_fields';\n amount?: Maybe;\n created?: Maybe;\n created_by?: Maybe;\n id?: Maybe;\n method?: Maybe;\n refunded_at?: Maybe;\n stripe_id?: Maybe;\n team_id?: Maybe;\n updated?: Maybe;\n updated_by?: Maybe;\n};\n\n/** order by min() on columns of table \"payments\" */\nexport type Payments_Min_Order_By = {\n amount?: InputMaybe;\n created?: InputMaybe;\n created_by?: InputMaybe;\n id?: InputMaybe;\n method?: InputMaybe;\n refunded_at?: InputMaybe;\n stripe_id?: InputMaybe;\n team_id?: InputMaybe;\n updated?: InputMaybe;\n updated_by?: InputMaybe;\n};\n\n/** response of any mutation on the table \"payments\" */\nexport type Payments_Mutation_Response = {\n __typename?: 'payments_mutation_response';\n /** number of rows affected by the mutation */\n affected_rows: Scalars['Int']['output'];\n /** data from the rows affected by the mutation */\n returning: Array;\n};\n\n/** on_conflict condition type for table \"payments\" */\nexport type Payments_On_Conflict = {\n constraint: Payments_Constraint;\n update_columns?: Array;\n where?: InputMaybe;\n};\n\n/** Ordering options when selecting data from \"payments\". */\nexport type Payments_Order_By = {\n amount?: InputMaybe;\n created?: InputMaybe;\n created_by?: InputMaybe;\n id?: InputMaybe;\n method?: InputMaybe;\n refunded_at?: InputMaybe;\n stripe_id?: InputMaybe;\n team?: InputMaybe;\n team_id?: InputMaybe;\n updated?: InputMaybe;\n updated_by?: InputMaybe;\n};\n\n/** primary key columns input for table: payments */\nexport type Payments_Pk_Columns_Input = {\n id: Scalars['numeric']['input'];\n};\n\n/** select columns of table \"payments\" */\nexport enum Payments_Select_Column {\n /** column name */\n Amount = 'amount',\n /** column name */\n Created = 'created',\n /** column name */\n CreatedBy = 'created_by',\n /** column name */\n Id = 'id',\n /** column name */\n Method = 'method',\n /** column name */\n RefundedAt = 'refunded_at',\n /** column name */\n StripeId = 'stripe_id',\n /** column name */\n TeamId = 'team_id',\n /** column name */\n Updated = 'updated',\n /** column name */\n UpdatedBy = 'updated_by'\n}\n\n/** input type for updating data in table \"payments\" */\nexport type Payments_Set_Input = {\n amount?: InputMaybe;\n created?: InputMaybe;\n created_by?: InputMaybe;\n id?: InputMaybe;\n method?: InputMaybe;\n refunded_at?: InputMaybe;\n stripe_id?: InputMaybe;\n team_id?: InputMaybe;\n updated?: InputMaybe;\n updated_by?: InputMaybe;\n};\n\n/** aggregate stddev on columns */\nexport type Payments_Stddev_Fields = {\n __typename?: 'payments_stddev_fields';\n amount?: Maybe;\n id?: Maybe;\n team_id?: Maybe;\n};\n\n/** order by stddev() on columns of table \"payments\" */\nexport type Payments_Stddev_Order_By = {\n amount?: InputMaybe;\n id?: InputMaybe;\n team_id?: InputMaybe;\n};\n\n/** aggregate stddev_pop on columns */\nexport type Payments_Stddev_Pop_Fields = {\n __typename?: 'payments_stddev_pop_fields';\n amount?: Maybe;\n id?: Maybe;\n team_id?: Maybe;\n};\n\n/** order by stddev_pop() on columns of table \"payments\" */\nexport type Payments_Stddev_Pop_Order_By = {\n amount?: InputMaybe;\n id?: InputMaybe;\n team_id?: InputMaybe;\n};\n\n/** aggregate stddev_samp on columns */\nexport type Payments_Stddev_Samp_Fields = {\n __typename?: 'payments_stddev_samp_fields';\n amount?: Maybe;\n id?: Maybe;\n team_id?: Maybe;\n};\n\n/** order by stddev_samp() on columns of table \"payments\" */\nexport type Payments_Stddev_Samp_Order_By = {\n amount?: InputMaybe;\n id?: InputMaybe;\n team_id?: InputMaybe;\n};\n\n/** Streaming cursor of the table \"payments\" */\nexport type Payments_Stream_Cursor_Input = {\n /** Stream column input with initial value */\n initial_value: Payments_Stream_Cursor_Value_Input;\n /** cursor ordering */\n ordering?: InputMaybe;\n};\n\n/** Initial value of the column from where the streaming should start */\nexport type Payments_Stream_Cursor_Value_Input = {\n amount?: InputMaybe;\n created?: InputMaybe;\n created_by?: InputMaybe;\n id?: InputMaybe;\n method?: InputMaybe;\n refunded_at?: InputMaybe;\n stripe_id?: InputMaybe;\n team_id?: InputMaybe;\n updated?: InputMaybe;\n updated_by?: InputMaybe;\n};\n\n/** aggregate sum on columns */\nexport type Payments_Sum_Fields = {\n __typename?: 'payments_sum_fields';\n amount?: Maybe;\n id?: Maybe;\n team_id?: Maybe;\n};\n\n/** order by sum() on columns of table \"payments\" */\nexport type Payments_Sum_Order_By = {\n amount?: InputMaybe;\n id?: InputMaybe;\n team_id?: InputMaybe;\n};\n\n/** update columns of table \"payments\" */\nexport enum Payments_Update_Column {\n /** column name */\n Amount = 'amount',\n /** column name */\n Created = 'created',\n /** column name */\n CreatedBy = 'created_by',\n /** column name */\n Id = 'id',\n /** column name */\n Method = 'method',\n /** column name */\n RefundedAt = 'refunded_at',\n /** column name */\n StripeId = 'stripe_id',\n /** column name */\n TeamId = 'team_id',\n /** column name */\n Updated = 'updated',\n /** column name */\n UpdatedBy = 'updated_by'\n}\n\nexport type Payments_Updates = {\n /** increments the numeric columns with given value of the filtered values */\n _inc?: InputMaybe;\n /** sets the columns of the filtered rows to the given values */\n _set?: InputMaybe;\n /** filter the rows which have to be updated */\n where: Payments_Bool_Exp;\n};\n\n/** aggregate var_pop on columns */\nexport type Payments_Var_Pop_Fields = {\n __typename?: 'payments_var_pop_fields';\n amount?: Maybe;\n id?: Maybe;\n team_id?: Maybe;\n};\n\n/** order by var_pop() on columns of table \"payments\" */\nexport type Payments_Var_Pop_Order_By = {\n amount?: InputMaybe;\n id?: InputMaybe;\n team_id?: InputMaybe;\n};\n\n/** aggregate var_samp on columns */\nexport type Payments_Var_Samp_Fields = {\n __typename?: 'payments_var_samp_fields';\n amount?: Maybe;\n id?: Maybe;\n team_id?: Maybe;\n};\n\n/** order by var_samp() on columns of table \"payments\" */\nexport type Payments_Var_Samp_Order_By = {\n amount?: InputMaybe;\n id?: InputMaybe;\n team_id?: InputMaybe;\n};\n\n/** aggregate variance on columns */\nexport type Payments_Variance_Fields = {\n __typename?: 'payments_variance_fields';\n amount?: Maybe;\n id?: Maybe;\n team_id?: Maybe;\n};\n\n/** order by variance() on columns of table \"payments\" */\nexport type Payments_Variance_Order_By = {\n amount?: InputMaybe;\n id?: InputMaybe;\n team_id?: InputMaybe;\n};\n\n/** columns and relationships of \"playlist_team\" */\nexport type Playlist_Team = {\n __typename?: 'playlist_team';\n created_at: Scalars['timestamptz']['output'];\n id: Scalars['Int']['output'];\n /** An object relationship */\n playlist: Playlists;\n playlist_id: Scalars['Int']['output'];\n sort: Scalars['Int']['output'];\n /** An object relationship */\n team: Teams;\n team_id: Scalars['Int']['output'];\n updated_at: Scalars['timestamptz']['output'];\n};\n\n/** aggregated selection of \"playlist_team\" */\nexport type Playlist_Team_Aggregate = {\n __typename?: 'playlist_team_aggregate';\n aggregate?: Maybe;\n nodes: Array;\n};\n\nexport type Playlist_Team_Aggregate_Bool_Exp = {\n count?: InputMaybe;\n};\n\nexport type Playlist_Team_Aggregate_Bool_Exp_Count = {\n arguments?: InputMaybe>;\n distinct?: InputMaybe;\n filter?: InputMaybe;\n predicate: Int_Comparison_Exp;\n};\n\n/** aggregate fields of \"playlist_team\" */\nexport type Playlist_Team_Aggregate_Fields = {\n __typename?: 'playlist_team_aggregate_fields';\n avg?: Maybe;\n count: Scalars['Int']['output'];\n max?: Maybe;\n min?: Maybe;\n stddev?: Maybe;\n stddev_pop?: Maybe;\n stddev_samp?: Maybe;\n sum?: Maybe;\n var_pop?: Maybe;\n var_samp?: Maybe;\n variance?: Maybe;\n};\n\n\n/** aggregate fields of \"playlist_team\" */\nexport type Playlist_Team_Aggregate_FieldsCountArgs = {\n columns?: InputMaybe>;\n distinct?: InputMaybe;\n};\n\n/** order by aggregate values of table \"playlist_team\" */\nexport type Playlist_Team_Aggregate_Order_By = {\n avg?: InputMaybe;\n count?: InputMaybe;\n max?: InputMaybe;\n min?: InputMaybe;\n stddev?: InputMaybe;\n stddev_pop?: InputMaybe;\n stddev_samp?: InputMaybe;\n sum?: InputMaybe;\n var_pop?: InputMaybe;\n var_samp?: InputMaybe;\n variance?: InputMaybe;\n};\n\n/** input type for inserting array relation for remote table \"playlist_team\" */\nexport type Playlist_Team_Arr_Rel_Insert_Input = {\n data: Array;\n /** upsert condition */\n on_conflict?: InputMaybe;\n};\n\n/** aggregate avg on columns */\nexport type Playlist_Team_Avg_Fields = {\n __typename?: 'playlist_team_avg_fields';\n id?: Maybe;\n playlist_id?: Maybe;\n sort?: Maybe;\n team_id?: Maybe;\n};\n\n/** order by avg() on columns of table \"playlist_team\" */\nexport type Playlist_Team_Avg_Order_By = {\n id?: InputMaybe;\n playlist_id?: InputMaybe;\n sort?: InputMaybe;\n team_id?: InputMaybe;\n};\n\n/** Boolean expression to filter rows from the table \"playlist_team\". All fields are combined with a logical 'AND'. */\nexport type Playlist_Team_Bool_Exp = {\n _and?: InputMaybe>;\n _not?: InputMaybe;\n _or?: InputMaybe>;\n created_at?: InputMaybe;\n id?: InputMaybe;\n playlist?: InputMaybe;\n playlist_id?: InputMaybe;\n sort?: InputMaybe;\n team?: InputMaybe;\n team_id?: InputMaybe;\n updated_at?: InputMaybe;\n};\n\n/** unique or primary key constraints on table \"playlist_team\" */\nexport enum Playlist_Team_Constraint {\n /** unique or primary key constraint on columns \"id\" */\n PlaylistTeamPkey = 'playlist_team_pkey',\n /** unique or primary key constraint on columns \"sort\", \"playlist_id\" */\n PlaylistTeamPlaylistIdSortKey = 'playlist_team_playlist_id_sort_key'\n}\n\n/** input type for incrementing numeric columns in table \"playlist_team\" */\nexport type Playlist_Team_Inc_Input = {\n id?: InputMaybe;\n playlist_id?: InputMaybe;\n sort?: InputMaybe;\n team_id?: InputMaybe;\n};\n\n/** input type for inserting data into table \"playlist_team\" */\nexport type Playlist_Team_Insert_Input = {\n created_at?: InputMaybe;\n id?: InputMaybe;\n playlist?: InputMaybe;\n playlist_id?: InputMaybe;\n sort?: InputMaybe;\n team?: InputMaybe;\n team_id?: InputMaybe;\n updated_at?: InputMaybe;\n};\n\n/** aggregate max on columns */\nexport type Playlist_Team_Max_Fields = {\n __typename?: 'playlist_team_max_fields';\n created_at?: Maybe;\n id?: Maybe;\n playlist_id?: Maybe;\n sort?: Maybe;\n team_id?: Maybe;\n updated_at?: Maybe;\n};\n\n/** order by max() on columns of table \"playlist_team\" */\nexport type Playlist_Team_Max_Order_By = {\n created_at?: InputMaybe;\n id?: InputMaybe;\n playlist_id?: InputMaybe;\n sort?: InputMaybe;\n team_id?: InputMaybe;\n updated_at?: InputMaybe;\n};\n\n/** aggregate min on columns */\nexport type Playlist_Team_Min_Fields = {\n __typename?: 'playlist_team_min_fields';\n created_at?: Maybe;\n id?: Maybe;\n playlist_id?: Maybe;\n sort?: Maybe;\n team_id?: Maybe;\n updated_at?: Maybe;\n};\n\n/** order by min() on columns of table \"playlist_team\" */\nexport type Playlist_Team_Min_Order_By = {\n created_at?: InputMaybe;\n id?: InputMaybe;\n playlist_id?: InputMaybe;\n sort?: InputMaybe;\n team_id?: InputMaybe;\n updated_at?: InputMaybe;\n};\n\n/** response of any mutation on the table \"playlist_team\" */\nexport type Playlist_Team_Mutation_Response = {\n __typename?: 'playlist_team_mutation_response';\n /** number of rows affected by the mutation */\n affected_rows: Scalars['Int']['output'];\n /** data from the rows affected by the mutation */\n returning: Array;\n};\n\n/** on_conflict condition type for table \"playlist_team\" */\nexport type Playlist_Team_On_Conflict = {\n constraint: Playlist_Team_Constraint;\n update_columns?: Array;\n where?: InputMaybe;\n};\n\n/** Ordering options when selecting data from \"playlist_team\". */\nexport type Playlist_Team_Order_By = {\n created_at?: InputMaybe;\n id?: InputMaybe;\n playlist?: InputMaybe;\n playlist_id?: InputMaybe;\n sort?: InputMaybe;\n team?: InputMaybe;\n team_id?: InputMaybe;\n updated_at?: InputMaybe;\n};\n\n/** primary key columns input for table: playlist_team */\nexport type Playlist_Team_Pk_Columns_Input = {\n id: Scalars['Int']['input'];\n};\n\n/** select columns of table \"playlist_team\" */\nexport enum Playlist_Team_Select_Column {\n /** column name */\n CreatedAt = 'created_at',\n /** column name */\n Id = 'id',\n /** column name */\n PlaylistId = 'playlist_id',\n /** column name */\n Sort = 'sort',\n /** column name */\n TeamId = 'team_id',\n /** column name */\n UpdatedAt = 'updated_at'\n}\n\n/** input type for updating data in table \"playlist_team\" */\nexport type Playlist_Team_Set_Input = {\n created_at?: InputMaybe;\n id?: InputMaybe;\n playlist_id?: InputMaybe;\n sort?: InputMaybe;\n team_id?: InputMaybe;\n updated_at?: InputMaybe;\n};\n\n/** aggregate stddev on columns */\nexport type Playlist_Team_Stddev_Fields = {\n __typename?: 'playlist_team_stddev_fields';\n id?: Maybe;\n playlist_id?: Maybe;\n sort?: Maybe;\n team_id?: Maybe;\n};\n\n/** order by stddev() on columns of table \"playlist_team\" */\nexport type Playlist_Team_Stddev_Order_By = {\n id?: InputMaybe;\n playlist_id?: InputMaybe;\n sort?: InputMaybe;\n team_id?: InputMaybe;\n};\n\n/** aggregate stddev_pop on columns */\nexport type Playlist_Team_Stddev_Pop_Fields = {\n __typename?: 'playlist_team_stddev_pop_fields';\n id?: Maybe;\n playlist_id?: Maybe;\n sort?: Maybe;\n team_id?: Maybe;\n};\n\n/** order by stddev_pop() on columns of table \"playlist_team\" */\nexport type Playlist_Team_Stddev_Pop_Order_By = {\n id?: InputMaybe;\n playlist_id?: InputMaybe;\n sort?: InputMaybe;\n team_id?: InputMaybe;\n};\n\n/** aggregate stddev_samp on columns */\nexport type Playlist_Team_Stddev_Samp_Fields = {\n __typename?: 'playlist_team_stddev_samp_fields';\n id?: Maybe;\n playlist_id?: Maybe;\n sort?: Maybe;\n team_id?: Maybe;\n};\n\n/** order by stddev_samp() on columns of table \"playlist_team\" */\nexport type Playlist_Team_Stddev_Samp_Order_By = {\n id?: InputMaybe;\n playlist_id?: InputMaybe;\n sort?: InputMaybe;\n team_id?: InputMaybe;\n};\n\n/** Streaming cursor of the table \"playlist_team\" */\nexport type Playlist_Team_Stream_Cursor_Input = {\n /** Stream column input with initial value */\n initial_value: Playlist_Team_Stream_Cursor_Value_Input;\n /** cursor ordering */\n ordering?: InputMaybe;\n};\n\n/** Initial value of the column from where the streaming should start */\nexport type Playlist_Team_Stream_Cursor_Value_Input = {\n created_at?: InputMaybe;\n id?: InputMaybe;\n playlist_id?: InputMaybe;\n sort?: InputMaybe;\n team_id?: InputMaybe;\n updated_at?: InputMaybe;\n};\n\n/** aggregate sum on columns */\nexport type Playlist_Team_Sum_Fields = {\n __typename?: 'playlist_team_sum_fields';\n id?: Maybe;\n playlist_id?: Maybe;\n sort?: Maybe;\n team_id?: Maybe;\n};\n\n/** order by sum() on columns of table \"playlist_team\" */\nexport type Playlist_Team_Sum_Order_By = {\n id?: InputMaybe;\n playlist_id?: InputMaybe;\n sort?: InputMaybe;\n team_id?: InputMaybe;\n};\n\n/** update columns of table \"playlist_team\" */\nexport enum Playlist_Team_Update_Column {\n /** column name */\n CreatedAt = 'created_at',\n /** column name */\n Id = 'id',\n /** column name */\n PlaylistId = 'playlist_id',\n /** column name */\n Sort = 'sort',\n /** column name */\n TeamId = 'team_id',\n /** column name */\n UpdatedAt = 'updated_at'\n}\n\nexport type Playlist_Team_Updates = {\n /** increments the numeric columns with given value of the filtered values */\n _inc?: InputMaybe;\n /** sets the columns of the filtered rows to the given values */\n _set?: InputMaybe;\n /** filter the rows which have to be updated */\n where: Playlist_Team_Bool_Exp;\n};\n\n/** aggregate var_pop on columns */\nexport type Playlist_Team_Var_Pop_Fields = {\n __typename?: 'playlist_team_var_pop_fields';\n id?: Maybe;\n playlist_id?: Maybe;\n sort?: Maybe;\n team_id?: Maybe;\n};\n\n/** order by var_pop() on columns of table \"playlist_team\" */\nexport type Playlist_Team_Var_Pop_Order_By = {\n id?: InputMaybe;\n playlist_id?: InputMaybe;\n sort?: InputMaybe;\n team_id?: InputMaybe;\n};\n\n/** aggregate var_samp on columns */\nexport type Playlist_Team_Var_Samp_Fields = {\n __typename?: 'playlist_team_var_samp_fields';\n id?: Maybe;\n playlist_id?: Maybe;\n sort?: Maybe;\n team_id?: Maybe;\n};\n\n/** order by var_samp() on columns of table \"playlist_team\" */\nexport type Playlist_Team_Var_Samp_Order_By = {\n id?: InputMaybe;\n playlist_id?: InputMaybe;\n sort?: InputMaybe;\n team_id?: InputMaybe;\n};\n\n/** aggregate variance on columns */\nexport type Playlist_Team_Variance_Fields = {\n __typename?: 'playlist_team_variance_fields';\n id?: Maybe;\n playlist_id?: Maybe;\n sort?: Maybe;\n team_id?: Maybe;\n};\n\n/** order by variance() on columns of table \"playlist_team\" */\nexport type Playlist_Team_Variance_Order_By = {\n id?: InputMaybe;\n playlist_id?: InputMaybe;\n sort?: InputMaybe;\n team_id?: InputMaybe;\n};\n\n/** columns and relationships of \"playlists\" */\nexport type Playlists = {\n __typename?: 'playlists';\n created_at: Scalars['timestamptz']['output'];\n id: Scalars['Int']['output'];\n instructions: Scalars['String']['output'];\n name: Scalars['String']['output'];\n /** An array relationship */\n teams: Array;\n /** An aggregate relationship */\n teams_aggregate: Playlist_Team_Aggregate;\n updated_at: Scalars['timestamptz']['output'];\n};\n\n\n/** columns and relationships of \"playlists\" */\nexport type PlaylistsTeamsArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n\n/** columns and relationships of \"playlists\" */\nexport type PlaylistsTeams_AggregateArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n/** aggregated selection of \"playlists\" */\nexport type Playlists_Aggregate = {\n __typename?: 'playlists_aggregate';\n aggregate?: Maybe;\n nodes: Array;\n};\n\n/** aggregate fields of \"playlists\" */\nexport type Playlists_Aggregate_Fields = {\n __typename?: 'playlists_aggregate_fields';\n avg?: Maybe;\n count: Scalars['Int']['output'];\n max?: Maybe;\n min?: Maybe;\n stddev?: Maybe;\n stddev_pop?: Maybe;\n stddev_samp?: Maybe;\n sum?: Maybe;\n var_pop?: Maybe;\n var_samp?: Maybe;\n variance?: Maybe;\n};\n\n\n/** aggregate fields of \"playlists\" */\nexport type Playlists_Aggregate_FieldsCountArgs = {\n columns?: InputMaybe>;\n distinct?: InputMaybe;\n};\n\n/** aggregate avg on columns */\nexport type Playlists_Avg_Fields = {\n __typename?: 'playlists_avg_fields';\n id?: Maybe;\n};\n\n/** Boolean expression to filter rows from the table \"playlists\". All fields are combined with a logical 'AND'. */\nexport type Playlists_Bool_Exp = {\n _and?: InputMaybe>;\n _not?: InputMaybe;\n _or?: InputMaybe>;\n created_at?: InputMaybe;\n id?: InputMaybe;\n instructions?: InputMaybe;\n name?: InputMaybe;\n teams?: InputMaybe;\n teams_aggregate?: InputMaybe;\n updated_at?: InputMaybe;\n};\n\n/** unique or primary key constraints on table \"playlists\" */\nexport enum Playlists_Constraint {\n /** unique or primary key constraint on columns \"id\" */\n PlaylistsPkey = 'playlists_pkey'\n}\n\n/** input type for incrementing numeric columns in table \"playlists\" */\nexport type Playlists_Inc_Input = {\n id?: InputMaybe;\n};\n\n/** input type for inserting data into table \"playlists\" */\nexport type Playlists_Insert_Input = {\n created_at?: InputMaybe;\n id?: InputMaybe;\n instructions?: InputMaybe;\n name?: InputMaybe;\n teams?: InputMaybe;\n updated_at?: InputMaybe;\n};\n\n/** aggregate max on columns */\nexport type Playlists_Max_Fields = {\n __typename?: 'playlists_max_fields';\n created_at?: Maybe;\n id?: Maybe;\n instructions?: Maybe;\n name?: Maybe;\n updated_at?: Maybe;\n};\n\n/** aggregate min on columns */\nexport type Playlists_Min_Fields = {\n __typename?: 'playlists_min_fields';\n created_at?: Maybe;\n id?: Maybe;\n instructions?: Maybe;\n name?: Maybe;\n updated_at?: Maybe;\n};\n\n/** response of any mutation on the table \"playlists\" */\nexport type Playlists_Mutation_Response = {\n __typename?: 'playlists_mutation_response';\n /** number of rows affected by the mutation */\n affected_rows: Scalars['Int']['output'];\n /** data from the rows affected by the mutation */\n returning: Array;\n};\n\n/** input type for inserting object relation for remote table \"playlists\" */\nexport type Playlists_Obj_Rel_Insert_Input = {\n data: Playlists_Insert_Input;\n /** upsert condition */\n on_conflict?: InputMaybe;\n};\n\n/** on_conflict condition type for table \"playlists\" */\nexport type Playlists_On_Conflict = {\n constraint: Playlists_Constraint;\n update_columns?: Array;\n where?: InputMaybe;\n};\n\n/** Ordering options when selecting data from \"playlists\". */\nexport type Playlists_Order_By = {\n created_at?: InputMaybe;\n id?: InputMaybe;\n instructions?: InputMaybe;\n name?: InputMaybe;\n teams_aggregate?: InputMaybe;\n updated_at?: InputMaybe;\n};\n\n/** primary key columns input for table: playlists */\nexport type Playlists_Pk_Columns_Input = {\n id: Scalars['Int']['input'];\n};\n\n/** select columns of table \"playlists\" */\nexport enum Playlists_Select_Column {\n /** column name */\n CreatedAt = 'created_at',\n /** column name */\n Id = 'id',\n /** column name */\n Instructions = 'instructions',\n /** column name */\n Name = 'name',\n /** column name */\n UpdatedAt = 'updated_at'\n}\n\n/** input type for updating data in table \"playlists\" */\nexport type Playlists_Set_Input = {\n created_at?: InputMaybe;\n id?: InputMaybe;\n instructions?: InputMaybe;\n name?: InputMaybe;\n updated_at?: InputMaybe;\n};\n\n/** aggregate stddev on columns */\nexport type Playlists_Stddev_Fields = {\n __typename?: 'playlists_stddev_fields';\n id?: Maybe;\n};\n\n/** aggregate stddev_pop on columns */\nexport type Playlists_Stddev_Pop_Fields = {\n __typename?: 'playlists_stddev_pop_fields';\n id?: Maybe;\n};\n\n/** aggregate stddev_samp on columns */\nexport type Playlists_Stddev_Samp_Fields = {\n __typename?: 'playlists_stddev_samp_fields';\n id?: Maybe;\n};\n\n/** Streaming cursor of the table \"playlists\" */\nexport type Playlists_Stream_Cursor_Input = {\n /** Stream column input with initial value */\n initial_value: Playlists_Stream_Cursor_Value_Input;\n /** cursor ordering */\n ordering?: InputMaybe;\n};\n\n/** Initial value of the column from where the streaming should start */\nexport type Playlists_Stream_Cursor_Value_Input = {\n created_at?: InputMaybe;\n id?: InputMaybe;\n instructions?: InputMaybe;\n name?: InputMaybe;\n updated_at?: InputMaybe;\n};\n\n/** aggregate sum on columns */\nexport type Playlists_Sum_Fields = {\n __typename?: 'playlists_sum_fields';\n id?: Maybe;\n};\n\n/** update columns of table \"playlists\" */\nexport enum Playlists_Update_Column {\n /** column name */\n CreatedAt = 'created_at',\n /** column name */\n Id = 'id',\n /** column name */\n Instructions = 'instructions',\n /** column name */\n Name = 'name',\n /** column name */\n UpdatedAt = 'updated_at'\n}\n\nexport type Playlists_Updates = {\n /** increments the numeric columns with given value of the filtered values */\n _inc?: InputMaybe;\n /** sets the columns of the filtered rows to the given values */\n _set?: InputMaybe;\n /** filter the rows which have to be updated */\n where: Playlists_Bool_Exp;\n};\n\n/** aggregate var_pop on columns */\nexport type Playlists_Var_Pop_Fields = {\n __typename?: 'playlists_var_pop_fields';\n id?: Maybe;\n};\n\n/** aggregate var_samp on columns */\nexport type Playlists_Var_Samp_Fields = {\n __typename?: 'playlists_var_samp_fields';\n id?: Maybe;\n};\n\n/** aggregate variance on columns */\nexport type Playlists_Variance_Fields = {\n __typename?: 'playlists_variance_fields';\n id?: Maybe;\n};\n\n/** columns and relationships of \"prize_elections\" */\nexport type Prize_Elections = {\n __typename?: 'prize_elections';\n created?: Maybe;\n created_by?: Maybe;\n id?: Maybe;\n /** An object relationship */\n prize?: Maybe;\n prize_id?: Maybe;\n /** An object relationship */\n team?: Maybe;\n team_id?: Maybe;\n updated?: Maybe;\n updated_by?: Maybe;\n};\n\n/** aggregated selection of \"prize_elections\" */\nexport type Prize_Elections_Aggregate = {\n __typename?: 'prize_elections_aggregate';\n aggregate?: Maybe;\n nodes: Array;\n};\n\nexport type Prize_Elections_Aggregate_Bool_Exp = {\n count?: InputMaybe;\n};\n\nexport type Prize_Elections_Aggregate_Bool_Exp_Count = {\n arguments?: InputMaybe>;\n distinct?: InputMaybe;\n filter?: InputMaybe;\n predicate: Int_Comparison_Exp;\n};\n\n/** aggregate fields of \"prize_elections\" */\nexport type Prize_Elections_Aggregate_Fields = {\n __typename?: 'prize_elections_aggregate_fields';\n avg?: Maybe;\n count: Scalars['Int']['output'];\n max?: Maybe;\n min?: Maybe;\n stddev?: Maybe;\n stddev_pop?: Maybe;\n stddev_samp?: Maybe;\n sum?: Maybe;\n var_pop?: Maybe;\n var_samp?: Maybe;\n variance?: Maybe;\n};\n\n\n/** aggregate fields of \"prize_elections\" */\nexport type Prize_Elections_Aggregate_FieldsCountArgs = {\n columns?: InputMaybe>;\n distinct?: InputMaybe;\n};\n\n/** order by aggregate values of table \"prize_elections\" */\nexport type Prize_Elections_Aggregate_Order_By = {\n avg?: InputMaybe;\n count?: InputMaybe;\n max?: InputMaybe;\n min?: InputMaybe;\n stddev?: InputMaybe;\n stddev_pop?: InputMaybe;\n stddev_samp?: InputMaybe;\n sum?: InputMaybe;\n var_pop?: InputMaybe;\n var_samp?: InputMaybe;\n variance?: InputMaybe;\n};\n\n/** input type for inserting array relation for remote table \"prize_elections\" */\nexport type Prize_Elections_Arr_Rel_Insert_Input = {\n data: Array;\n};\n\n/** aggregate avg on columns */\nexport type Prize_Elections_Avg_Fields = {\n __typename?: 'prize_elections_avg_fields';\n id?: Maybe;\n prize_id?: Maybe;\n team_id?: Maybe;\n};\n\n/** order by avg() on columns of table \"prize_elections\" */\nexport type Prize_Elections_Avg_Order_By = {\n id?: InputMaybe;\n prize_id?: InputMaybe;\n team_id?: InputMaybe;\n};\n\n/** Boolean expression to filter rows from the table \"prize_elections\". All fields are combined with a logical 'AND'. */\nexport type Prize_Elections_Bool_Exp = {\n _and?: InputMaybe>;\n _not?: InputMaybe;\n _or?: InputMaybe>;\n created?: InputMaybe;\n created_by?: InputMaybe;\n id?: InputMaybe;\n prize?: InputMaybe;\n prize_id?: InputMaybe;\n team?: InputMaybe;\n team_id?: InputMaybe;\n updated?: InputMaybe;\n updated_by?: InputMaybe;\n};\n\n/** input type for incrementing numeric columns in table \"prize_elections\" */\nexport type Prize_Elections_Inc_Input = {\n id?: InputMaybe;\n prize_id?: InputMaybe;\n team_id?: InputMaybe;\n};\n\n/** input type for inserting data into table \"prize_elections\" */\nexport type Prize_Elections_Insert_Input = {\n created?: InputMaybe;\n created_by?: InputMaybe;\n id?: InputMaybe;\n prize?: InputMaybe;\n prize_id?: InputMaybe;\n team?: InputMaybe;\n team_id?: InputMaybe;\n updated?: InputMaybe;\n updated_by?: InputMaybe;\n};\n\n/** aggregate max on columns */\nexport type Prize_Elections_Max_Fields = {\n __typename?: 'prize_elections_max_fields';\n created?: Maybe;\n created_by?: Maybe;\n id?: Maybe;\n prize_id?: Maybe;\n team_id?: Maybe;\n updated?: Maybe;\n updated_by?: Maybe;\n};\n\n/** order by max() on columns of table \"prize_elections\" */\nexport type Prize_Elections_Max_Order_By = {\n created?: InputMaybe;\n created_by?: InputMaybe;\n id?: InputMaybe;\n prize_id?: InputMaybe;\n team_id?: InputMaybe;\n updated?: InputMaybe;\n updated_by?: InputMaybe;\n};\n\n/** aggregate min on columns */\nexport type Prize_Elections_Min_Fields = {\n __typename?: 'prize_elections_min_fields';\n created?: Maybe;\n created_by?: Maybe;\n id?: Maybe;\n prize_id?: Maybe;\n team_id?: Maybe;\n updated?: Maybe;\n updated_by?: Maybe;\n};\n\n/** order by min() on columns of table \"prize_elections\" */\nexport type Prize_Elections_Min_Order_By = {\n created?: InputMaybe;\n created_by?: InputMaybe;\n id?: InputMaybe;\n prize_id?: InputMaybe;\n team_id?: InputMaybe;\n updated?: InputMaybe;\n updated_by?: InputMaybe;\n};\n\n/** response of any mutation on the table \"prize_elections\" */\nexport type Prize_Elections_Mutation_Response = {\n __typename?: 'prize_elections_mutation_response';\n /** number of rows affected by the mutation */\n affected_rows: Scalars['Int']['output'];\n /** data from the rows affected by the mutation */\n returning: Array;\n};\n\n/** Ordering options when selecting data from \"prize_elections\". */\nexport type Prize_Elections_Order_By = {\n created?: InputMaybe;\n created_by?: InputMaybe;\n id?: InputMaybe;\n prize?: InputMaybe;\n prize_id?: InputMaybe;\n team?: InputMaybe;\n team_id?: InputMaybe;\n updated?: InputMaybe;\n updated_by?: InputMaybe;\n};\n\n/** select columns of table \"prize_elections\" */\nexport enum Prize_Elections_Select_Column {\n /** column name */\n Created = 'created',\n /** column name */\n CreatedBy = 'created_by',\n /** column name */\n Id = 'id',\n /** column name */\n PrizeId = 'prize_id',\n /** column name */\n TeamId = 'team_id',\n /** column name */\n Updated = 'updated',\n /** column name */\n UpdatedBy = 'updated_by'\n}\n\n/** input type for updating data in table \"prize_elections\" */\nexport type Prize_Elections_Set_Input = {\n created?: InputMaybe;\n created_by?: InputMaybe;\n id?: InputMaybe;\n prize_id?: InputMaybe;\n team_id?: InputMaybe;\n updated?: InputMaybe;\n updated_by?: InputMaybe;\n};\n\n/** aggregate stddev on columns */\nexport type Prize_Elections_Stddev_Fields = {\n __typename?: 'prize_elections_stddev_fields';\n id?: Maybe;\n prize_id?: Maybe;\n team_id?: Maybe;\n};\n\n/** order by stddev() on columns of table \"prize_elections\" */\nexport type Prize_Elections_Stddev_Order_By = {\n id?: InputMaybe;\n prize_id?: InputMaybe;\n team_id?: InputMaybe;\n};\n\n/** aggregate stddev_pop on columns */\nexport type Prize_Elections_Stddev_Pop_Fields = {\n __typename?: 'prize_elections_stddev_pop_fields';\n id?: Maybe;\n prize_id?: Maybe;\n team_id?: Maybe;\n};\n\n/** order by stddev_pop() on columns of table \"prize_elections\" */\nexport type Prize_Elections_Stddev_Pop_Order_By = {\n id?: InputMaybe;\n prize_id?: InputMaybe;\n team_id?: InputMaybe;\n};\n\n/** aggregate stddev_samp on columns */\nexport type Prize_Elections_Stddev_Samp_Fields = {\n __typename?: 'prize_elections_stddev_samp_fields';\n id?: Maybe;\n prize_id?: Maybe;\n team_id?: Maybe;\n};\n\n/** order by stddev_samp() on columns of table \"prize_elections\" */\nexport type Prize_Elections_Stddev_Samp_Order_By = {\n id?: InputMaybe;\n prize_id?: InputMaybe;\n team_id?: InputMaybe;\n};\n\n/** Streaming cursor of the table \"prize_elections\" */\nexport type Prize_Elections_Stream_Cursor_Input = {\n /** Stream column input with initial value */\n initial_value: Prize_Elections_Stream_Cursor_Value_Input;\n /** cursor ordering */\n ordering?: InputMaybe;\n};\n\n/** Initial value of the column from where the streaming should start */\nexport type Prize_Elections_Stream_Cursor_Value_Input = {\n created?: InputMaybe;\n created_by?: InputMaybe;\n id?: InputMaybe;\n prize_id?: InputMaybe;\n team_id?: InputMaybe;\n updated?: InputMaybe;\n updated_by?: InputMaybe;\n};\n\n/** aggregate sum on columns */\nexport type Prize_Elections_Sum_Fields = {\n __typename?: 'prize_elections_sum_fields';\n id?: Maybe;\n prize_id?: Maybe;\n team_id?: Maybe;\n};\n\n/** order by sum() on columns of table \"prize_elections\" */\nexport type Prize_Elections_Sum_Order_By = {\n id?: InputMaybe;\n prize_id?: InputMaybe;\n team_id?: InputMaybe;\n};\n\nexport type Prize_Elections_Updates = {\n /** increments the numeric columns with given value of the filtered values */\n _inc?: InputMaybe;\n /** sets the columns of the filtered rows to the given values */\n _set?: InputMaybe;\n /** filter the rows which have to be updated */\n where: Prize_Elections_Bool_Exp;\n};\n\n/** aggregate var_pop on columns */\nexport type Prize_Elections_Var_Pop_Fields = {\n __typename?: 'prize_elections_var_pop_fields';\n id?: Maybe;\n prize_id?: Maybe;\n team_id?: Maybe;\n};\n\n/** order by var_pop() on columns of table \"prize_elections\" */\nexport type Prize_Elections_Var_Pop_Order_By = {\n id?: InputMaybe;\n prize_id?: InputMaybe;\n team_id?: InputMaybe;\n};\n\n/** aggregate var_samp on columns */\nexport type Prize_Elections_Var_Samp_Fields = {\n __typename?: 'prize_elections_var_samp_fields';\n id?: Maybe;\n prize_id?: Maybe;\n team_id?: Maybe;\n};\n\n/** order by var_samp() on columns of table \"prize_elections\" */\nexport type Prize_Elections_Var_Samp_Order_By = {\n id?: InputMaybe;\n prize_id?: InputMaybe;\n team_id?: InputMaybe;\n};\n\n/** aggregate variance on columns */\nexport type Prize_Elections_Variance_Fields = {\n __typename?: 'prize_elections_variance_fields';\n id?: Maybe;\n prize_id?: Maybe;\n team_id?: Maybe;\n};\n\n/** order by variance() on columns of table \"prize_elections\" */\nexport type Prize_Elections_Variance_Order_By = {\n id?: InputMaybe;\n prize_id?: InputMaybe;\n team_id?: InputMaybe;\n};\n\n/** columns and relationships of \"prizes\" */\nexport type Prizes = {\n __typename?: 'prizes';\n created: Scalars['timestamp']['output'];\n created_by: Scalars['String']['output'];\n description?: Maybe;\n film_festival_id: Scalars['numeric']['output'];\n id: Scalars['numeric']['output'];\n mux_asset_id?: Maybe;\n mux_playback_id?: Maybe;\n name?: Maybe;\n /** An array relationship */\n nominations: Array;\n /** An aggregate relationship */\n nominations_aggregate: Nominations_Aggregate;\n /** An object relationship */\n sponsor?: Maybe;\n sponsored_by?: Maybe;\n updated: Scalars['timestamp']['output'];\n updated_by: Scalars['String']['output'];\n};\n\n\n/** columns and relationships of \"prizes\" */\nexport type PrizesNominationsArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n\n/** columns and relationships of \"prizes\" */\nexport type PrizesNominations_AggregateArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n/** aggregated selection of \"prizes\" */\nexport type Prizes_Aggregate = {\n __typename?: 'prizes_aggregate';\n aggregate?: Maybe;\n nodes: Array;\n};\n\n/** aggregate fields of \"prizes\" */\nexport type Prizes_Aggregate_Fields = {\n __typename?: 'prizes_aggregate_fields';\n avg?: Maybe;\n count: Scalars['Int']['output'];\n max?: Maybe;\n min?: Maybe;\n stddev?: Maybe;\n stddev_pop?: Maybe;\n stddev_samp?: Maybe;\n sum?: Maybe;\n var_pop?: Maybe;\n var_samp?: Maybe;\n variance?: Maybe;\n};\n\n\n/** aggregate fields of \"prizes\" */\nexport type Prizes_Aggregate_FieldsCountArgs = {\n columns?: InputMaybe>;\n distinct?: InputMaybe;\n};\n\n/** aggregate avg on columns */\nexport type Prizes_Avg_Fields = {\n __typename?: 'prizes_avg_fields';\n film_festival_id?: Maybe;\n id?: Maybe;\n sponsored_by?: Maybe;\n};\n\n/** Boolean expression to filter rows from the table \"prizes\". All fields are combined with a logical 'AND'. */\nexport type Prizes_Bool_Exp = {\n _and?: InputMaybe>;\n _not?: InputMaybe;\n _or?: InputMaybe>;\n created?: InputMaybe;\n created_by?: InputMaybe;\n description?: InputMaybe;\n film_festival_id?: InputMaybe;\n id?: InputMaybe;\n mux_asset_id?: InputMaybe;\n mux_playback_id?: InputMaybe;\n name?: InputMaybe;\n nominations?: InputMaybe;\n nominations_aggregate?: InputMaybe;\n sponsor?: InputMaybe;\n sponsored_by?: InputMaybe;\n updated?: InputMaybe;\n updated_by?: InputMaybe;\n};\n\n/** unique or primary key constraints on table \"prizes\" */\nexport enum Prizes_Constraint {\n /** unique or primary key constraint on columns \"id\" */\n PrizesPkey = 'prizes_pkey'\n}\n\n/** input type for incrementing numeric columns in table \"prizes\" */\nexport type Prizes_Inc_Input = {\n film_festival_id?: InputMaybe;\n id?: InputMaybe;\n sponsored_by?: InputMaybe;\n};\n\n/** input type for inserting data into table \"prizes\" */\nexport type Prizes_Insert_Input = {\n created?: InputMaybe;\n created_by?: InputMaybe;\n description?: InputMaybe;\n film_festival_id?: InputMaybe;\n id?: InputMaybe;\n mux_asset_id?: InputMaybe;\n mux_playback_id?: InputMaybe;\n name?: InputMaybe;\n nominations?: InputMaybe;\n sponsor?: InputMaybe;\n sponsored_by?: InputMaybe;\n updated?: InputMaybe;\n updated_by?: InputMaybe;\n};\n\n/** aggregate max on columns */\nexport type Prizes_Max_Fields = {\n __typename?: 'prizes_max_fields';\n created?: Maybe;\n created_by?: Maybe;\n description?: Maybe;\n film_festival_id?: Maybe;\n id?: Maybe;\n mux_asset_id?: Maybe;\n mux_playback_id?: Maybe;\n name?: Maybe;\n sponsored_by?: Maybe;\n updated?: Maybe;\n updated_by?: Maybe;\n};\n\n/** aggregate min on columns */\nexport type Prizes_Min_Fields = {\n __typename?: 'prizes_min_fields';\n created?: Maybe;\n created_by?: Maybe;\n description?: Maybe;\n film_festival_id?: Maybe;\n id?: Maybe;\n mux_asset_id?: Maybe;\n mux_playback_id?: Maybe;\n name?: Maybe;\n sponsored_by?: Maybe;\n updated?: Maybe;\n updated_by?: Maybe;\n};\n\n/** response of any mutation on the table \"prizes\" */\nexport type Prizes_Mutation_Response = {\n __typename?: 'prizes_mutation_response';\n /** number of rows affected by the mutation */\n affected_rows: Scalars['Int']['output'];\n /** data from the rows affected by the mutation */\n returning: Array;\n};\n\n/** input type for inserting object relation for remote table \"prizes\" */\nexport type Prizes_Obj_Rel_Insert_Input = {\n data: Prizes_Insert_Input;\n /** upsert condition */\n on_conflict?: InputMaybe;\n};\n\n/** on_conflict condition type for table \"prizes\" */\nexport type Prizes_On_Conflict = {\n constraint: Prizes_Constraint;\n update_columns?: Array;\n where?: InputMaybe;\n};\n\n/** Ordering options when selecting data from \"prizes\". */\nexport type Prizes_Order_By = {\n created?: InputMaybe;\n created_by?: InputMaybe;\n description?: InputMaybe;\n film_festival_id?: InputMaybe;\n id?: InputMaybe;\n mux_asset_id?: InputMaybe;\n mux_playback_id?: InputMaybe;\n name?: InputMaybe;\n nominations_aggregate?: InputMaybe;\n sponsor?: InputMaybe;\n sponsored_by?: InputMaybe;\n updated?: InputMaybe;\n updated_by?: InputMaybe;\n};\n\n/** primary key columns input for table: prizes */\nexport type Prizes_Pk_Columns_Input = {\n id: Scalars['numeric']['input'];\n};\n\n/** select columns of table \"prizes\" */\nexport enum Prizes_Select_Column {\n /** column name */\n Created = 'created',\n /** column name */\n CreatedBy = 'created_by',\n /** column name */\n Description = 'description',\n /** column name */\n FilmFestivalId = 'film_festival_id',\n /** column name */\n Id = 'id',\n /** column name */\n MuxAssetId = 'mux_asset_id',\n /** column name */\n MuxPlaybackId = 'mux_playback_id',\n /** column name */\n Name = 'name',\n /** column name */\n SponsoredBy = 'sponsored_by',\n /** column name */\n Updated = 'updated',\n /** column name */\n UpdatedBy = 'updated_by'\n}\n\n/** input type for updating data in table \"prizes\" */\nexport type Prizes_Set_Input = {\n created?: InputMaybe;\n created_by?: InputMaybe;\n description?: InputMaybe;\n film_festival_id?: InputMaybe;\n id?: InputMaybe;\n mux_asset_id?: InputMaybe;\n mux_playback_id?: InputMaybe;\n name?: InputMaybe;\n sponsored_by?: InputMaybe;\n updated?: InputMaybe;\n updated_by?: InputMaybe;\n};\n\n/** aggregate stddev on columns */\nexport type Prizes_Stddev_Fields = {\n __typename?: 'prizes_stddev_fields';\n film_festival_id?: Maybe;\n id?: Maybe;\n sponsored_by?: Maybe;\n};\n\n/** aggregate stddev_pop on columns */\nexport type Prizes_Stddev_Pop_Fields = {\n __typename?: 'prizes_stddev_pop_fields';\n film_festival_id?: Maybe;\n id?: Maybe;\n sponsored_by?: Maybe;\n};\n\n/** aggregate stddev_samp on columns */\nexport type Prizes_Stddev_Samp_Fields = {\n __typename?: 'prizes_stddev_samp_fields';\n film_festival_id?: Maybe;\n id?: Maybe;\n sponsored_by?: Maybe;\n};\n\n/** Streaming cursor of the table \"prizes\" */\nexport type Prizes_Stream_Cursor_Input = {\n /** Stream column input with initial value */\n initial_value: Prizes_Stream_Cursor_Value_Input;\n /** cursor ordering */\n ordering?: InputMaybe;\n};\n\n/** Initial value of the column from where the streaming should start */\nexport type Prizes_Stream_Cursor_Value_Input = {\n created?: InputMaybe;\n created_by?: InputMaybe;\n description?: InputMaybe;\n film_festival_id?: InputMaybe;\n id?: InputMaybe;\n mux_asset_id?: InputMaybe;\n mux_playback_id?: InputMaybe;\n name?: InputMaybe;\n sponsored_by?: InputMaybe;\n updated?: InputMaybe;\n updated_by?: InputMaybe;\n};\n\n/** aggregate sum on columns */\nexport type Prizes_Sum_Fields = {\n __typename?: 'prizes_sum_fields';\n film_festival_id?: Maybe;\n id?: Maybe;\n sponsored_by?: Maybe;\n};\n\n/** update columns of table \"prizes\" */\nexport enum Prizes_Update_Column {\n /** column name */\n Created = 'created',\n /** column name */\n CreatedBy = 'created_by',\n /** column name */\n Description = 'description',\n /** column name */\n FilmFestivalId = 'film_festival_id',\n /** column name */\n Id = 'id',\n /** column name */\n MuxAssetId = 'mux_asset_id',\n /** column name */\n MuxPlaybackId = 'mux_playback_id',\n /** column name */\n Name = 'name',\n /** column name */\n SponsoredBy = 'sponsored_by',\n /** column name */\n Updated = 'updated',\n /** column name */\n UpdatedBy = 'updated_by'\n}\n\nexport type Prizes_Updates = {\n /** increments the numeric columns with given value of the filtered values */\n _inc?: InputMaybe;\n /** sets the columns of the filtered rows to the given values */\n _set?: InputMaybe;\n /** filter the rows which have to be updated */\n where: Prizes_Bool_Exp;\n};\n\n/** aggregate var_pop on columns */\nexport type Prizes_Var_Pop_Fields = {\n __typename?: 'prizes_var_pop_fields';\n film_festival_id?: Maybe;\n id?: Maybe;\n sponsored_by?: Maybe;\n};\n\n/** aggregate var_samp on columns */\nexport type Prizes_Var_Samp_Fields = {\n __typename?: 'prizes_var_samp_fields';\n film_festival_id?: Maybe;\n id?: Maybe;\n sponsored_by?: Maybe;\n};\n\n/** aggregate variance on columns */\nexport type Prizes_Variance_Fields = {\n __typename?: 'prizes_variance_fields';\n film_festival_id?: Maybe;\n id?: Maybe;\n sponsored_by?: Maybe;\n};\n\nexport type Query_Root = {\n __typename?: 'query_root';\n /** An array relationship */\n asset_exports: Array;\n /** An aggregate relationship */\n asset_exports_aggregate: Asset_Exports_Aggregate;\n /** fetch data from the table: \"asset_exports\" using primary key columns */\n asset_exports_by_pk?: Maybe;\n /** fetch data from the table: \"asset_types\" */\n asset_types: Array;\n /** fetch aggregated fields from the table: \"asset_types\" */\n asset_types_aggregate: Asset_Types_Aggregate;\n /** fetch data from the table: \"asset_types\" using primary key columns */\n asset_types_by_pk?: Maybe;\n /** fetch data from the table: \"audience_favorite_counts\" */\n audience_favorite_counts: Array;\n /** fetch aggregated fields from the table: \"audience_favorite_counts\" */\n audience_favorite_counts_aggregate: Audience_Favorite_Counts_Aggregate;\n /** fetch data from the table: \"audience_favorite_votes\" */\n audience_favorite_votes: Array;\n /** fetch aggregated fields from the table: \"audience_favorite_votes\" */\n audience_favorite_votes_aggregate: Audience_Favorite_Votes_Aggregate;\n /** fetch data from the table: \"audience_favorite_votes\" using primary key columns */\n audience_favorite_votes_by_pk?: Maybe;\n /** fetch data from the table: \"award_asset_types\" */\n award_asset_types: Array;\n /** fetch aggregated fields from the table: \"award_asset_types\" */\n award_asset_types_aggregate: Award_Asset_Types_Aggregate;\n /** fetch data from the table: \"award_asset_types\" using primary key columns */\n award_asset_types_by_pk?: Maybe;\n /** An array relationship */\n award_nominations: Array;\n /** An aggregate relationship */\n award_nominations_aggregate: Award_Nominations_Aggregate;\n /** fetch data from the table: \"award_winners\" */\n award_winners: Array;\n /** fetch aggregated fields from the table: \"award_winners\" */\n award_winners_aggregate: Award_Winners_Aggregate;\n /** fetch data from the table: \"award_winners\" using primary key columns */\n award_winners_by_pk?: Maybe;\n /** fetch data from the table: \"awards\" */\n awards: Array;\n /** fetch aggregated fields from the table: \"awards\" */\n awards_aggregate: Awards_Aggregate;\n /** fetch data from the table: \"awards\" using primary key columns */\n awards_by_pk?: Maybe;\n /** fetch data from the table: \"awards_ceremony_checkins\" */\n awards_ceremony_checkins: Array;\n /** fetch aggregated fields from the table: \"awards_ceremony_checkins\" */\n awards_ceremony_checkins_aggregate: Awards_Ceremony_Checkins_Aggregate;\n /** fetch data from the table: \"awards_ceremony_checkins\" using primary key columns */\n awards_ceremony_checkins_by_pk?: Maybe;\n /** fetch data from the table: \"countries\" */\n countries: Array;\n /** fetch aggregated fields from the table: \"countries\" */\n countries_aggregate: Countries_Aggregate;\n /** fetch data from the table: \"countries\" using primary key columns */\n countries_by_pk?: Maybe;\n /** fetch data from the table: \"exit_interview_recordings\" */\n exit_interview_recordings: Array;\n /** fetch aggregated fields from the table: \"exit_interview_recordings\" */\n exit_interview_recordings_aggregate: Exit_Interview_Recordings_Aggregate;\n /** fetch data from the table: \"exit_interview_recordings\" using primary key columns */\n exit_interview_recordings_by_pk?: Maybe;\n /** fetch data from the table: \"exit_interviews\" */\n exit_interviews: Array;\n /** fetch aggregated fields from the table: \"exit_interviews\" */\n exit_interviews_aggregate: Exit_Interviews_Aggregate;\n /** fetch data from the table: \"exit_interviews\" using primary key columns */\n exit_interviews_by_pk?: Maybe;\n /** fetch data from the table: \"expertise\" */\n expertise: Array;\n /** fetch aggregated fields from the table: \"expertise\" */\n expertise_aggregate: Expertise_Aggregate;\n /** fetch data from the table: \"expertise\" using primary key columns */\n expertise_by_pk?: Maybe;\n /** fetch data from the table: \"festival_badge_type_event_type\" */\n festival_badge_type_event_type: Array;\n /** fetch aggregated fields from the table: \"festival_badge_type_event_type\" */\n festival_badge_type_event_type_aggregate: Festival_Badge_Type_Event_Type_Aggregate;\n /** fetch data from the table: \"festival_badge_type_event_type\" using primary key columns */\n festival_badge_type_event_type_by_pk?: Maybe;\n /** fetch data from the table: \"festival_badge_types\" */\n festival_badge_types: Array;\n /** fetch aggregated fields from the table: \"festival_badge_types\" */\n festival_badge_types_aggregate: Festival_Badge_Types_Aggregate;\n /** fetch data from the table: \"festival_badge_types\" using primary key columns */\n festival_badge_types_by_pk?: Maybe;\n /** An array relationship */\n festival_badges: Array;\n /** An aggregate relationship */\n festival_badges_aggregate: Festival_Badges_Aggregate;\n /** fetch data from the table: \"festival_badges\" using primary key columns */\n festival_badges_by_pk?: Maybe;\n /** fetch data from the table: \"festival_event_locations\" */\n festival_event_locations: Array;\n /** fetch aggregated fields from the table: \"festival_event_locations\" */\n festival_event_locations_aggregate: Festival_Event_Locations_Aggregate;\n /** fetch data from the table: \"festival_event_locations\" using primary key columns */\n festival_event_locations_by_pk?: Maybe;\n /** fetch data from the table: \"festival_event_types\" */\n festival_event_types: Array;\n /** fetch aggregated fields from the table: \"festival_event_types\" */\n festival_event_types_aggregate: Festival_Event_Types_Aggregate;\n /** fetch data from the table: \"festival_event_types\" using primary key columns */\n festival_event_types_by_pk?: Maybe;\n /** An array relationship */\n festival_events: Array;\n /** An aggregate relationship */\n festival_events_aggregate: Festival_Events_Aggregate;\n /** fetch data from the table: \"festival_events\" using primary key columns */\n festival_events_by_pk?: Maybe;\n /** An array relationship */\n festival_genres: Array;\n /** An aggregate relationship */\n festival_genres_aggregate: Festival_Genres_Aggregate;\n /** fetch data from the table: \"festival_genres\" using primary key columns */\n festival_genres_by_pk?: Maybe;\n /** fetch data from the table: \"festival_submission_assets\" */\n festival_submission_assets: Array;\n /** fetch aggregated fields from the table: \"festival_submission_assets\" */\n festival_submission_assets_aggregate: Festival_Submission_Assets_Aggregate;\n /** fetch data from the table: \"festival_submission_assets\" using primary key columns */\n festival_submission_assets_by_pk?: Maybe;\n /** fetch data from the table: \"festival_submission_feedback\" */\n festival_submission_feedback: Array;\n /** fetch aggregated fields from the table: \"festival_submission_feedback\" */\n festival_submission_feedback_aggregate: Festival_Submission_Feedback_Aggregate;\n /** fetch data from the table: \"festival_submission_feedback\" using primary key columns */\n festival_submission_feedback_by_pk?: Maybe;\n /** An array relationship */\n festival_submission_vouchers: Array;\n /** An aggregate relationship */\n festival_submission_vouchers_aggregate: Festival_Submission_Vouchers_Aggregate;\n /** fetch data from the table: \"festival_submission_vouchers\" using primary key columns */\n festival_submission_vouchers_by_pk?: Maybe;\n /** fetch data from the table: \"festival_submissions\" */\n festival_submissions: Array;\n /** fetch aggregated fields from the table: \"festival_submissions\" */\n festival_submissions_aggregate: Festival_Submissions_Aggregate;\n /** fetch data from the table: \"festival_submissions\" using primary key columns */\n festival_submissions_by_pk?: Maybe;\n /** An array relationship */\n festival_tickets: Array;\n /** An aggregate relationship */\n festival_tickets_aggregate: Festival_Tickets_Aggregate;\n /** fetch data from the table: \"festival_tickets\" using primary key columns */\n festival_tickets_by_pk?: Maybe;\n fetchedObscuredRegistration?: Maybe;\n /** fetch data from the table: \"film_festivals\" */\n film_festivals: Array;\n /** fetch aggregated fields from the table: \"film_festivals\" */\n film_festivals_aggregate: Film_Festivals_Aggregate;\n /** fetch data from the table: \"film_festivals\" using primary key columns */\n film_festivals_by_pk?: Maybe;\n /** fetch data from the table: \"film_group_festival_submissions\" */\n film_group_festival_submissions: Array;\n /** fetch aggregated fields from the table: \"film_group_festival_submissions\" */\n film_group_festival_submissions_aggregate: Film_Group_Festival_Submissions_Aggregate;\n /** fetch data from the table: \"film_group_festival_submissions\" using primary key columns */\n film_group_festival_submissions_by_pk?: Maybe;\n /** fetch data from the table: \"film_group_films\" */\n film_group_films: Array;\n /** fetch aggregated fields from the table: \"film_group_films\" */\n film_group_films_aggregate: Film_Group_Films_Aggregate;\n /** fetch data from the table: \"film_group_films\" using primary key columns */\n film_group_films_by_pk?: Maybe;\n /** fetch data from the table: \"film_group_users\" */\n film_group_users: Array;\n /** fetch aggregated fields from the table: \"film_group_users\" */\n film_group_users_aggregate: Film_Group_Users_Aggregate;\n /** fetch data from the table: \"film_group_users\" using primary key columns */\n film_group_users_by_pk?: Maybe;\n /** fetch data from the table: \"film_groups\" */\n film_groups: Array;\n /** fetch aggregated fields from the table: \"film_groups\" */\n film_groups_aggregate: Film_Groups_Aggregate;\n /** fetch data from the table: \"film_groups\" using primary key columns */\n film_groups_by_pk?: Maybe;\n /** fetch data from the table: \"films\" */\n films: Array;\n /** fetch aggregated fields from the table: \"films\" */\n films_aggregate: Films_Aggregate;\n /** fetch data from the table: \"films\" using primary key columns */\n films_by_pk?: Maybe;\n /** fetch data from the table: \"genres\" */\n genres: Array;\n /** fetch aggregated fields from the table: \"genres\" */\n genres_aggregate: Genres_Aggregate;\n /** fetch data from the table: \"genres\" using primary key columns */\n genres_by_pk?: Maybe;\n /** fetch data from the table: \"kickoff_checkins\" */\n kickoff_checkins: Array;\n /** fetch aggregated fields from the table: \"kickoff_checkins\" */\n kickoff_checkins_aggregate: Kickoff_Checkins_Aggregate;\n /** fetch data from the table: \"kickoff_checkins\" using primary key columns */\n kickoff_checkins_by_pk?: Maybe;\n /** An array relationship */\n location_releases: Array;\n /** An aggregate relationship */\n location_releases_aggregate: Location_Releases_Aggregate;\n /** fetch data from the table: \"location_releases\" using primary key columns */\n location_releases_by_pk?: Maybe;\n /** An array relationship */\n matchup_requests: Array;\n /** An aggregate relationship */\n matchup_requests_aggregate: Matchup_Requests_Aggregate;\n /** fetch data from the table: \"matchup_requests\" using primary key columns */\n matchup_requests_by_pk?: Maybe;\n /** An array relationship */\n music_releases: Array;\n /** An aggregate relationship */\n music_releases_aggregate: Music_Releases_Aggregate;\n /** fetch data from the table: \"music_releases\" using primary key columns */\n music_releases_by_pk?: Maybe;\n /** fetch data from the table: \"nomination_assets\" */\n nomination_assets: Array;\n /** fetch aggregated fields from the table: \"nomination_assets\" */\n nomination_assets_aggregate: Nomination_Assets_Aggregate;\n /** fetch data from the table: \"nomination_assets\" using primary key columns */\n nomination_assets_by_pk?: Maybe;\n /** An array relationship */\n nominations: Array;\n /** An aggregate relationship */\n nominations_aggregate: Nominations_Aggregate;\n /** fetch data from the table: \"nominations\" using primary key columns */\n nominations_by_pk?: Maybe;\n /** An array relationship */\n online_screening_tickets: Array;\n /** An aggregate relationship */\n online_screening_tickets_aggregate: Online_Screening_Tickets_Aggregate;\n /** fetch data from the table: \"online_screening_tickets\" using primary key columns */\n online_screening_tickets_by_pk?: Maybe;\n passPublicKey?: Maybe;\n /** An array relationship */\n payments: Array;\n /** An aggregate relationship */\n payments_aggregate: Payments_Aggregate;\n /** fetch data from the table: \"payments\" using primary key columns */\n payments_by_pk?: Maybe;\n /** fetch data from the table: \"playlist_team\" */\n playlist_team: Array;\n /** fetch aggregated fields from the table: \"playlist_team\" */\n playlist_team_aggregate: Playlist_Team_Aggregate;\n /** fetch data from the table: \"playlist_team\" using primary key columns */\n playlist_team_by_pk?: Maybe;\n /** fetch data from the table: \"playlists\" */\n playlists: Array;\n /** fetch aggregated fields from the table: \"playlists\" */\n playlists_aggregate: Playlists_Aggregate;\n /** fetch data from the table: \"playlists\" using primary key columns */\n playlists_by_pk?: Maybe;\n /** An array relationship */\n prize_elections: Array;\n /** An aggregate relationship */\n prize_elections_aggregate: Prize_Elections_Aggregate;\n /** fetch data from the table: \"prizes\" */\n prizes: Array;\n /** fetch aggregated fields from the table: \"prizes\" */\n prizes_aggregate: Prizes_Aggregate;\n /** fetch data from the table: \"prizes\" using primary key columns */\n prizes_by_pk?: Maybe;\n /** fetch data from the table: \"registrations\" */\n registrations: Array;\n /** fetch aggregated fields from the table: \"registrations\" */\n registrations_aggregate: Registrations_Aggregate;\n /** fetch data from the table: \"registrations\" using primary key columns */\n registrations_by_pk?: Maybe;\n /** fetch data from the table: \"selection_ballots\" */\n selection_ballots: Array;\n /** fetch aggregated fields from the table: \"selection_ballots\" */\n selection_ballots_aggregate: Selection_Ballots_Aggregate;\n /** fetch data from the table: \"selection_ballots\" using primary key columns */\n selection_ballots_by_pk?: Maybe;\n /** fetch data from the table: \"selection_feedback\" */\n selection_feedback: Array;\n /** fetch aggregated fields from the table: \"selection_feedback\" */\n selection_feedback_aggregate: Selection_Feedback_Aggregate;\n /** fetch data from the table: \"selection_feedback\" using primary key columns */\n selection_feedback_by_pk?: Maybe;\n /** An array relationship */\n selection_metrics: Array;\n /** An aggregate relationship */\n selection_metrics_aggregate: Selection_Metrics_Aggregate;\n /** fetch data from the table: \"selection_metrics\" using primary key columns */\n selection_metrics_by_pk?: Maybe;\n /** fetch data from the table: \"selection_progress\" */\n selection_progress: Array;\n /** fetch aggregated fields from the table: \"selection_progress\" */\n selection_progress_aggregate: Selection_Progress_Aggregate;\n /** fetch data from the table: \"selection_progress\" using primary key columns */\n selection_progress_by_pk?: Maybe;\n /** fetch data from the table: \"selection_results\" */\n selection_results: Array;\n /** fetch aggregated fields from the table: \"selection_results\" */\n selection_results_aggregate: Selection_Results_Aggregate;\n /** fetch data from the table: \"sharables\" */\n sharables: Array;\n /** fetch aggregated fields from the table: \"sharables\" */\n sharables_aggregate: Sharables_Aggregate;\n /** fetch data from the table: \"sharables\" using primary key columns */\n sharables_by_pk?: Maybe;\n /** fetch data from the table: \"sms_votes\" */\n sms_votes: Array;\n /** fetch aggregated fields from the table: \"sms_votes\" */\n sms_votes_aggregate: Sms_Votes_Aggregate;\n /** fetch data from the table: \"sms_votes\" using primary key columns */\n sms_votes_by_pk?: Maybe;\n /** An array relationship */\n sponsors: Array;\n /** An aggregate relationship */\n sponsors_aggregate: Sponsors_Aggregate;\n /** fetch data from the table: \"sponsors\" using primary key columns */\n sponsors_by_pk?: Maybe;\n streamGetAuthToken: Scalars['String']['output'];\n streamGetFeedAuthToken: Scalars['String']['output'];\n /** fetch data from the table: \"studios\" */\n studios: Array;\n /** fetch aggregated fields from the table: \"studios\" */\n studios_aggregate: Studios_Aggregate;\n /** fetch data from the table: \"studios\" using primary key columns */\n studios_by_pk?: Maybe;\n /** fetch data from the table: \"submission_summary\" */\n submission_summary: Array;\n /** fetch aggregated fields from the table: \"submission_summary\" */\n submission_summary_aggregate: Submission_Summary_Aggregate;\n /** fetch data from the table: \"team_assets\" */\n team_assets: Array;\n /** fetch aggregated fields from the table: \"team_assets\" */\n team_assets_aggregate: Team_Assets_Aggregate;\n /** fetch data from the table: \"team_assets\" using primary key columns */\n team_assets_by_pk?: Maybe;\n /** An array relationship */\n team_memberships: Array;\n /** An aggregate relationship */\n team_memberships_aggregate: Team_Memberships_Aggregate;\n /** fetch data from the table: \"team_memberships\" using primary key columns */\n team_memberships_by_pk?: Maybe;\n /** fetch data from the table: \"team_roles\" */\n team_roles: Array;\n /** fetch aggregated fields from the table: \"team_roles\" */\n team_roles_aggregate: Team_Roles_Aggregate;\n /** fetch data from the table: \"team_roles\" using primary key columns */\n team_roles_by_pk?: Maybe;\n /** An array relationship */\n teams: Array;\n /** An aggregate relationship */\n teams_aggregate: Teams_Aggregate;\n /** fetch data from the table: \"teams\" using primary key columns */\n teams_by_pk?: Maybe;\n /** fetch data from the table: \"teams_with_awards_ceremony_checkins\" */\n teams_with_awards_ceremony_checkins: Array;\n /** fetch aggregated fields from the table: \"teams_with_awards_ceremony_checkins\" */\n teams_with_awards_ceremony_checkins_aggregate: Teams_With_Awards_Ceremony_Checkins_Aggregate;\n /** fetch data from the table: \"teams_with_checkins\" */\n teams_with_checkins: Array;\n /** fetch aggregated fields from the table: \"teams_with_checkins\" */\n teams_with_checkins_aggregate: Teams_With_Checkins_Aggregate;\n /** fetch data from the table: \"ticket_tailor_vouchers\" */\n ticket_tailor_vouchers: Array;\n /** fetch aggregated fields from the table: \"ticket_tailor_vouchers\" */\n ticket_tailor_vouchers_aggregate: Ticket_Tailor_Vouchers_Aggregate;\n /** fetch data from the table: \"ticket_tailor_vouchers\" using primary key columns */\n ticket_tailor_vouchers_by_pk?: Maybe;\n /** fetch data from the table: \"users\" */\n users: Array;\n /** fetch aggregated fields from the table: \"users\" */\n users_aggregate: Users_Aggregate;\n /** fetch data from the table: \"users\" using primary key columns */\n users_by_pk?: Maybe;\n whoami?: Maybe;\n};\n\n\nexport type Query_RootAsset_ExportsArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n\nexport type Query_RootAsset_Exports_AggregateArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n\nexport type Query_RootAsset_Exports_By_PkArgs = {\n id: Scalars['Int']['input'];\n};\n\n\nexport type Query_RootAsset_TypesArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n\nexport type Query_RootAsset_Types_AggregateArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n\nexport type Query_RootAsset_Types_By_PkArgs = {\n id: Scalars['numeric']['input'];\n};\n\n\nexport type Query_RootAudience_Favorite_CountsArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n\nexport type Query_RootAudience_Favorite_Counts_AggregateArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n\nexport type Query_RootAudience_Favorite_VotesArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n\nexport type Query_RootAudience_Favorite_Votes_AggregateArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n\nexport type Query_RootAudience_Favorite_Votes_By_PkArgs = {\n id: Scalars['Int']['input'];\n};\n\n\nexport type Query_RootAward_Asset_TypesArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n\nexport type Query_RootAward_Asset_Types_AggregateArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n\nexport type Query_RootAward_Asset_Types_By_PkArgs = {\n id: Scalars['numeric']['input'];\n};\n\n\nexport type Query_RootAward_NominationsArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n\nexport type Query_RootAward_Nominations_AggregateArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n\nexport type Query_RootAward_WinnersArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n\nexport type Query_RootAward_Winners_AggregateArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n\nexport type Query_RootAward_Winners_By_PkArgs = {\n id: Scalars['Int']['input'];\n};\n\n\nexport type Query_RootAwardsArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n\nexport type Query_RootAwards_AggregateArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n\nexport type Query_RootAwards_By_PkArgs = {\n id: Scalars['numeric']['input'];\n};\n\n\nexport type Query_RootAwards_Ceremony_CheckinsArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n\nexport type Query_RootAwards_Ceremony_Checkins_AggregateArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n\nexport type Query_RootAwards_Ceremony_Checkins_By_PkArgs = {\n id: Scalars['Int']['input'];\n};\n\n\nexport type Query_RootCountriesArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n\nexport type Query_RootCountries_AggregateArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n\nexport type Query_RootCountries_By_PkArgs = {\n id: Scalars['numeric']['input'];\n};\n\n\nexport type Query_RootExit_Interview_RecordingsArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n\nexport type Query_RootExit_Interview_Recordings_AggregateArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n\nexport type Query_RootExit_Interview_Recordings_By_PkArgs = {\n id: Scalars['Int']['input'];\n};\n\n\nexport type Query_RootExit_InterviewsArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n\nexport type Query_RootExit_Interviews_AggregateArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n\nexport type Query_RootExit_Interviews_By_PkArgs = {\n id: Scalars['Int']['input'];\n};\n\n\nexport type Query_RootExpertiseArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n\nexport type Query_RootExpertise_AggregateArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n\nexport type Query_RootExpertise_By_PkArgs = {\n id: Scalars['numeric']['input'];\n};\n\n\nexport type Query_RootFestival_Badge_Type_Event_TypeArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n\nexport type Query_RootFestival_Badge_Type_Event_Type_AggregateArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n\nexport type Query_RootFestival_Badge_Type_Event_Type_By_PkArgs = {\n id: Scalars['Int']['input'];\n};\n\n\nexport type Query_RootFestival_Badge_TypesArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n\nexport type Query_RootFestival_Badge_Types_AggregateArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n\nexport type Query_RootFestival_Badge_Types_By_PkArgs = {\n id: Scalars['Int']['input'];\n};\n\n\nexport type Query_RootFestival_BadgesArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n\nexport type Query_RootFestival_Badges_AggregateArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n\nexport type Query_RootFestival_Badges_By_PkArgs = {\n id: Scalars['Int']['input'];\n};\n\n\nexport type Query_RootFestival_Event_LocationsArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n\nexport type Query_RootFestival_Event_Locations_AggregateArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n\nexport type Query_RootFestival_Event_Locations_By_PkArgs = {\n id: Scalars['Int']['input'];\n};\n\n\nexport type Query_RootFestival_Event_TypesArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n\nexport type Query_RootFestival_Event_Types_AggregateArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n\nexport type Query_RootFestival_Event_Types_By_PkArgs = {\n id: Scalars['Int']['input'];\n};\n\n\nexport type Query_RootFestival_EventsArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n\nexport type Query_RootFestival_Events_AggregateArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n\nexport type Query_RootFestival_Events_By_PkArgs = {\n id: Scalars['Int']['input'];\n};\n\n\nexport type Query_RootFestival_GenresArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n\nexport type Query_RootFestival_Genres_AggregateArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n\nexport type Query_RootFestival_Genres_By_PkArgs = {\n id: Scalars['Int']['input'];\n};\n\n\nexport type Query_RootFestival_Submission_AssetsArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n\nexport type Query_RootFestival_Submission_Assets_AggregateArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n\nexport type Query_RootFestival_Submission_Assets_By_PkArgs = {\n id: Scalars['Int']['input'];\n};\n\n\nexport type Query_RootFestival_Submission_FeedbackArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n\nexport type Query_RootFestival_Submission_Feedback_AggregateArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n\nexport type Query_RootFestival_Submission_Feedback_By_PkArgs = {\n id: Scalars['Int']['input'];\n};\n\n\nexport type Query_RootFestival_Submission_VouchersArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n\nexport type Query_RootFestival_Submission_Vouchers_AggregateArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n\nexport type Query_RootFestival_Submission_Vouchers_By_PkArgs = {\n id: Scalars['Int']['input'];\n};\n\n\nexport type Query_RootFestival_SubmissionsArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n\nexport type Query_RootFestival_Submissions_AggregateArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n\nexport type Query_RootFestival_Submissions_By_PkArgs = {\n id: Scalars['Int']['input'];\n};\n\n\nexport type Query_RootFestival_TicketsArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n\nexport type Query_RootFestival_Tickets_AggregateArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n\nexport type Query_RootFestival_Tickets_By_PkArgs = {\n id: Scalars['Int']['input'];\n};\n\n\nexport type Query_RootFetchedObscuredRegistrationArgs = {\n hash: Scalars['String']['input'];\n id?: InputMaybe;\n};\n\n\nexport type Query_RootFilm_FestivalsArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n\nexport type Query_RootFilm_Festivals_AggregateArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n\nexport type Query_RootFilm_Festivals_By_PkArgs = {\n id: Scalars['numeric']['input'];\n};\n\n\nexport type Query_RootFilm_Group_Festival_SubmissionsArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n\nexport type Query_RootFilm_Group_Festival_Submissions_AggregateArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n\nexport type Query_RootFilm_Group_Festival_Submissions_By_PkArgs = {\n id: Scalars['Int']['input'];\n};\n\n\nexport type Query_RootFilm_Group_FilmsArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n\nexport type Query_RootFilm_Group_Films_AggregateArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n\nexport type Query_RootFilm_Group_Films_By_PkArgs = {\n id: Scalars['Int']['input'];\n};\n\n\nexport type Query_RootFilm_Group_UsersArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n\nexport type Query_RootFilm_Group_Users_AggregateArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n\nexport type Query_RootFilm_Group_Users_By_PkArgs = {\n id: Scalars['Int']['input'];\n};\n\n\nexport type Query_RootFilm_GroupsArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n\nexport type Query_RootFilm_Groups_AggregateArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n\nexport type Query_RootFilm_Groups_By_PkArgs = {\n id: Scalars['Int']['input'];\n};\n\n\nexport type Query_RootFilmsArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n\nexport type Query_RootFilms_AggregateArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n\nexport type Query_RootFilms_By_PkArgs = {\n id: Scalars['numeric']['input'];\n};\n\n\nexport type Query_RootGenresArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n\nexport type Query_RootGenres_AggregateArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n\nexport type Query_RootGenres_By_PkArgs = {\n id: Scalars['numeric']['input'];\n};\n\n\nexport type Query_RootKickoff_CheckinsArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n\nexport type Query_RootKickoff_Checkins_AggregateArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n\nexport type Query_RootKickoff_Checkins_By_PkArgs = {\n id: Scalars['numeric']['input'];\n};\n\n\nexport type Query_RootLocation_ReleasesArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n\nexport type Query_RootLocation_Releases_AggregateArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n\nexport type Query_RootLocation_Releases_By_PkArgs = {\n id: Scalars['numeric']['input'];\n};\n\n\nexport type Query_RootMatchup_RequestsArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n\nexport type Query_RootMatchup_Requests_AggregateArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n\nexport type Query_RootMatchup_Requests_By_PkArgs = {\n id: Scalars['numeric']['input'];\n};\n\n\nexport type Query_RootMusic_ReleasesArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n\nexport type Query_RootMusic_Releases_AggregateArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n\nexport type Query_RootMusic_Releases_By_PkArgs = {\n id: Scalars['numeric']['input'];\n};\n\n\nexport type Query_RootNomination_AssetsArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n\nexport type Query_RootNomination_Assets_AggregateArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n\nexport type Query_RootNomination_Assets_By_PkArgs = {\n id: Scalars['numeric']['input'];\n};\n\n\nexport type Query_RootNominationsArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n\nexport type Query_RootNominations_AggregateArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n\nexport type Query_RootNominations_By_PkArgs = {\n id: Scalars['numeric']['input'];\n};\n\n\nexport type Query_RootOnline_Screening_TicketsArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n\nexport type Query_RootOnline_Screening_Tickets_AggregateArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n\nexport type Query_RootOnline_Screening_Tickets_By_PkArgs = {\n id: Scalars['Int']['input'];\n};\n\n\nexport type Query_RootPaymentsArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n\nexport type Query_RootPayments_AggregateArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n\nexport type Query_RootPayments_By_PkArgs = {\n id: Scalars['numeric']['input'];\n};\n\n\nexport type Query_RootPlaylist_TeamArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n\nexport type Query_RootPlaylist_Team_AggregateArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n\nexport type Query_RootPlaylist_Team_By_PkArgs = {\n id: Scalars['Int']['input'];\n};\n\n\nexport type Query_RootPlaylistsArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n\nexport type Query_RootPlaylists_AggregateArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n\nexport type Query_RootPlaylists_By_PkArgs = {\n id: Scalars['Int']['input'];\n};\n\n\nexport type Query_RootPrize_ElectionsArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n\nexport type Query_RootPrize_Elections_AggregateArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n\nexport type Query_RootPrizesArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n\nexport type Query_RootPrizes_AggregateArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n\nexport type Query_RootPrizes_By_PkArgs = {\n id: Scalars['numeric']['input'];\n};\n\n\nexport type Query_RootRegistrationsArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n\nexport type Query_RootRegistrations_AggregateArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n\nexport type Query_RootRegistrations_By_PkArgs = {\n id: Scalars['numeric']['input'];\n};\n\n\nexport type Query_RootSelection_BallotsArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n\nexport type Query_RootSelection_Ballots_AggregateArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n\nexport type Query_RootSelection_Ballots_By_PkArgs = {\n id: Scalars['Int']['input'];\n};\n\n\nexport type Query_RootSelection_FeedbackArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n\nexport type Query_RootSelection_Feedback_AggregateArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n\nexport type Query_RootSelection_Feedback_By_PkArgs = {\n id: Scalars['Int']['input'];\n};\n\n\nexport type Query_RootSelection_MetricsArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n\nexport type Query_RootSelection_Metrics_AggregateArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n\nexport type Query_RootSelection_Metrics_By_PkArgs = {\n id: Scalars['Int']['input'];\n};\n\n\nexport type Query_RootSelection_ProgressArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n\nexport type Query_RootSelection_Progress_AggregateArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n\nexport type Query_RootSelection_Progress_By_PkArgs = {\n id: Scalars['Int']['input'];\n};\n\n\nexport type Query_RootSelection_ResultsArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n\nexport type Query_RootSelection_Results_AggregateArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n\nexport type Query_RootSharablesArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n\nexport type Query_RootSharables_AggregateArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n\nexport type Query_RootSharables_By_PkArgs = {\n id: Scalars['Int']['input'];\n};\n\n\nexport type Query_RootSms_VotesArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n\nexport type Query_RootSms_Votes_AggregateArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n\nexport type Query_RootSms_Votes_By_PkArgs = {\n id: Scalars['Int']['input'];\n};\n\n\nexport type Query_RootSponsorsArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n\nexport type Query_RootSponsors_AggregateArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n\nexport type Query_RootSponsors_By_PkArgs = {\n id: Scalars['numeric']['input'];\n};\n\n\nexport type Query_RootStudiosArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n\nexport type Query_RootStudios_AggregateArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n\nexport type Query_RootStudios_By_PkArgs = {\n id: Scalars['Int']['input'];\n};\n\n\nexport type Query_RootSubmission_SummaryArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n\nexport type Query_RootSubmission_Summary_AggregateArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n\nexport type Query_RootTeam_AssetsArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n\nexport type Query_RootTeam_Assets_AggregateArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n\nexport type Query_RootTeam_Assets_By_PkArgs = {\n id: Scalars['numeric']['input'];\n};\n\n\nexport type Query_RootTeam_MembershipsArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n\nexport type Query_RootTeam_Memberships_AggregateArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n\nexport type Query_RootTeam_Memberships_By_PkArgs = {\n id: Scalars['numeric']['input'];\n};\n\n\nexport type Query_RootTeam_RolesArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n\nexport type Query_RootTeam_Roles_AggregateArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n\nexport type Query_RootTeam_Roles_By_PkArgs = {\n id: Scalars['numeric']['input'];\n};\n\n\nexport type Query_RootTeamsArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n\nexport type Query_RootTeams_AggregateArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n\nexport type Query_RootTeams_By_PkArgs = {\n id: Scalars['numeric']['input'];\n};\n\n\nexport type Query_RootTeams_With_Awards_Ceremony_CheckinsArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n\nexport type Query_RootTeams_With_Awards_Ceremony_Checkins_AggregateArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n\nexport type Query_RootTeams_With_CheckinsArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n\nexport type Query_RootTeams_With_Checkins_AggregateArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n\nexport type Query_RootTicket_Tailor_VouchersArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n\nexport type Query_RootTicket_Tailor_Vouchers_AggregateArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n\nexport type Query_RootTicket_Tailor_Vouchers_By_PkArgs = {\n id: Scalars['Int']['input'];\n};\n\n\nexport type Query_RootUsersArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n\nexport type Query_RootUsers_AggregateArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n\nexport type Query_RootUsers_By_PkArgs = {\n id: Scalars['numeric']['input'];\n};\n\n/** columns and relationships of \"registrations\" */\nexport type Registrations = {\n __typename?: 'registrations';\n address_1?: Maybe;\n address_2?: Maybe;\n bio?: Maybe;\n city?: Maybe;\n country?: Maybe;\n created: Scalars['timestamp']['output'];\n created_by: Scalars['String']['output'];\n first_name?: Maybe;\n id: Scalars['numeric']['output'];\n is_minor?: Maybe;\n is_notify_primary_email?: Maybe;\n is_notify_secondary_email?: Maybe;\n last_name?: Maybe;\n middle_name?: Maybe;\n primary_email?: Maybe;\n primary_phone?: Maybe;\n secondary_email?: Maybe;\n secondary_phone?: Maybe;\n signature_email?: Maybe;\n signature_ip?: Maybe;\n signature_name?: Maybe;\n signature_phone?: Maybe;\n signature_ts?: Maybe;\n state?: Maybe;\n /** An object relationship */\n team_membership: Team_Memberships;\n team_membership_id: Scalars['numeric']['output'];\n updated: Scalars['timestamp']['output'];\n updated_by: Scalars['String']['output'];\n /** An object relationship */\n user?: Maybe;\n user_id?: Maybe;\n zip?: Maybe;\n};\n\n/** aggregated selection of \"registrations\" */\nexport type Registrations_Aggregate = {\n __typename?: 'registrations_aggregate';\n aggregate?: Maybe;\n nodes: Array;\n};\n\n/** aggregate fields of \"registrations\" */\nexport type Registrations_Aggregate_Fields = {\n __typename?: 'registrations_aggregate_fields';\n avg?: Maybe;\n count: Scalars['Int']['output'];\n max?: Maybe;\n min?: Maybe;\n stddev?: Maybe;\n stddev_pop?: Maybe;\n stddev_samp?: Maybe;\n sum?: Maybe;\n var_pop?: Maybe;\n var_samp?: Maybe;\n variance?: Maybe;\n};\n\n\n/** aggregate fields of \"registrations\" */\nexport type Registrations_Aggregate_FieldsCountArgs = {\n columns?: InputMaybe>;\n distinct?: InputMaybe;\n};\n\n/** aggregate avg on columns */\nexport type Registrations_Avg_Fields = {\n __typename?: 'registrations_avg_fields';\n id?: Maybe;\n team_membership_id?: Maybe;\n user_id?: Maybe;\n};\n\n/** Boolean expression to filter rows from the table \"registrations\". All fields are combined with a logical 'AND'. */\nexport type Registrations_Bool_Exp = {\n _and?: InputMaybe>;\n _not?: InputMaybe;\n _or?: InputMaybe>;\n address_1?: InputMaybe;\n address_2?: InputMaybe;\n bio?: InputMaybe;\n city?: InputMaybe;\n country?: InputMaybe;\n created?: InputMaybe;\n created_by?: InputMaybe;\n first_name?: InputMaybe;\n id?: InputMaybe;\n is_minor?: InputMaybe;\n is_notify_primary_email?: InputMaybe;\n is_notify_secondary_email?: InputMaybe;\n last_name?: InputMaybe;\n middle_name?: InputMaybe;\n primary_email?: InputMaybe;\n primary_phone?: InputMaybe;\n secondary_email?: InputMaybe;\n secondary_phone?: InputMaybe;\n signature_email?: InputMaybe;\n signature_ip?: InputMaybe;\n signature_name?: InputMaybe;\n signature_phone?: InputMaybe;\n signature_ts?: InputMaybe;\n state?: InputMaybe;\n team_membership?: InputMaybe;\n team_membership_id?: InputMaybe;\n updated?: InputMaybe;\n updated_by?: InputMaybe;\n user?: InputMaybe;\n user_id?: InputMaybe;\n zip?: InputMaybe;\n};\n\n/** unique or primary key constraints on table \"registrations\" */\nexport enum Registrations_Constraint {\n /** unique or primary key constraint on columns \"id\" */\n RegistrationsPkey = 'registrations_pkey'\n}\n\n/** input type for incrementing numeric columns in table \"registrations\" */\nexport type Registrations_Inc_Input = {\n id?: InputMaybe;\n team_membership_id?: InputMaybe;\n user_id?: InputMaybe;\n};\n\n/** input type for inserting data into table \"registrations\" */\nexport type Registrations_Insert_Input = {\n address_1?: InputMaybe;\n address_2?: InputMaybe;\n bio?: InputMaybe;\n city?: InputMaybe;\n country?: InputMaybe;\n created?: InputMaybe;\n created_by?: InputMaybe;\n first_name?: InputMaybe;\n id?: InputMaybe;\n is_minor?: InputMaybe;\n is_notify_primary_email?: InputMaybe;\n is_notify_secondary_email?: InputMaybe;\n last_name?: InputMaybe;\n middle_name?: InputMaybe;\n primary_email?: InputMaybe;\n primary_phone?: InputMaybe;\n secondary_email?: InputMaybe;\n secondary_phone?: InputMaybe;\n signature_email?: InputMaybe;\n signature_ip?: InputMaybe;\n signature_name?: InputMaybe;\n signature_phone?: InputMaybe;\n signature_ts?: InputMaybe;\n state?: InputMaybe;\n team_membership?: InputMaybe;\n team_membership_id?: InputMaybe;\n updated?: InputMaybe;\n updated_by?: InputMaybe;\n user?: InputMaybe;\n user_id?: InputMaybe;\n zip?: InputMaybe;\n};\n\n/** aggregate max on columns */\nexport type Registrations_Max_Fields = {\n __typename?: 'registrations_max_fields';\n address_1?: Maybe;\n address_2?: Maybe;\n bio?: Maybe;\n city?: Maybe;\n country?: Maybe;\n created?: Maybe;\n created_by?: Maybe;\n first_name?: Maybe;\n id?: Maybe;\n is_minor?: Maybe;\n is_notify_primary_email?: Maybe;\n is_notify_secondary_email?: Maybe;\n last_name?: Maybe;\n middle_name?: Maybe;\n primary_email?: Maybe;\n primary_phone?: Maybe;\n secondary_email?: Maybe;\n secondary_phone?: Maybe;\n signature_email?: Maybe;\n signature_ip?: Maybe;\n signature_name?: Maybe;\n signature_phone?: Maybe;\n signature_ts?: Maybe;\n state?: Maybe;\n team_membership_id?: Maybe;\n updated?: Maybe;\n updated_by?: Maybe;\n user_id?: Maybe;\n zip?: Maybe;\n};\n\n/** aggregate min on columns */\nexport type Registrations_Min_Fields = {\n __typename?: 'registrations_min_fields';\n address_1?: Maybe;\n address_2?: Maybe;\n bio?: Maybe;\n city?: Maybe;\n country?: Maybe;\n created?: Maybe;\n created_by?: Maybe;\n first_name?: Maybe;\n id?: Maybe;\n is_minor?: Maybe;\n is_notify_primary_email?: Maybe;\n is_notify_secondary_email?: Maybe;\n last_name?: Maybe;\n middle_name?: Maybe;\n primary_email?: Maybe;\n primary_phone?: Maybe;\n secondary_email?: Maybe;\n secondary_phone?: Maybe;\n signature_email?: Maybe;\n signature_ip?: Maybe;\n signature_name?: Maybe;\n signature_phone?: Maybe;\n signature_ts?: Maybe;\n state?: Maybe;\n team_membership_id?: Maybe;\n updated?: Maybe;\n updated_by?: Maybe;\n user_id?: Maybe;\n zip?: Maybe;\n};\n\n/** response of any mutation on the table \"registrations\" */\nexport type Registrations_Mutation_Response = {\n __typename?: 'registrations_mutation_response';\n /** number of rows affected by the mutation */\n affected_rows: Scalars['Int']['output'];\n /** data from the rows affected by the mutation */\n returning: Array;\n};\n\n/** input type for inserting object relation for remote table \"registrations\" */\nexport type Registrations_Obj_Rel_Insert_Input = {\n data: Registrations_Insert_Input;\n /** upsert condition */\n on_conflict?: InputMaybe;\n};\n\n/** on_conflict condition type for table \"registrations\" */\nexport type Registrations_On_Conflict = {\n constraint: Registrations_Constraint;\n update_columns?: Array;\n where?: InputMaybe;\n};\n\n/** Ordering options when selecting data from \"registrations\". */\nexport type Registrations_Order_By = {\n address_1?: InputMaybe;\n address_2?: InputMaybe;\n bio?: InputMaybe;\n city?: InputMaybe;\n country?: InputMaybe;\n created?: InputMaybe;\n created_by?: InputMaybe;\n first_name?: InputMaybe;\n id?: InputMaybe;\n is_minor?: InputMaybe;\n is_notify_primary_email?: InputMaybe;\n is_notify_secondary_email?: InputMaybe;\n last_name?: InputMaybe;\n middle_name?: InputMaybe;\n primary_email?: InputMaybe;\n primary_phone?: InputMaybe;\n secondary_email?: InputMaybe;\n secondary_phone?: InputMaybe;\n signature_email?: InputMaybe;\n signature_ip?: InputMaybe;\n signature_name?: InputMaybe;\n signature_phone?: InputMaybe;\n signature_ts?: InputMaybe;\n state?: InputMaybe;\n team_membership?: InputMaybe;\n team_membership_id?: InputMaybe;\n updated?: InputMaybe;\n updated_by?: InputMaybe;\n user?: InputMaybe;\n user_id?: InputMaybe;\n zip?: InputMaybe;\n};\n\n/** primary key columns input for table: registrations */\nexport type Registrations_Pk_Columns_Input = {\n id: Scalars['numeric']['input'];\n};\n\n/** select columns of table \"registrations\" */\nexport enum Registrations_Select_Column {\n /** column name */\n Address_1 = 'address_1',\n /** column name */\n Address_2 = 'address_2',\n /** column name */\n Bio = 'bio',\n /** column name */\n City = 'city',\n /** column name */\n Country = 'country',\n /** column name */\n Created = 'created',\n /** column name */\n CreatedBy = 'created_by',\n /** column name */\n FirstName = 'first_name',\n /** column name */\n Id = 'id',\n /** column name */\n IsMinor = 'is_minor',\n /** column name */\n IsNotifyPrimaryEmail = 'is_notify_primary_email',\n /** column name */\n IsNotifySecondaryEmail = 'is_notify_secondary_email',\n /** column name */\n LastName = 'last_name',\n /** column name */\n MiddleName = 'middle_name',\n /** column name */\n PrimaryEmail = 'primary_email',\n /** column name */\n PrimaryPhone = 'primary_phone',\n /** column name */\n SecondaryEmail = 'secondary_email',\n /** column name */\n SecondaryPhone = 'secondary_phone',\n /** column name */\n SignatureEmail = 'signature_email',\n /** column name */\n SignatureIp = 'signature_ip',\n /** column name */\n SignatureName = 'signature_name',\n /** column name */\n SignaturePhone = 'signature_phone',\n /** column name */\n SignatureTs = 'signature_ts',\n /** column name */\n State = 'state',\n /** column name */\n TeamMembershipId = 'team_membership_id',\n /** column name */\n Updated = 'updated',\n /** column name */\n UpdatedBy = 'updated_by',\n /** column name */\n UserId = 'user_id',\n /** column name */\n Zip = 'zip'\n}\n\n/** input type for updating data in table \"registrations\" */\nexport type Registrations_Set_Input = {\n address_1?: InputMaybe;\n address_2?: InputMaybe;\n bio?: InputMaybe;\n city?: InputMaybe;\n country?: InputMaybe;\n created?: InputMaybe;\n created_by?: InputMaybe;\n first_name?: InputMaybe;\n id?: InputMaybe;\n is_minor?: InputMaybe;\n is_notify_primary_email?: InputMaybe;\n is_notify_secondary_email?: InputMaybe;\n last_name?: InputMaybe;\n middle_name?: InputMaybe;\n primary_email?: InputMaybe;\n primary_phone?: InputMaybe;\n secondary_email?: InputMaybe;\n secondary_phone?: InputMaybe;\n signature_email?: InputMaybe;\n signature_ip?: InputMaybe;\n signature_name?: InputMaybe;\n signature_phone?: InputMaybe;\n signature_ts?: InputMaybe;\n state?: InputMaybe;\n team_membership_id?: InputMaybe;\n updated?: InputMaybe;\n updated_by?: InputMaybe;\n user_id?: InputMaybe;\n zip?: InputMaybe;\n};\n\n/** aggregate stddev on columns */\nexport type Registrations_Stddev_Fields = {\n __typename?: 'registrations_stddev_fields';\n id?: Maybe;\n team_membership_id?: Maybe;\n user_id?: Maybe;\n};\n\n/** aggregate stddev_pop on columns */\nexport type Registrations_Stddev_Pop_Fields = {\n __typename?: 'registrations_stddev_pop_fields';\n id?: Maybe;\n team_membership_id?: Maybe;\n user_id?: Maybe;\n};\n\n/** aggregate stddev_samp on columns */\nexport type Registrations_Stddev_Samp_Fields = {\n __typename?: 'registrations_stddev_samp_fields';\n id?: Maybe;\n team_membership_id?: Maybe;\n user_id?: Maybe;\n};\n\n/** Streaming cursor of the table \"registrations\" */\nexport type Registrations_Stream_Cursor_Input = {\n /** Stream column input with initial value */\n initial_value: Registrations_Stream_Cursor_Value_Input;\n /** cursor ordering */\n ordering?: InputMaybe;\n};\n\n/** Initial value of the column from where the streaming should start */\nexport type Registrations_Stream_Cursor_Value_Input = {\n address_1?: InputMaybe;\n address_2?: InputMaybe;\n bio?: InputMaybe;\n city?: InputMaybe;\n country?: InputMaybe;\n created?: InputMaybe;\n created_by?: InputMaybe;\n first_name?: InputMaybe;\n id?: InputMaybe;\n is_minor?: InputMaybe;\n is_notify_primary_email?: InputMaybe;\n is_notify_secondary_email?: InputMaybe;\n last_name?: InputMaybe;\n middle_name?: InputMaybe;\n primary_email?: InputMaybe;\n primary_phone?: InputMaybe;\n secondary_email?: InputMaybe;\n secondary_phone?: InputMaybe;\n signature_email?: InputMaybe;\n signature_ip?: InputMaybe;\n signature_name?: InputMaybe;\n signature_phone?: InputMaybe;\n signature_ts?: InputMaybe;\n state?: InputMaybe;\n team_membership_id?: InputMaybe;\n updated?: InputMaybe;\n updated_by?: InputMaybe;\n user_id?: InputMaybe;\n zip?: InputMaybe;\n};\n\n/** aggregate sum on columns */\nexport type Registrations_Sum_Fields = {\n __typename?: 'registrations_sum_fields';\n id?: Maybe;\n team_membership_id?: Maybe;\n user_id?: Maybe;\n};\n\n/** update columns of table \"registrations\" */\nexport enum Registrations_Update_Column {\n /** column name */\n Address_1 = 'address_1',\n /** column name */\n Address_2 = 'address_2',\n /** column name */\n Bio = 'bio',\n /** column name */\n City = 'city',\n /** column name */\n Country = 'country',\n /** column name */\n Created = 'created',\n /** column name */\n CreatedBy = 'created_by',\n /** column name */\n FirstName = 'first_name',\n /** column name */\n Id = 'id',\n /** column name */\n IsMinor = 'is_minor',\n /** column name */\n IsNotifyPrimaryEmail = 'is_notify_primary_email',\n /** column name */\n IsNotifySecondaryEmail = 'is_notify_secondary_email',\n /** column name */\n LastName = 'last_name',\n /** column name */\n MiddleName = 'middle_name',\n /** column name */\n PrimaryEmail = 'primary_email',\n /** column name */\n PrimaryPhone = 'primary_phone',\n /** column name */\n SecondaryEmail = 'secondary_email',\n /** column name */\n SecondaryPhone = 'secondary_phone',\n /** column name */\n SignatureEmail = 'signature_email',\n /** column name */\n SignatureIp = 'signature_ip',\n /** column name */\n SignatureName = 'signature_name',\n /** column name */\n SignaturePhone = 'signature_phone',\n /** column name */\n SignatureTs = 'signature_ts',\n /** column name */\n State = 'state',\n /** column name */\n TeamMembershipId = 'team_membership_id',\n /** column name */\n Updated = 'updated',\n /** column name */\n UpdatedBy = 'updated_by',\n /** column name */\n UserId = 'user_id',\n /** column name */\n Zip = 'zip'\n}\n\nexport type Registrations_Updates = {\n /** increments the numeric columns with given value of the filtered values */\n _inc?: InputMaybe;\n /** sets the columns of the filtered rows to the given values */\n _set?: InputMaybe;\n /** filter the rows which have to be updated */\n where: Registrations_Bool_Exp;\n};\n\n/** aggregate var_pop on columns */\nexport type Registrations_Var_Pop_Fields = {\n __typename?: 'registrations_var_pop_fields';\n id?: Maybe;\n team_membership_id?: Maybe;\n user_id?: Maybe;\n};\n\n/** aggregate var_samp on columns */\nexport type Registrations_Var_Samp_Fields = {\n __typename?: 'registrations_var_samp_fields';\n id?: Maybe;\n team_membership_id?: Maybe;\n user_id?: Maybe;\n};\n\n/** aggregate variance on columns */\nexport type Registrations_Variance_Fields = {\n __typename?: 'registrations_variance_fields';\n id?: Maybe;\n team_membership_id?: Maybe;\n user_id?: Maybe;\n};\n\n/** columns and relationships of \"selection_ballots\" */\nexport type Selection_Ballots = {\n __typename?: 'selection_ballots';\n created_at: Scalars['timestamptz']['output'];\n /** An object relationship */\n film_group: Film_Groups;\n film_group_id: Scalars['Int']['output'];\n id: Scalars['Int']['output'];\n is_complete: Scalars['Boolean']['output'];\n type: Scalars['String']['output'];\n updated_at: Scalars['timestamptz']['output'];\n /** An object relationship */\n user?: Maybe;\n user_id: Scalars['String']['output'];\n};\n\n/** aggregated selection of \"selection_ballots\" */\nexport type Selection_Ballots_Aggregate = {\n __typename?: 'selection_ballots_aggregate';\n aggregate?: Maybe;\n nodes: Array;\n};\n\n/** aggregate fields of \"selection_ballots\" */\nexport type Selection_Ballots_Aggregate_Fields = {\n __typename?: 'selection_ballots_aggregate_fields';\n avg?: Maybe;\n count: Scalars['Int']['output'];\n max?: Maybe;\n min?: Maybe;\n stddev?: Maybe;\n stddev_pop?: Maybe;\n stddev_samp?: Maybe;\n sum?: Maybe;\n var_pop?: Maybe;\n var_samp?: Maybe;\n variance?: Maybe;\n};\n\n\n/** aggregate fields of \"selection_ballots\" */\nexport type Selection_Ballots_Aggregate_FieldsCountArgs = {\n columns?: InputMaybe>;\n distinct?: InputMaybe;\n};\n\n/** aggregate avg on columns */\nexport type Selection_Ballots_Avg_Fields = {\n __typename?: 'selection_ballots_avg_fields';\n film_group_id?: Maybe;\n id?: Maybe;\n};\n\n/** Boolean expression to filter rows from the table \"selection_ballots\". All fields are combined with a logical 'AND'. */\nexport type Selection_Ballots_Bool_Exp = {\n _and?: InputMaybe>;\n _not?: InputMaybe;\n _or?: InputMaybe>;\n created_at?: InputMaybe;\n film_group?: InputMaybe;\n film_group_id?: InputMaybe;\n id?: InputMaybe;\n is_complete?: InputMaybe;\n type?: InputMaybe;\n updated_at?: InputMaybe;\n user?: InputMaybe;\n user_id?: InputMaybe;\n};\n\n/** unique or primary key constraints on table \"selection_ballots\" */\nexport enum Selection_Ballots_Constraint {\n /** unique or primary key constraint on columns \"user_id\", \"film_group_id\" */\n SelectionBallotsFilmGroupIdUserIdKey = 'selection_ballots_film_group_id_user_id_key',\n /** unique or primary key constraint on columns \"id\" */\n SelectionBallotsPkey = 'selection_ballots_pkey'\n}\n\n/** input type for incrementing numeric columns in table \"selection_ballots\" */\nexport type Selection_Ballots_Inc_Input = {\n film_group_id?: InputMaybe;\n id?: InputMaybe;\n};\n\n/** input type for inserting data into table \"selection_ballots\" */\nexport type Selection_Ballots_Insert_Input = {\n created_at?: InputMaybe;\n film_group?: InputMaybe;\n film_group_id?: InputMaybe;\n id?: InputMaybe;\n is_complete?: InputMaybe;\n type?: InputMaybe;\n updated_at?: InputMaybe;\n user?: InputMaybe;\n user_id?: InputMaybe;\n};\n\n/** aggregate max on columns */\nexport type Selection_Ballots_Max_Fields = {\n __typename?: 'selection_ballots_max_fields';\n created_at?: Maybe;\n film_group_id?: Maybe;\n id?: Maybe;\n type?: Maybe;\n updated_at?: Maybe;\n user_id?: Maybe;\n};\n\n/** aggregate min on columns */\nexport type Selection_Ballots_Min_Fields = {\n __typename?: 'selection_ballots_min_fields';\n created_at?: Maybe;\n film_group_id?: Maybe;\n id?: Maybe;\n type?: Maybe;\n updated_at?: Maybe;\n user_id?: Maybe;\n};\n\n/** response of any mutation on the table \"selection_ballots\" */\nexport type Selection_Ballots_Mutation_Response = {\n __typename?: 'selection_ballots_mutation_response';\n /** number of rows affected by the mutation */\n affected_rows: Scalars['Int']['output'];\n /** data from the rows affected by the mutation */\n returning: Array;\n};\n\n/** on_conflict condition type for table \"selection_ballots\" */\nexport type Selection_Ballots_On_Conflict = {\n constraint: Selection_Ballots_Constraint;\n update_columns?: Array;\n where?: InputMaybe;\n};\n\n/** Ordering options when selecting data from \"selection_ballots\". */\nexport type Selection_Ballots_Order_By = {\n created_at?: InputMaybe;\n film_group?: InputMaybe;\n film_group_id?: InputMaybe;\n id?: InputMaybe;\n is_complete?: InputMaybe;\n type?: InputMaybe;\n updated_at?: InputMaybe;\n user?: InputMaybe;\n user_id?: InputMaybe;\n};\n\n/** primary key columns input for table: selection_ballots */\nexport type Selection_Ballots_Pk_Columns_Input = {\n id: Scalars['Int']['input'];\n};\n\n/** select columns of table \"selection_ballots\" */\nexport enum Selection_Ballots_Select_Column {\n /** column name */\n CreatedAt = 'created_at',\n /** column name */\n FilmGroupId = 'film_group_id',\n /** column name */\n Id = 'id',\n /** column name */\n IsComplete = 'is_complete',\n /** column name */\n Type = 'type',\n /** column name */\n UpdatedAt = 'updated_at',\n /** column name */\n UserId = 'user_id'\n}\n\n/** input type for updating data in table \"selection_ballots\" */\nexport type Selection_Ballots_Set_Input = {\n created_at?: InputMaybe;\n film_group_id?: InputMaybe;\n id?: InputMaybe;\n is_complete?: InputMaybe;\n type?: InputMaybe;\n updated_at?: InputMaybe;\n user_id?: InputMaybe;\n};\n\n/** aggregate stddev on columns */\nexport type Selection_Ballots_Stddev_Fields = {\n __typename?: 'selection_ballots_stddev_fields';\n film_group_id?: Maybe;\n id?: Maybe;\n};\n\n/** aggregate stddev_pop on columns */\nexport type Selection_Ballots_Stddev_Pop_Fields = {\n __typename?: 'selection_ballots_stddev_pop_fields';\n film_group_id?: Maybe;\n id?: Maybe;\n};\n\n/** aggregate stddev_samp on columns */\nexport type Selection_Ballots_Stddev_Samp_Fields = {\n __typename?: 'selection_ballots_stddev_samp_fields';\n film_group_id?: Maybe;\n id?: Maybe;\n};\n\n/** Streaming cursor of the table \"selection_ballots\" */\nexport type Selection_Ballots_Stream_Cursor_Input = {\n /** Stream column input with initial value */\n initial_value: Selection_Ballots_Stream_Cursor_Value_Input;\n /** cursor ordering */\n ordering?: InputMaybe;\n};\n\n/** Initial value of the column from where the streaming should start */\nexport type Selection_Ballots_Stream_Cursor_Value_Input = {\n created_at?: InputMaybe;\n film_group_id?: InputMaybe;\n id?: InputMaybe;\n is_complete?: InputMaybe;\n type?: InputMaybe;\n updated_at?: InputMaybe;\n user_id?: InputMaybe;\n};\n\n/** aggregate sum on columns */\nexport type Selection_Ballots_Sum_Fields = {\n __typename?: 'selection_ballots_sum_fields';\n film_group_id?: Maybe;\n id?: Maybe;\n};\n\n/** update columns of table \"selection_ballots\" */\nexport enum Selection_Ballots_Update_Column {\n /** column name */\n CreatedAt = 'created_at',\n /** column name */\n FilmGroupId = 'film_group_id',\n /** column name */\n Id = 'id',\n /** column name */\n IsComplete = 'is_complete',\n /** column name */\n Type = 'type',\n /** column name */\n UpdatedAt = 'updated_at',\n /** column name */\n UserId = 'user_id'\n}\n\nexport type Selection_Ballots_Updates = {\n /** increments the numeric columns with given value of the filtered values */\n _inc?: InputMaybe;\n /** sets the columns of the filtered rows to the given values */\n _set?: InputMaybe;\n /** filter the rows which have to be updated */\n where: Selection_Ballots_Bool_Exp;\n};\n\n/** aggregate var_pop on columns */\nexport type Selection_Ballots_Var_Pop_Fields = {\n __typename?: 'selection_ballots_var_pop_fields';\n film_group_id?: Maybe;\n id?: Maybe;\n};\n\n/** aggregate var_samp on columns */\nexport type Selection_Ballots_Var_Samp_Fields = {\n __typename?: 'selection_ballots_var_samp_fields';\n film_group_id?: Maybe;\n id?: Maybe;\n};\n\n/** aggregate variance on columns */\nexport type Selection_Ballots_Variance_Fields = {\n __typename?: 'selection_ballots_variance_fields';\n film_group_id?: Maybe;\n id?: Maybe;\n};\n\n/** columns and relationships of \"selection_feedback\" */\nexport type Selection_Feedback = {\n __typename?: 'selection_feedback';\n censored: Scalars['Boolean']['output'];\n comments: Scalars['String']['output'];\n created_at: Scalars['timestamptz']['output'];\n id: Scalars['Int']['output'];\n real_user_id: Scalars['Int']['output'];\n tags: Scalars['String']['output'];\n /** An object relationship */\n team: Teams;\n team_id: Scalars['numeric']['output'];\n updated_at: Scalars['timestamptz']['output'];\n user_id?: Maybe;\n};\n\n/** aggregated selection of \"selection_feedback\" */\nexport type Selection_Feedback_Aggregate = {\n __typename?: 'selection_feedback_aggregate';\n aggregate?: Maybe;\n nodes: Array;\n};\n\nexport type Selection_Feedback_Aggregate_Bool_Exp = {\n bool_and?: InputMaybe;\n bool_or?: InputMaybe;\n count?: InputMaybe;\n};\n\nexport type Selection_Feedback_Aggregate_Bool_Exp_Bool_And = {\n arguments: Selection_Feedback_Select_Column_Selection_Feedback_Aggregate_Bool_Exp_Bool_And_Arguments_Columns;\n distinct?: InputMaybe;\n filter?: InputMaybe;\n predicate: Boolean_Comparison_Exp;\n};\n\nexport type Selection_Feedback_Aggregate_Bool_Exp_Bool_Or = {\n arguments: Selection_Feedback_Select_Column_Selection_Feedback_Aggregate_Bool_Exp_Bool_Or_Arguments_Columns;\n distinct?: InputMaybe;\n filter?: InputMaybe;\n predicate: Boolean_Comparison_Exp;\n};\n\nexport type Selection_Feedback_Aggregate_Bool_Exp_Count = {\n arguments?: InputMaybe>;\n distinct?: InputMaybe;\n filter?: InputMaybe;\n predicate: Int_Comparison_Exp;\n};\n\n/** aggregate fields of \"selection_feedback\" */\nexport type Selection_Feedback_Aggregate_Fields = {\n __typename?: 'selection_feedback_aggregate_fields';\n avg?: Maybe;\n count: Scalars['Int']['output'];\n max?: Maybe;\n min?: Maybe;\n stddev?: Maybe;\n stddev_pop?: Maybe;\n stddev_samp?: Maybe;\n sum?: Maybe;\n var_pop?: Maybe;\n var_samp?: Maybe;\n variance?: Maybe;\n};\n\n\n/** aggregate fields of \"selection_feedback\" */\nexport type Selection_Feedback_Aggregate_FieldsCountArgs = {\n columns?: InputMaybe>;\n distinct?: InputMaybe;\n};\n\n/** order by aggregate values of table \"selection_feedback\" */\nexport type Selection_Feedback_Aggregate_Order_By = {\n avg?: InputMaybe;\n count?: InputMaybe;\n max?: InputMaybe;\n min?: InputMaybe;\n stddev?: InputMaybe;\n stddev_pop?: InputMaybe;\n stddev_samp?: InputMaybe;\n sum?: InputMaybe;\n var_pop?: InputMaybe;\n var_samp?: InputMaybe;\n variance?: InputMaybe;\n};\n\n/** input type for inserting array relation for remote table \"selection_feedback\" */\nexport type Selection_Feedback_Arr_Rel_Insert_Input = {\n data: Array;\n /** upsert condition */\n on_conflict?: InputMaybe;\n};\n\n/** aggregate avg on columns */\nexport type Selection_Feedback_Avg_Fields = {\n __typename?: 'selection_feedback_avg_fields';\n id?: Maybe;\n real_user_id?: Maybe;\n team_id?: Maybe;\n};\n\n/** order by avg() on columns of table \"selection_feedback\" */\nexport type Selection_Feedback_Avg_Order_By = {\n id?: InputMaybe;\n real_user_id?: InputMaybe;\n team_id?: InputMaybe;\n};\n\n/** Boolean expression to filter rows from the table \"selection_feedback\". All fields are combined with a logical 'AND'. */\nexport type Selection_Feedback_Bool_Exp = {\n _and?: InputMaybe>;\n _not?: InputMaybe;\n _or?: InputMaybe>;\n censored?: InputMaybe;\n comments?: InputMaybe;\n created_at?: InputMaybe;\n id?: InputMaybe;\n real_user_id?: InputMaybe;\n tags?: InputMaybe;\n team?: InputMaybe;\n team_id?: InputMaybe;\n updated_at?: InputMaybe;\n user_id?: InputMaybe;\n};\n\n/** unique or primary key constraints on table \"selection_feedback\" */\nexport enum Selection_Feedback_Constraint {\n /** unique or primary key constraint on columns \"id\" */\n SelectionFeedbackPkey = 'selection_feedback_pkey',\n /** unique or primary key constraint on columns \"real_user_id\", \"team_id\" */\n SelectionFeedbackTeamIdRealUserIdKey = 'selection_feedback_team_id_real_user_id_key'\n}\n\n/** input type for incrementing numeric columns in table \"selection_feedback\" */\nexport type Selection_Feedback_Inc_Input = {\n id?: InputMaybe;\n real_user_id?: InputMaybe;\n team_id?: InputMaybe;\n};\n\n/** input type for inserting data into table \"selection_feedback\" */\nexport type Selection_Feedback_Insert_Input = {\n censored?: InputMaybe;\n comments?: InputMaybe;\n created_at?: InputMaybe;\n id?: InputMaybe;\n real_user_id?: InputMaybe;\n tags?: InputMaybe;\n team?: InputMaybe;\n team_id?: InputMaybe;\n updated_at?: InputMaybe;\n user_id?: InputMaybe;\n};\n\n/** aggregate max on columns */\nexport type Selection_Feedback_Max_Fields = {\n __typename?: 'selection_feedback_max_fields';\n comments?: Maybe;\n created_at?: Maybe;\n id?: Maybe;\n real_user_id?: Maybe;\n tags?: Maybe;\n team_id?: Maybe;\n updated_at?: Maybe;\n user_id?: Maybe;\n};\n\n/** order by max() on columns of table \"selection_feedback\" */\nexport type Selection_Feedback_Max_Order_By = {\n comments?: InputMaybe;\n created_at?: InputMaybe;\n id?: InputMaybe;\n real_user_id?: InputMaybe;\n tags?: InputMaybe;\n team_id?: InputMaybe;\n updated_at?: InputMaybe;\n user_id?: InputMaybe;\n};\n\n/** aggregate min on columns */\nexport type Selection_Feedback_Min_Fields = {\n __typename?: 'selection_feedback_min_fields';\n comments?: Maybe;\n created_at?: Maybe;\n id?: Maybe;\n real_user_id?: Maybe;\n tags?: Maybe;\n team_id?: Maybe;\n updated_at?: Maybe;\n user_id?: Maybe;\n};\n\n/** order by min() on columns of table \"selection_feedback\" */\nexport type Selection_Feedback_Min_Order_By = {\n comments?: InputMaybe;\n created_at?: InputMaybe;\n id?: InputMaybe;\n real_user_id?: InputMaybe;\n tags?: InputMaybe;\n team_id?: InputMaybe;\n updated_at?: InputMaybe;\n user_id?: InputMaybe;\n};\n\n/** response of any mutation on the table \"selection_feedback\" */\nexport type Selection_Feedback_Mutation_Response = {\n __typename?: 'selection_feedback_mutation_response';\n /** number of rows affected by the mutation */\n affected_rows: Scalars['Int']['output'];\n /** data from the rows affected by the mutation */\n returning: Array;\n};\n\n/** on_conflict condition type for table \"selection_feedback\" */\nexport type Selection_Feedback_On_Conflict = {\n constraint: Selection_Feedback_Constraint;\n update_columns?: Array;\n where?: InputMaybe;\n};\n\n/** Ordering options when selecting data from \"selection_feedback\". */\nexport type Selection_Feedback_Order_By = {\n censored?: InputMaybe;\n comments?: InputMaybe;\n created_at?: InputMaybe;\n id?: InputMaybe;\n real_user_id?: InputMaybe;\n tags?: InputMaybe;\n team?: InputMaybe;\n team_id?: InputMaybe;\n updated_at?: InputMaybe;\n user_id?: InputMaybe;\n};\n\n/** primary key columns input for table: selection_feedback */\nexport type Selection_Feedback_Pk_Columns_Input = {\n id: Scalars['Int']['input'];\n};\n\n/** select columns of table \"selection_feedback\" */\nexport enum Selection_Feedback_Select_Column {\n /** column name */\n Censored = 'censored',\n /** column name */\n Comments = 'comments',\n /** column name */\n CreatedAt = 'created_at',\n /** column name */\n Id = 'id',\n /** column name */\n RealUserId = 'real_user_id',\n /** column name */\n Tags = 'tags',\n /** column name */\n TeamId = 'team_id',\n /** column name */\n UpdatedAt = 'updated_at',\n /** column name */\n UserId = 'user_id'\n}\n\n/** select \"selection_feedback_aggregate_bool_exp_bool_and_arguments_columns\" columns of table \"selection_feedback\" */\nexport enum Selection_Feedback_Select_Column_Selection_Feedback_Aggregate_Bool_Exp_Bool_And_Arguments_Columns {\n /** column name */\n Censored = 'censored'\n}\n\n/** select \"selection_feedback_aggregate_bool_exp_bool_or_arguments_columns\" columns of table \"selection_feedback\" */\nexport enum Selection_Feedback_Select_Column_Selection_Feedback_Aggregate_Bool_Exp_Bool_Or_Arguments_Columns {\n /** column name */\n Censored = 'censored'\n}\n\n/** input type for updating data in table \"selection_feedback\" */\nexport type Selection_Feedback_Set_Input = {\n censored?: InputMaybe;\n comments?: InputMaybe;\n created_at?: InputMaybe;\n id?: InputMaybe;\n real_user_id?: InputMaybe;\n tags?: InputMaybe;\n team_id?: InputMaybe;\n updated_at?: InputMaybe;\n user_id?: InputMaybe;\n};\n\n/** aggregate stddev on columns */\nexport type Selection_Feedback_Stddev_Fields = {\n __typename?: 'selection_feedback_stddev_fields';\n id?: Maybe;\n real_user_id?: Maybe;\n team_id?: Maybe;\n};\n\n/** order by stddev() on columns of table \"selection_feedback\" */\nexport type Selection_Feedback_Stddev_Order_By = {\n id?: InputMaybe;\n real_user_id?: InputMaybe;\n team_id?: InputMaybe;\n};\n\n/** aggregate stddev_pop on columns */\nexport type Selection_Feedback_Stddev_Pop_Fields = {\n __typename?: 'selection_feedback_stddev_pop_fields';\n id?: Maybe;\n real_user_id?: Maybe;\n team_id?: Maybe;\n};\n\n/** order by stddev_pop() on columns of table \"selection_feedback\" */\nexport type Selection_Feedback_Stddev_Pop_Order_By = {\n id?: InputMaybe;\n real_user_id?: InputMaybe;\n team_id?: InputMaybe;\n};\n\n/** aggregate stddev_samp on columns */\nexport type Selection_Feedback_Stddev_Samp_Fields = {\n __typename?: 'selection_feedback_stddev_samp_fields';\n id?: Maybe;\n real_user_id?: Maybe;\n team_id?: Maybe;\n};\n\n/** order by stddev_samp() on columns of table \"selection_feedback\" */\nexport type Selection_Feedback_Stddev_Samp_Order_By = {\n id?: InputMaybe;\n real_user_id?: InputMaybe;\n team_id?: InputMaybe;\n};\n\n/** Streaming cursor of the table \"selection_feedback\" */\nexport type Selection_Feedback_Stream_Cursor_Input = {\n /** Stream column input with initial value */\n initial_value: Selection_Feedback_Stream_Cursor_Value_Input;\n /** cursor ordering */\n ordering?: InputMaybe;\n};\n\n/** Initial value of the column from where the streaming should start */\nexport type Selection_Feedback_Stream_Cursor_Value_Input = {\n censored?: InputMaybe;\n comments?: InputMaybe;\n created_at?: InputMaybe;\n id?: InputMaybe;\n real_user_id?: InputMaybe;\n tags?: InputMaybe;\n team_id?: InputMaybe;\n updated_at?: InputMaybe;\n user_id?: InputMaybe;\n};\n\n/** aggregate sum on columns */\nexport type Selection_Feedback_Sum_Fields = {\n __typename?: 'selection_feedback_sum_fields';\n id?: Maybe;\n real_user_id?: Maybe;\n team_id?: Maybe;\n};\n\n/** order by sum() on columns of table \"selection_feedback\" */\nexport type Selection_Feedback_Sum_Order_By = {\n id?: InputMaybe;\n real_user_id?: InputMaybe;\n team_id?: InputMaybe;\n};\n\n/** update columns of table \"selection_feedback\" */\nexport enum Selection_Feedback_Update_Column {\n /** column name */\n Censored = 'censored',\n /** column name */\n Comments = 'comments',\n /** column name */\n CreatedAt = 'created_at',\n /** column name */\n Id = 'id',\n /** column name */\n RealUserId = 'real_user_id',\n /** column name */\n Tags = 'tags',\n /** column name */\n TeamId = 'team_id',\n /** column name */\n UpdatedAt = 'updated_at',\n /** column name */\n UserId = 'user_id'\n}\n\nexport type Selection_Feedback_Updates = {\n /** increments the numeric columns with given value of the filtered values */\n _inc?: InputMaybe;\n /** sets the columns of the filtered rows to the given values */\n _set?: InputMaybe;\n /** filter the rows which have to be updated */\n where: Selection_Feedback_Bool_Exp;\n};\n\n/** aggregate var_pop on columns */\nexport type Selection_Feedback_Var_Pop_Fields = {\n __typename?: 'selection_feedback_var_pop_fields';\n id?: Maybe;\n real_user_id?: Maybe;\n team_id?: Maybe;\n};\n\n/** order by var_pop() on columns of table \"selection_feedback\" */\nexport type Selection_Feedback_Var_Pop_Order_By = {\n id?: InputMaybe;\n real_user_id?: InputMaybe;\n team_id?: InputMaybe;\n};\n\n/** aggregate var_samp on columns */\nexport type Selection_Feedback_Var_Samp_Fields = {\n __typename?: 'selection_feedback_var_samp_fields';\n id?: Maybe;\n real_user_id?: Maybe;\n team_id?: Maybe;\n};\n\n/** order by var_samp() on columns of table \"selection_feedback\" */\nexport type Selection_Feedback_Var_Samp_Order_By = {\n id?: InputMaybe;\n real_user_id?: InputMaybe;\n team_id?: InputMaybe;\n};\n\n/** aggregate variance on columns */\nexport type Selection_Feedback_Variance_Fields = {\n __typename?: 'selection_feedback_variance_fields';\n id?: Maybe;\n real_user_id?: Maybe;\n team_id?: Maybe;\n};\n\n/** order by variance() on columns of table \"selection_feedback\" */\nexport type Selection_Feedback_Variance_Order_By = {\n id?: InputMaybe;\n real_user_id?: InputMaybe;\n team_id?: InputMaybe;\n};\n\n/** columns and relationships of \"selection_metrics\" */\nexport type Selection_Metrics = {\n __typename?: 'selection_metrics';\n /** An object relationship */\n award: Awards;\n award_id: Scalars['numeric']['output'];\n created_at: Scalars['timestamptz']['output'];\n id: Scalars['Int']['output'];\n real_user_id: Scalars['Int']['output'];\n /** An object relationship */\n team: Teams;\n team_id: Scalars['numeric']['output'];\n updated_at: Scalars['timestamptz']['output'];\n user_id?: Maybe;\n value: Scalars['Int']['output'];\n};\n\n/** aggregated selection of \"selection_metrics\" */\nexport type Selection_Metrics_Aggregate = {\n __typename?: 'selection_metrics_aggregate';\n aggregate?: Maybe;\n nodes: Array;\n};\n\nexport type Selection_Metrics_Aggregate_Bool_Exp = {\n count?: InputMaybe;\n};\n\nexport type Selection_Metrics_Aggregate_Bool_Exp_Count = {\n arguments?: InputMaybe>;\n distinct?: InputMaybe;\n filter?: InputMaybe;\n predicate: Int_Comparison_Exp;\n};\n\n/** aggregate fields of \"selection_metrics\" */\nexport type Selection_Metrics_Aggregate_Fields = {\n __typename?: 'selection_metrics_aggregate_fields';\n avg?: Maybe;\n count: Scalars['Int']['output'];\n max?: Maybe;\n min?: Maybe;\n stddev?: Maybe;\n stddev_pop?: Maybe;\n stddev_samp?: Maybe;\n sum?: Maybe;\n var_pop?: Maybe;\n var_samp?: Maybe;\n variance?: Maybe;\n};\n\n\n/** aggregate fields of \"selection_metrics\" */\nexport type Selection_Metrics_Aggregate_FieldsCountArgs = {\n columns?: InputMaybe>;\n distinct?: InputMaybe;\n};\n\n/** order by aggregate values of table \"selection_metrics\" */\nexport type Selection_Metrics_Aggregate_Order_By = {\n avg?: InputMaybe;\n count?: InputMaybe;\n max?: InputMaybe;\n min?: InputMaybe;\n stddev?: InputMaybe;\n stddev_pop?: InputMaybe;\n stddev_samp?: InputMaybe;\n sum?: InputMaybe;\n var_pop?: InputMaybe;\n var_samp?: InputMaybe;\n variance?: InputMaybe;\n};\n\n/** input type for inserting array relation for remote table \"selection_metrics\" */\nexport type Selection_Metrics_Arr_Rel_Insert_Input = {\n data: Array;\n /** upsert condition */\n on_conflict?: InputMaybe;\n};\n\n/** aggregate avg on columns */\nexport type Selection_Metrics_Avg_Fields = {\n __typename?: 'selection_metrics_avg_fields';\n award_id?: Maybe;\n id?: Maybe;\n real_user_id?: Maybe;\n team_id?: Maybe;\n value?: Maybe;\n};\n\n/** order by avg() on columns of table \"selection_metrics\" */\nexport type Selection_Metrics_Avg_Order_By = {\n award_id?: InputMaybe;\n id?: InputMaybe;\n real_user_id?: InputMaybe;\n team_id?: InputMaybe;\n value?: InputMaybe;\n};\n\n/** Boolean expression to filter rows from the table \"selection_metrics\". All fields are combined with a logical 'AND'. */\nexport type Selection_Metrics_Bool_Exp = {\n _and?: InputMaybe>;\n _not?: InputMaybe;\n _or?: InputMaybe>;\n award?: InputMaybe;\n award_id?: InputMaybe;\n created_at?: InputMaybe;\n id?: InputMaybe;\n real_user_id?: InputMaybe;\n team?: InputMaybe;\n team_id?: InputMaybe;\n updated_at?: InputMaybe;\n user_id?: InputMaybe;\n value?: InputMaybe;\n};\n\n/** unique or primary key constraints on table \"selection_metrics\" */\nexport enum Selection_Metrics_Constraint {\n /** unique or primary key constraint on columns \"id\" */\n SelectionMetricsPkey = 'selection_metrics_pkey',\n /** unique or primary key constraint on columns \"real_user_id\", \"team_id\", \"award_id\" */\n SelectionMetricsRealUserIdTeamIdAwardIdKey = 'selection_metrics_real_user_id_team_id_award_id_key'\n}\n\n/** input type for incrementing numeric columns in table \"selection_metrics\" */\nexport type Selection_Metrics_Inc_Input = {\n award_id?: InputMaybe;\n id?: InputMaybe;\n real_user_id?: InputMaybe;\n team_id?: InputMaybe;\n value?: InputMaybe;\n};\n\n/** input type for inserting data into table \"selection_metrics\" */\nexport type Selection_Metrics_Insert_Input = {\n award?: InputMaybe;\n award_id?: InputMaybe;\n created_at?: InputMaybe;\n id?: InputMaybe;\n real_user_id?: InputMaybe;\n team?: InputMaybe;\n team_id?: InputMaybe;\n updated_at?: InputMaybe;\n user_id?: InputMaybe;\n value?: InputMaybe;\n};\n\n/** aggregate max on columns */\nexport type Selection_Metrics_Max_Fields = {\n __typename?: 'selection_metrics_max_fields';\n award_id?: Maybe;\n created_at?: Maybe;\n id?: Maybe;\n real_user_id?: Maybe;\n team_id?: Maybe;\n updated_at?: Maybe;\n user_id?: Maybe;\n value?: Maybe;\n};\n\n/** order by max() on columns of table \"selection_metrics\" */\nexport type Selection_Metrics_Max_Order_By = {\n award_id?: InputMaybe;\n created_at?: InputMaybe;\n id?: InputMaybe;\n real_user_id?: InputMaybe;\n team_id?: InputMaybe;\n updated_at?: InputMaybe;\n user_id?: InputMaybe;\n value?: InputMaybe;\n};\n\n/** aggregate min on columns */\nexport type Selection_Metrics_Min_Fields = {\n __typename?: 'selection_metrics_min_fields';\n award_id?: Maybe;\n created_at?: Maybe;\n id?: Maybe;\n real_user_id?: Maybe;\n team_id?: Maybe;\n updated_at?: Maybe;\n user_id?: Maybe;\n value?: Maybe;\n};\n\n/** order by min() on columns of table \"selection_metrics\" */\nexport type Selection_Metrics_Min_Order_By = {\n award_id?: InputMaybe;\n created_at?: InputMaybe;\n id?: InputMaybe;\n real_user_id?: InputMaybe;\n team_id?: InputMaybe;\n updated_at?: InputMaybe;\n user_id?: InputMaybe;\n value?: InputMaybe;\n};\n\n/** response of any mutation on the table \"selection_metrics\" */\nexport type Selection_Metrics_Mutation_Response = {\n __typename?: 'selection_metrics_mutation_response';\n /** number of rows affected by the mutation */\n affected_rows: Scalars['Int']['output'];\n /** data from the rows affected by the mutation */\n returning: Array;\n};\n\n/** on_conflict condition type for table \"selection_metrics\" */\nexport type Selection_Metrics_On_Conflict = {\n constraint: Selection_Metrics_Constraint;\n update_columns?: Array;\n where?: InputMaybe;\n};\n\n/** Ordering options when selecting data from \"selection_metrics\". */\nexport type Selection_Metrics_Order_By = {\n award?: InputMaybe;\n award_id?: InputMaybe;\n created_at?: InputMaybe;\n id?: InputMaybe;\n real_user_id?: InputMaybe;\n team?: InputMaybe;\n team_id?: InputMaybe;\n updated_at?: InputMaybe;\n user_id?: InputMaybe;\n value?: InputMaybe;\n};\n\n/** primary key columns input for table: selection_metrics */\nexport type Selection_Metrics_Pk_Columns_Input = {\n id: Scalars['Int']['input'];\n};\n\n/** select columns of table \"selection_metrics\" */\nexport enum Selection_Metrics_Select_Column {\n /** column name */\n AwardId = 'award_id',\n /** column name */\n CreatedAt = 'created_at',\n /** column name */\n Id = 'id',\n /** column name */\n RealUserId = 'real_user_id',\n /** column name */\n TeamId = 'team_id',\n /** column name */\n UpdatedAt = 'updated_at',\n /** column name */\n UserId = 'user_id',\n /** column name */\n Value = 'value'\n}\n\n/** input type for updating data in table \"selection_metrics\" */\nexport type Selection_Metrics_Set_Input = {\n award_id?: InputMaybe;\n created_at?: InputMaybe;\n id?: InputMaybe;\n real_user_id?: InputMaybe;\n team_id?: InputMaybe;\n updated_at?: InputMaybe;\n user_id?: InputMaybe;\n value?: InputMaybe;\n};\n\n/** aggregate stddev on columns */\nexport type Selection_Metrics_Stddev_Fields = {\n __typename?: 'selection_metrics_stddev_fields';\n award_id?: Maybe;\n id?: Maybe;\n real_user_id?: Maybe;\n team_id?: Maybe;\n value?: Maybe;\n};\n\n/** order by stddev() on columns of table \"selection_metrics\" */\nexport type Selection_Metrics_Stddev_Order_By = {\n award_id?: InputMaybe;\n id?: InputMaybe;\n real_user_id?: InputMaybe;\n team_id?: InputMaybe;\n value?: InputMaybe;\n};\n\n/** aggregate stddev_pop on columns */\nexport type Selection_Metrics_Stddev_Pop_Fields = {\n __typename?: 'selection_metrics_stddev_pop_fields';\n award_id?: Maybe;\n id?: Maybe;\n real_user_id?: Maybe;\n team_id?: Maybe;\n value?: Maybe;\n};\n\n/** order by stddev_pop() on columns of table \"selection_metrics\" */\nexport type Selection_Metrics_Stddev_Pop_Order_By = {\n award_id?: InputMaybe;\n id?: InputMaybe;\n real_user_id?: InputMaybe;\n team_id?: InputMaybe;\n value?: InputMaybe;\n};\n\n/** aggregate stddev_samp on columns */\nexport type Selection_Metrics_Stddev_Samp_Fields = {\n __typename?: 'selection_metrics_stddev_samp_fields';\n award_id?: Maybe;\n id?: Maybe;\n real_user_id?: Maybe;\n team_id?: Maybe;\n value?: Maybe;\n};\n\n/** order by stddev_samp() on columns of table \"selection_metrics\" */\nexport type Selection_Metrics_Stddev_Samp_Order_By = {\n award_id?: InputMaybe;\n id?: InputMaybe;\n real_user_id?: InputMaybe;\n team_id?: InputMaybe;\n value?: InputMaybe;\n};\n\n/** Streaming cursor of the table \"selection_metrics\" */\nexport type Selection_Metrics_Stream_Cursor_Input = {\n /** Stream column input with initial value */\n initial_value: Selection_Metrics_Stream_Cursor_Value_Input;\n /** cursor ordering */\n ordering?: InputMaybe;\n};\n\n/** Initial value of the column from where the streaming should start */\nexport type Selection_Metrics_Stream_Cursor_Value_Input = {\n award_id?: InputMaybe;\n created_at?: InputMaybe;\n id?: InputMaybe;\n real_user_id?: InputMaybe;\n team_id?: InputMaybe;\n updated_at?: InputMaybe;\n user_id?: InputMaybe;\n value?: InputMaybe;\n};\n\n/** aggregate sum on columns */\nexport type Selection_Metrics_Sum_Fields = {\n __typename?: 'selection_metrics_sum_fields';\n award_id?: Maybe;\n id?: Maybe;\n real_user_id?: Maybe;\n team_id?: Maybe;\n value?: Maybe;\n};\n\n/** order by sum() on columns of table \"selection_metrics\" */\nexport type Selection_Metrics_Sum_Order_By = {\n award_id?: InputMaybe;\n id?: InputMaybe;\n real_user_id?: InputMaybe;\n team_id?: InputMaybe;\n value?: InputMaybe;\n};\n\n/** update columns of table \"selection_metrics\" */\nexport enum Selection_Metrics_Update_Column {\n /** column name */\n AwardId = 'award_id',\n /** column name */\n CreatedAt = 'created_at',\n /** column name */\n Id = 'id',\n /** column name */\n RealUserId = 'real_user_id',\n /** column name */\n TeamId = 'team_id',\n /** column name */\n UpdatedAt = 'updated_at',\n /** column name */\n UserId = 'user_id',\n /** column name */\n Value = 'value'\n}\n\nexport type Selection_Metrics_Updates = {\n /** increments the numeric columns with given value of the filtered values */\n _inc?: InputMaybe;\n /** sets the columns of the filtered rows to the given values */\n _set?: InputMaybe;\n /** filter the rows which have to be updated */\n where: Selection_Metrics_Bool_Exp;\n};\n\n/** aggregate var_pop on columns */\nexport type Selection_Metrics_Var_Pop_Fields = {\n __typename?: 'selection_metrics_var_pop_fields';\n award_id?: Maybe;\n id?: Maybe;\n real_user_id?: Maybe;\n team_id?: Maybe;\n value?: Maybe;\n};\n\n/** order by var_pop() on columns of table \"selection_metrics\" */\nexport type Selection_Metrics_Var_Pop_Order_By = {\n award_id?: InputMaybe;\n id?: InputMaybe;\n real_user_id?: InputMaybe;\n team_id?: InputMaybe;\n value?: InputMaybe;\n};\n\n/** aggregate var_samp on columns */\nexport type Selection_Metrics_Var_Samp_Fields = {\n __typename?: 'selection_metrics_var_samp_fields';\n award_id?: Maybe;\n id?: Maybe;\n real_user_id?: Maybe;\n team_id?: Maybe;\n value?: Maybe;\n};\n\n/** order by var_samp() on columns of table \"selection_metrics\" */\nexport type Selection_Metrics_Var_Samp_Order_By = {\n award_id?: InputMaybe;\n id?: InputMaybe;\n real_user_id?: InputMaybe;\n team_id?: InputMaybe;\n value?: InputMaybe;\n};\n\n/** aggregate variance on columns */\nexport type Selection_Metrics_Variance_Fields = {\n __typename?: 'selection_metrics_variance_fields';\n award_id?: Maybe;\n id?: Maybe;\n real_user_id?: Maybe;\n team_id?: Maybe;\n value?: Maybe;\n};\n\n/** order by variance() on columns of table \"selection_metrics\" */\nexport type Selection_Metrics_Variance_Order_By = {\n award_id?: InputMaybe;\n id?: InputMaybe;\n real_user_id?: InputMaybe;\n team_id?: InputMaybe;\n value?: InputMaybe;\n};\n\n/** columns and relationships of \"selection_progress\" */\nexport type Selection_Progress = {\n __typename?: 'selection_progress';\n created_at: Scalars['timestamptz']['output'];\n film_group_id: Scalars['Int']['output'];\n id: Scalars['Int']['output'];\n index: Scalars['Int']['output'];\n real_user_id: Scalars['Int']['output'];\n seek: Scalars['Int']['output'];\n updated_at: Scalars['timestamptz']['output'];\n /** An object relationship */\n user?: Maybe;\n user_id?: Maybe;\n};\n\n/** aggregated selection of \"selection_progress\" */\nexport type Selection_Progress_Aggregate = {\n __typename?: 'selection_progress_aggregate';\n aggregate?: Maybe;\n nodes: Array;\n};\n\nexport type Selection_Progress_Aggregate_Bool_Exp = {\n count?: InputMaybe;\n};\n\nexport type Selection_Progress_Aggregate_Bool_Exp_Count = {\n arguments?: InputMaybe>;\n distinct?: InputMaybe;\n filter?: InputMaybe;\n predicate: Int_Comparison_Exp;\n};\n\n/** aggregate fields of \"selection_progress\" */\nexport type Selection_Progress_Aggregate_Fields = {\n __typename?: 'selection_progress_aggregate_fields';\n avg?: Maybe;\n count: Scalars['Int']['output'];\n max?: Maybe;\n min?: Maybe;\n stddev?: Maybe;\n stddev_pop?: Maybe;\n stddev_samp?: Maybe;\n sum?: Maybe;\n var_pop?: Maybe;\n var_samp?: Maybe;\n variance?: Maybe;\n};\n\n\n/** aggregate fields of \"selection_progress\" */\nexport type Selection_Progress_Aggregate_FieldsCountArgs = {\n columns?: InputMaybe>;\n distinct?: InputMaybe;\n};\n\n/** order by aggregate values of table \"selection_progress\" */\nexport type Selection_Progress_Aggregate_Order_By = {\n avg?: InputMaybe;\n count?: InputMaybe;\n max?: InputMaybe;\n min?: InputMaybe;\n stddev?: InputMaybe;\n stddev_pop?: InputMaybe;\n stddev_samp?: InputMaybe;\n sum?: InputMaybe;\n var_pop?: InputMaybe;\n var_samp?: InputMaybe;\n variance?: InputMaybe;\n};\n\n/** input type for inserting array relation for remote table \"selection_progress\" */\nexport type Selection_Progress_Arr_Rel_Insert_Input = {\n data: Array;\n /** upsert condition */\n on_conflict?: InputMaybe;\n};\n\n/** aggregate avg on columns */\nexport type Selection_Progress_Avg_Fields = {\n __typename?: 'selection_progress_avg_fields';\n film_group_id?: Maybe;\n id?: Maybe;\n index?: Maybe;\n real_user_id?: Maybe;\n seek?: Maybe;\n};\n\n/** order by avg() on columns of table \"selection_progress\" */\nexport type Selection_Progress_Avg_Order_By = {\n film_group_id?: InputMaybe;\n id?: InputMaybe;\n index?: InputMaybe;\n real_user_id?: InputMaybe;\n seek?: InputMaybe;\n};\n\n/** Boolean expression to filter rows from the table \"selection_progress\". All fields are combined with a logical 'AND'. */\nexport type Selection_Progress_Bool_Exp = {\n _and?: InputMaybe>;\n _not?: InputMaybe;\n _or?: InputMaybe>;\n created_at?: InputMaybe;\n film_group_id?: InputMaybe;\n id?: InputMaybe;\n index?: InputMaybe;\n real_user_id?: InputMaybe;\n seek?: InputMaybe;\n updated_at?: InputMaybe;\n user?: InputMaybe;\n user_id?: InputMaybe;\n};\n\n/** unique or primary key constraints on table \"selection_progress\" */\nexport enum Selection_Progress_Constraint {\n /** unique or primary key constraint on columns \"real_user_id\", \"film_group_id\" */\n SelectionProgressFilmGroupIdRealUserIdKey = 'selection_progress_film_group_id_real_user_id_key',\n /** unique or primary key constraint on columns \"id\" */\n SelectionProgressPkey = 'selection_progress_pkey'\n}\n\n/** input type for incrementing numeric columns in table \"selection_progress\" */\nexport type Selection_Progress_Inc_Input = {\n film_group_id?: InputMaybe;\n id?: InputMaybe;\n index?: InputMaybe;\n real_user_id?: InputMaybe;\n seek?: InputMaybe;\n};\n\n/** input type for inserting data into table \"selection_progress\" */\nexport type Selection_Progress_Insert_Input = {\n created_at?: InputMaybe;\n film_group_id?: InputMaybe;\n id?: InputMaybe;\n index?: InputMaybe;\n real_user_id?: InputMaybe;\n seek?: InputMaybe;\n updated_at?: InputMaybe;\n user?: InputMaybe;\n user_id?: InputMaybe;\n};\n\n/** aggregate max on columns */\nexport type Selection_Progress_Max_Fields = {\n __typename?: 'selection_progress_max_fields';\n created_at?: Maybe;\n film_group_id?: Maybe;\n id?: Maybe;\n index?: Maybe;\n real_user_id?: Maybe;\n seek?: Maybe;\n updated_at?: Maybe;\n user_id?: Maybe;\n};\n\n/** order by max() on columns of table \"selection_progress\" */\nexport type Selection_Progress_Max_Order_By = {\n created_at?: InputMaybe;\n film_group_id?: InputMaybe;\n id?: InputMaybe;\n index?: InputMaybe;\n real_user_id?: InputMaybe;\n seek?: InputMaybe;\n updated_at?: InputMaybe;\n user_id?: InputMaybe;\n};\n\n/** aggregate min on columns */\nexport type Selection_Progress_Min_Fields = {\n __typename?: 'selection_progress_min_fields';\n created_at?: Maybe;\n film_group_id?: Maybe;\n id?: Maybe;\n index?: Maybe;\n real_user_id?: Maybe;\n seek?: Maybe;\n updated_at?: Maybe;\n user_id?: Maybe;\n};\n\n/** order by min() on columns of table \"selection_progress\" */\nexport type Selection_Progress_Min_Order_By = {\n created_at?: InputMaybe;\n film_group_id?: InputMaybe;\n id?: InputMaybe;\n index?: InputMaybe;\n real_user_id?: InputMaybe;\n seek?: InputMaybe;\n updated_at?: InputMaybe;\n user_id?: InputMaybe;\n};\n\n/** response of any mutation on the table \"selection_progress\" */\nexport type Selection_Progress_Mutation_Response = {\n __typename?: 'selection_progress_mutation_response';\n /** number of rows affected by the mutation */\n affected_rows: Scalars['Int']['output'];\n /** data from the rows affected by the mutation */\n returning: Array;\n};\n\n/** on_conflict condition type for table \"selection_progress\" */\nexport type Selection_Progress_On_Conflict = {\n constraint: Selection_Progress_Constraint;\n update_columns?: Array;\n where?: InputMaybe;\n};\n\n/** Ordering options when selecting data from \"selection_progress\". */\nexport type Selection_Progress_Order_By = {\n created_at?: InputMaybe;\n film_group_id?: InputMaybe;\n id?: InputMaybe;\n index?: InputMaybe;\n real_user_id?: InputMaybe;\n seek?: InputMaybe;\n updated_at?: InputMaybe;\n user?: InputMaybe;\n user_id?: InputMaybe;\n};\n\n/** primary key columns input for table: selection_progress */\nexport type Selection_Progress_Pk_Columns_Input = {\n id: Scalars['Int']['input'];\n};\n\n/** select columns of table \"selection_progress\" */\nexport enum Selection_Progress_Select_Column {\n /** column name */\n CreatedAt = 'created_at',\n /** column name */\n FilmGroupId = 'film_group_id',\n /** column name */\n Id = 'id',\n /** column name */\n Index = 'index',\n /** column name */\n RealUserId = 'real_user_id',\n /** column name */\n Seek = 'seek',\n /** column name */\n UpdatedAt = 'updated_at',\n /** column name */\n UserId = 'user_id'\n}\n\n/** input type for updating data in table \"selection_progress\" */\nexport type Selection_Progress_Set_Input = {\n created_at?: InputMaybe;\n film_group_id?: InputMaybe;\n id?: InputMaybe;\n index?: InputMaybe;\n real_user_id?: InputMaybe;\n seek?: InputMaybe;\n updated_at?: InputMaybe;\n user_id?: InputMaybe;\n};\n\n/** aggregate stddev on columns */\nexport type Selection_Progress_Stddev_Fields = {\n __typename?: 'selection_progress_stddev_fields';\n film_group_id?: Maybe;\n id?: Maybe;\n index?: Maybe;\n real_user_id?: Maybe;\n seek?: Maybe;\n};\n\n/** order by stddev() on columns of table \"selection_progress\" */\nexport type Selection_Progress_Stddev_Order_By = {\n film_group_id?: InputMaybe;\n id?: InputMaybe;\n index?: InputMaybe;\n real_user_id?: InputMaybe;\n seek?: InputMaybe;\n};\n\n/** aggregate stddev_pop on columns */\nexport type Selection_Progress_Stddev_Pop_Fields = {\n __typename?: 'selection_progress_stddev_pop_fields';\n film_group_id?: Maybe;\n id?: Maybe;\n index?: Maybe;\n real_user_id?: Maybe;\n seek?: Maybe;\n};\n\n/** order by stddev_pop() on columns of table \"selection_progress\" */\nexport type Selection_Progress_Stddev_Pop_Order_By = {\n film_group_id?: InputMaybe;\n id?: InputMaybe;\n index?: InputMaybe;\n real_user_id?: InputMaybe;\n seek?: InputMaybe;\n};\n\n/** aggregate stddev_samp on columns */\nexport type Selection_Progress_Stddev_Samp_Fields = {\n __typename?: 'selection_progress_stddev_samp_fields';\n film_group_id?: Maybe;\n id?: Maybe;\n index?: Maybe;\n real_user_id?: Maybe;\n seek?: Maybe;\n};\n\n/** order by stddev_samp() on columns of table \"selection_progress\" */\nexport type Selection_Progress_Stddev_Samp_Order_By = {\n film_group_id?: InputMaybe;\n id?: InputMaybe;\n index?: InputMaybe;\n real_user_id?: InputMaybe;\n seek?: InputMaybe;\n};\n\n/** Streaming cursor of the table \"selection_progress\" */\nexport type Selection_Progress_Stream_Cursor_Input = {\n /** Stream column input with initial value */\n initial_value: Selection_Progress_Stream_Cursor_Value_Input;\n /** cursor ordering */\n ordering?: InputMaybe;\n};\n\n/** Initial value of the column from where the streaming should start */\nexport type Selection_Progress_Stream_Cursor_Value_Input = {\n created_at?: InputMaybe;\n film_group_id?: InputMaybe;\n id?: InputMaybe;\n index?: InputMaybe;\n real_user_id?: InputMaybe;\n seek?: InputMaybe;\n updated_at?: InputMaybe;\n user_id?: InputMaybe;\n};\n\n/** aggregate sum on columns */\nexport type Selection_Progress_Sum_Fields = {\n __typename?: 'selection_progress_sum_fields';\n film_group_id?: Maybe;\n id?: Maybe;\n index?: Maybe;\n real_user_id?: Maybe;\n seek?: Maybe;\n};\n\n/** order by sum() on columns of table \"selection_progress\" */\nexport type Selection_Progress_Sum_Order_By = {\n film_group_id?: InputMaybe;\n id?: InputMaybe;\n index?: InputMaybe;\n real_user_id?: InputMaybe;\n seek?: InputMaybe;\n};\n\n/** update columns of table \"selection_progress\" */\nexport enum Selection_Progress_Update_Column {\n /** column name */\n CreatedAt = 'created_at',\n /** column name */\n FilmGroupId = 'film_group_id',\n /** column name */\n Id = 'id',\n /** column name */\n Index = 'index',\n /** column name */\n RealUserId = 'real_user_id',\n /** column name */\n Seek = 'seek',\n /** column name */\n UpdatedAt = 'updated_at',\n /** column name */\n UserId = 'user_id'\n}\n\nexport type Selection_Progress_Updates = {\n /** increments the numeric columns with given value of the filtered values */\n _inc?: InputMaybe;\n /** sets the columns of the filtered rows to the given values */\n _set?: InputMaybe;\n /** filter the rows which have to be updated */\n where: Selection_Progress_Bool_Exp;\n};\n\n/** aggregate var_pop on columns */\nexport type Selection_Progress_Var_Pop_Fields = {\n __typename?: 'selection_progress_var_pop_fields';\n film_group_id?: Maybe;\n id?: Maybe;\n index?: Maybe;\n real_user_id?: Maybe;\n seek?: Maybe;\n};\n\n/** order by var_pop() on columns of table \"selection_progress\" */\nexport type Selection_Progress_Var_Pop_Order_By = {\n film_group_id?: InputMaybe;\n id?: InputMaybe;\n index?: InputMaybe;\n real_user_id?: InputMaybe;\n seek?: InputMaybe;\n};\n\n/** aggregate var_samp on columns */\nexport type Selection_Progress_Var_Samp_Fields = {\n __typename?: 'selection_progress_var_samp_fields';\n film_group_id?: Maybe;\n id?: Maybe;\n index?: Maybe;\n real_user_id?: Maybe;\n seek?: Maybe;\n};\n\n/** order by var_samp() on columns of table \"selection_progress\" */\nexport type Selection_Progress_Var_Samp_Order_By = {\n film_group_id?: InputMaybe;\n id?: InputMaybe;\n index?: InputMaybe;\n real_user_id?: InputMaybe;\n seek?: InputMaybe;\n};\n\n/** aggregate variance on columns */\nexport type Selection_Progress_Variance_Fields = {\n __typename?: 'selection_progress_variance_fields';\n film_group_id?: Maybe;\n id?: Maybe;\n index?: Maybe;\n real_user_id?: Maybe;\n seek?: Maybe;\n};\n\n/** order by variance() on columns of table \"selection_progress\" */\nexport type Selection_Progress_Variance_Order_By = {\n film_group_id?: InputMaybe;\n id?: InputMaybe;\n index?: InputMaybe;\n real_user_id?: InputMaybe;\n seek?: InputMaybe;\n};\n\n/** columns and relationships of \"selection_results\" */\nexport type Selection_Results = {\n __typename?: 'selection_results';\n /** An object relationship */\n award?: Maybe;\n award_id?: Maybe;\n overall_score?: Maybe;\n peer_review_score?: Maybe;\n selection_committee_score?: Maybe;\n /** An object relationship */\n team?: Maybe;\n team_id?: Maybe;\n};\n\n/** aggregated selection of \"selection_results\" */\nexport type Selection_Results_Aggregate = {\n __typename?: 'selection_results_aggregate';\n aggregate?: Maybe;\n nodes: Array;\n};\n\n/** aggregate fields of \"selection_results\" */\nexport type Selection_Results_Aggregate_Fields = {\n __typename?: 'selection_results_aggregate_fields';\n avg?: Maybe;\n count: Scalars['Int']['output'];\n max?: Maybe;\n min?: Maybe;\n stddev?: Maybe;\n stddev_pop?: Maybe;\n stddev_samp?: Maybe;\n sum?: Maybe;\n var_pop?: Maybe;\n var_samp?: Maybe;\n variance?: Maybe;\n};\n\n\n/** aggregate fields of \"selection_results\" */\nexport type Selection_Results_Aggregate_FieldsCountArgs = {\n columns?: InputMaybe>;\n distinct?: InputMaybe;\n};\n\n/** aggregate avg on columns */\nexport type Selection_Results_Avg_Fields = {\n __typename?: 'selection_results_avg_fields';\n award_id?: Maybe;\n overall_score?: Maybe;\n peer_review_score?: Maybe;\n selection_committee_score?: Maybe;\n team_id?: Maybe;\n};\n\n/** Boolean expression to filter rows from the table \"selection_results\". All fields are combined with a logical 'AND'. */\nexport type Selection_Results_Bool_Exp = {\n _and?: InputMaybe>;\n _not?: InputMaybe;\n _or?: InputMaybe>;\n award?: InputMaybe;\n award_id?: InputMaybe;\n overall_score?: InputMaybe;\n peer_review_score?: InputMaybe;\n selection_committee_score?: InputMaybe;\n team?: InputMaybe;\n team_id?: InputMaybe;\n};\n\n/** aggregate max on columns */\nexport type Selection_Results_Max_Fields = {\n __typename?: 'selection_results_max_fields';\n award_id?: Maybe;\n overall_score?: Maybe;\n peer_review_score?: Maybe;\n selection_committee_score?: Maybe;\n team_id?: Maybe;\n};\n\n/** aggregate min on columns */\nexport type Selection_Results_Min_Fields = {\n __typename?: 'selection_results_min_fields';\n award_id?: Maybe;\n overall_score?: Maybe;\n peer_review_score?: Maybe;\n selection_committee_score?: Maybe;\n team_id?: Maybe;\n};\n\n/** Ordering options when selecting data from \"selection_results\". */\nexport type Selection_Results_Order_By = {\n award?: InputMaybe;\n award_id?: InputMaybe;\n overall_score?: InputMaybe;\n peer_review_score?: InputMaybe;\n selection_committee_score?: InputMaybe;\n team?: InputMaybe;\n team_id?: InputMaybe;\n};\n\n/** select columns of table \"selection_results\" */\nexport enum Selection_Results_Select_Column {\n /** column name */\n AwardId = 'award_id',\n /** column name */\n OverallScore = 'overall_score',\n /** column name */\n PeerReviewScore = 'peer_review_score',\n /** column name */\n SelectionCommitteeScore = 'selection_committee_score',\n /** column name */\n TeamId = 'team_id'\n}\n\n/** aggregate stddev on columns */\nexport type Selection_Results_Stddev_Fields = {\n __typename?: 'selection_results_stddev_fields';\n award_id?: Maybe;\n overall_score?: Maybe;\n peer_review_score?: Maybe;\n selection_committee_score?: Maybe;\n team_id?: Maybe;\n};\n\n/** aggregate stddev_pop on columns */\nexport type Selection_Results_Stddev_Pop_Fields = {\n __typename?: 'selection_results_stddev_pop_fields';\n award_id?: Maybe;\n overall_score?: Maybe;\n peer_review_score?: Maybe;\n selection_committee_score?: Maybe;\n team_id?: Maybe;\n};\n\n/** aggregate stddev_samp on columns */\nexport type Selection_Results_Stddev_Samp_Fields = {\n __typename?: 'selection_results_stddev_samp_fields';\n award_id?: Maybe;\n overall_score?: Maybe;\n peer_review_score?: Maybe;\n selection_committee_score?: Maybe;\n team_id?: Maybe;\n};\n\n/** Streaming cursor of the table \"selection_results\" */\nexport type Selection_Results_Stream_Cursor_Input = {\n /** Stream column input with initial value */\n initial_value: Selection_Results_Stream_Cursor_Value_Input;\n /** cursor ordering */\n ordering?: InputMaybe;\n};\n\n/** Initial value of the column from where the streaming should start */\nexport type Selection_Results_Stream_Cursor_Value_Input = {\n award_id?: InputMaybe;\n overall_score?: InputMaybe;\n peer_review_score?: InputMaybe;\n selection_committee_score?: InputMaybe;\n team_id?: InputMaybe;\n};\n\n/** aggregate sum on columns */\nexport type Selection_Results_Sum_Fields = {\n __typename?: 'selection_results_sum_fields';\n award_id?: Maybe;\n overall_score?: Maybe;\n peer_review_score?: Maybe;\n selection_committee_score?: Maybe;\n team_id?: Maybe;\n};\n\n/** aggregate var_pop on columns */\nexport type Selection_Results_Var_Pop_Fields = {\n __typename?: 'selection_results_var_pop_fields';\n award_id?: Maybe;\n overall_score?: Maybe;\n peer_review_score?: Maybe;\n selection_committee_score?: Maybe;\n team_id?: Maybe;\n};\n\n/** aggregate var_samp on columns */\nexport type Selection_Results_Var_Samp_Fields = {\n __typename?: 'selection_results_var_samp_fields';\n award_id?: Maybe;\n overall_score?: Maybe;\n peer_review_score?: Maybe;\n selection_committee_score?: Maybe;\n team_id?: Maybe;\n};\n\n/** aggregate variance on columns */\nexport type Selection_Results_Variance_Fields = {\n __typename?: 'selection_results_variance_fields';\n award_id?: Maybe;\n overall_score?: Maybe;\n peer_review_score?: Maybe;\n selection_committee_score?: Maybe;\n team_id?: Maybe;\n};\n\n/** columns and relationships of \"sharables\" */\nexport type Sharables = {\n __typename?: 'sharables';\n created_at: Scalars['timestamptz']['output'];\n description?: Maybe;\n id: Scalars['Int']['output'];\n mux_playback_id: Scalars['String']['output'];\n mux_thumb_time?: Maybe;\n title: Scalars['String']['output'];\n updated_at: Scalars['timestamptz']['output'];\n};\n\n/** aggregated selection of \"sharables\" */\nexport type Sharables_Aggregate = {\n __typename?: 'sharables_aggregate';\n aggregate?: Maybe;\n nodes: Array;\n};\n\n/** aggregate fields of \"sharables\" */\nexport type Sharables_Aggregate_Fields = {\n __typename?: 'sharables_aggregate_fields';\n avg?: Maybe;\n count: Scalars['Int']['output'];\n max?: Maybe;\n min?: Maybe;\n stddev?: Maybe;\n stddev_pop?: Maybe;\n stddev_samp?: Maybe;\n sum?: Maybe;\n var_pop?: Maybe;\n var_samp?: Maybe;\n variance?: Maybe;\n};\n\n\n/** aggregate fields of \"sharables\" */\nexport type Sharables_Aggregate_FieldsCountArgs = {\n columns?: InputMaybe>;\n distinct?: InputMaybe;\n};\n\n/** aggregate avg on columns */\nexport type Sharables_Avg_Fields = {\n __typename?: 'sharables_avg_fields';\n id?: Maybe;\n mux_thumb_time?: Maybe;\n};\n\n/** Boolean expression to filter rows from the table \"sharables\". All fields are combined with a logical 'AND'. */\nexport type Sharables_Bool_Exp = {\n _and?: InputMaybe>;\n _not?: InputMaybe;\n _or?: InputMaybe>;\n created_at?: InputMaybe;\n description?: InputMaybe;\n id?: InputMaybe;\n mux_playback_id?: InputMaybe;\n mux_thumb_time?: InputMaybe;\n title?: InputMaybe;\n updated_at?: InputMaybe;\n};\n\n/** unique or primary key constraints on table \"sharables\" */\nexport enum Sharables_Constraint {\n /** unique or primary key constraint on columns \"id\" */\n SharablesPkey = 'sharables_pkey'\n}\n\n/** input type for incrementing numeric columns in table \"sharables\" */\nexport type Sharables_Inc_Input = {\n id?: InputMaybe;\n mux_thumb_time?: InputMaybe;\n};\n\n/** input type for inserting data into table \"sharables\" */\nexport type Sharables_Insert_Input = {\n created_at?: InputMaybe;\n description?: InputMaybe;\n id?: InputMaybe;\n mux_playback_id?: InputMaybe;\n mux_thumb_time?: InputMaybe;\n title?: InputMaybe;\n updated_at?: InputMaybe;\n};\n\n/** aggregate max on columns */\nexport type Sharables_Max_Fields = {\n __typename?: 'sharables_max_fields';\n created_at?: Maybe;\n description?: Maybe;\n id?: Maybe;\n mux_playback_id?: Maybe;\n mux_thumb_time?: Maybe;\n title?: Maybe;\n updated_at?: Maybe;\n};\n\n/** aggregate min on columns */\nexport type Sharables_Min_Fields = {\n __typename?: 'sharables_min_fields';\n created_at?: Maybe;\n description?: Maybe;\n id?: Maybe;\n mux_playback_id?: Maybe;\n mux_thumb_time?: Maybe;\n title?: Maybe;\n updated_at?: Maybe;\n};\n\n/** response of any mutation on the table \"sharables\" */\nexport type Sharables_Mutation_Response = {\n __typename?: 'sharables_mutation_response';\n /** number of rows affected by the mutation */\n affected_rows: Scalars['Int']['output'];\n /** data from the rows affected by the mutation */\n returning: Array;\n};\n\n/** on_conflict condition type for table \"sharables\" */\nexport type Sharables_On_Conflict = {\n constraint: Sharables_Constraint;\n update_columns?: Array;\n where?: InputMaybe;\n};\n\n/** Ordering options when selecting data from \"sharables\". */\nexport type Sharables_Order_By = {\n created_at?: InputMaybe;\n description?: InputMaybe;\n id?: InputMaybe;\n mux_playback_id?: InputMaybe;\n mux_thumb_time?: InputMaybe;\n title?: InputMaybe;\n updated_at?: InputMaybe;\n};\n\n/** primary key columns input for table: sharables */\nexport type Sharables_Pk_Columns_Input = {\n id: Scalars['Int']['input'];\n};\n\n/** select columns of table \"sharables\" */\nexport enum Sharables_Select_Column {\n /** column name */\n CreatedAt = 'created_at',\n /** column name */\n Description = 'description',\n /** column name */\n Id = 'id',\n /** column name */\n MuxPlaybackId = 'mux_playback_id',\n /** column name */\n MuxThumbTime = 'mux_thumb_time',\n /** column name */\n Title = 'title',\n /** column name */\n UpdatedAt = 'updated_at'\n}\n\n/** input type for updating data in table \"sharables\" */\nexport type Sharables_Set_Input = {\n created_at?: InputMaybe;\n description?: InputMaybe;\n id?: InputMaybe;\n mux_playback_id?: InputMaybe;\n mux_thumb_time?: InputMaybe;\n title?: InputMaybe;\n updated_at?: InputMaybe;\n};\n\n/** aggregate stddev on columns */\nexport type Sharables_Stddev_Fields = {\n __typename?: 'sharables_stddev_fields';\n id?: Maybe;\n mux_thumb_time?: Maybe;\n};\n\n/** aggregate stddev_pop on columns */\nexport type Sharables_Stddev_Pop_Fields = {\n __typename?: 'sharables_stddev_pop_fields';\n id?: Maybe;\n mux_thumb_time?: Maybe;\n};\n\n/** aggregate stddev_samp on columns */\nexport type Sharables_Stddev_Samp_Fields = {\n __typename?: 'sharables_stddev_samp_fields';\n id?: Maybe;\n mux_thumb_time?: Maybe;\n};\n\n/** Streaming cursor of the table \"sharables\" */\nexport type Sharables_Stream_Cursor_Input = {\n /** Stream column input with initial value */\n initial_value: Sharables_Stream_Cursor_Value_Input;\n /** cursor ordering */\n ordering?: InputMaybe;\n};\n\n/** Initial value of the column from where the streaming should start */\nexport type Sharables_Stream_Cursor_Value_Input = {\n created_at?: InputMaybe;\n description?: InputMaybe;\n id?: InputMaybe;\n mux_playback_id?: InputMaybe;\n mux_thumb_time?: InputMaybe;\n title?: InputMaybe;\n updated_at?: InputMaybe;\n};\n\n/** aggregate sum on columns */\nexport type Sharables_Sum_Fields = {\n __typename?: 'sharables_sum_fields';\n id?: Maybe;\n mux_thumb_time?: Maybe;\n};\n\n/** update columns of table \"sharables\" */\nexport enum Sharables_Update_Column {\n /** column name */\n CreatedAt = 'created_at',\n /** column name */\n Description = 'description',\n /** column name */\n Id = 'id',\n /** column name */\n MuxPlaybackId = 'mux_playback_id',\n /** column name */\n MuxThumbTime = 'mux_thumb_time',\n /** column name */\n Title = 'title',\n /** column name */\n UpdatedAt = 'updated_at'\n}\n\nexport type Sharables_Updates = {\n /** increments the numeric columns with given value of the filtered values */\n _inc?: InputMaybe;\n /** sets the columns of the filtered rows to the given values */\n _set?: InputMaybe;\n /** filter the rows which have to be updated */\n where: Sharables_Bool_Exp;\n};\n\n/** aggregate var_pop on columns */\nexport type Sharables_Var_Pop_Fields = {\n __typename?: 'sharables_var_pop_fields';\n id?: Maybe;\n mux_thumb_time?: Maybe;\n};\n\n/** aggregate var_samp on columns */\nexport type Sharables_Var_Samp_Fields = {\n __typename?: 'sharables_var_samp_fields';\n id?: Maybe;\n mux_thumb_time?: Maybe;\n};\n\n/** aggregate variance on columns */\nexport type Sharables_Variance_Fields = {\n __typename?: 'sharables_variance_fields';\n id?: Maybe;\n mux_thumb_time?: Maybe;\n};\n\n/** columns and relationships of \"sms_votes\" */\nexport type Sms_Votes = {\n __typename?: 'sms_votes';\n body: Scalars['String']['output'];\n created_at: Scalars['timestamptz']['output'];\n id: Scalars['Int']['output'];\n phone: Scalars['String']['output'];\n team_id?: Maybe;\n team_number?: Maybe;\n updated_at: Scalars['timestamptz']['output'];\n voided_at?: Maybe;\n};\n\n/** aggregated selection of \"sms_votes\" */\nexport type Sms_Votes_Aggregate = {\n __typename?: 'sms_votes_aggregate';\n aggregate?: Maybe;\n nodes: Array;\n};\n\n/** aggregate fields of \"sms_votes\" */\nexport type Sms_Votes_Aggregate_Fields = {\n __typename?: 'sms_votes_aggregate_fields';\n avg?: Maybe;\n count: Scalars['Int']['output'];\n max?: Maybe;\n min?: Maybe;\n stddev?: Maybe;\n stddev_pop?: Maybe;\n stddev_samp?: Maybe;\n sum?: Maybe;\n var_pop?: Maybe;\n var_samp?: Maybe;\n variance?: Maybe;\n};\n\n\n/** aggregate fields of \"sms_votes\" */\nexport type Sms_Votes_Aggregate_FieldsCountArgs = {\n columns?: InputMaybe>;\n distinct?: InputMaybe;\n};\n\n/** aggregate avg on columns */\nexport type Sms_Votes_Avg_Fields = {\n __typename?: 'sms_votes_avg_fields';\n id?: Maybe;\n team_id?: Maybe;\n team_number?: Maybe;\n};\n\n/** Boolean expression to filter rows from the table \"sms_votes\". All fields are combined with a logical 'AND'. */\nexport type Sms_Votes_Bool_Exp = {\n _and?: InputMaybe>;\n _not?: InputMaybe;\n _or?: InputMaybe>;\n body?: InputMaybe;\n created_at?: InputMaybe;\n id?: InputMaybe;\n phone?: InputMaybe;\n team_id?: InputMaybe;\n team_number?: InputMaybe;\n updated_at?: InputMaybe;\n voided_at?: InputMaybe;\n};\n\n/** unique or primary key constraints on table \"sms_votes\" */\nexport enum Sms_Votes_Constraint {\n /** unique or primary key constraint on columns \"id\" */\n SmsVotesPkey = 'sms_votes_pkey'\n}\n\n/** input type for incrementing numeric columns in table \"sms_votes\" */\nexport type Sms_Votes_Inc_Input = {\n id?: InputMaybe;\n team_id?: InputMaybe;\n team_number?: InputMaybe;\n};\n\n/** input type for inserting data into table \"sms_votes\" */\nexport type Sms_Votes_Insert_Input = {\n body?: InputMaybe;\n created_at?: InputMaybe;\n id?: InputMaybe;\n phone?: InputMaybe;\n team_id?: InputMaybe;\n team_number?: InputMaybe;\n updated_at?: InputMaybe;\n voided_at?: InputMaybe;\n};\n\n/** aggregate max on columns */\nexport type Sms_Votes_Max_Fields = {\n __typename?: 'sms_votes_max_fields';\n body?: Maybe;\n created_at?: Maybe;\n id?: Maybe;\n phone?: Maybe;\n team_id?: Maybe;\n team_number?: Maybe;\n updated_at?: Maybe;\n voided_at?: Maybe;\n};\n\n/** aggregate min on columns */\nexport type Sms_Votes_Min_Fields = {\n __typename?: 'sms_votes_min_fields';\n body?: Maybe;\n created_at?: Maybe;\n id?: Maybe;\n phone?: Maybe;\n team_id?: Maybe;\n team_number?: Maybe;\n updated_at?: Maybe;\n voided_at?: Maybe;\n};\n\n/** response of any mutation on the table \"sms_votes\" */\nexport type Sms_Votes_Mutation_Response = {\n __typename?: 'sms_votes_mutation_response';\n /** number of rows affected by the mutation */\n affected_rows: Scalars['Int']['output'];\n /** data from the rows affected by the mutation */\n returning: Array;\n};\n\n/** on_conflict condition type for table \"sms_votes\" */\nexport type Sms_Votes_On_Conflict = {\n constraint: Sms_Votes_Constraint;\n update_columns?: Array;\n where?: InputMaybe;\n};\n\n/** Ordering options when selecting data from \"sms_votes\". */\nexport type Sms_Votes_Order_By = {\n body?: InputMaybe;\n created_at?: InputMaybe;\n id?: InputMaybe;\n phone?: InputMaybe;\n team_id?: InputMaybe;\n team_number?: InputMaybe;\n updated_at?: InputMaybe;\n voided_at?: InputMaybe;\n};\n\n/** primary key columns input for table: sms_votes */\nexport type Sms_Votes_Pk_Columns_Input = {\n id: Scalars['Int']['input'];\n};\n\n/** select columns of table \"sms_votes\" */\nexport enum Sms_Votes_Select_Column {\n /** column name */\n Body = 'body',\n /** column name */\n CreatedAt = 'created_at',\n /** column name */\n Id = 'id',\n /** column name */\n Phone = 'phone',\n /** column name */\n TeamId = 'team_id',\n /** column name */\n TeamNumber = 'team_number',\n /** column name */\n UpdatedAt = 'updated_at',\n /** column name */\n VoidedAt = 'voided_at'\n}\n\n/** input type for updating data in table \"sms_votes\" */\nexport type Sms_Votes_Set_Input = {\n body?: InputMaybe;\n created_at?: InputMaybe;\n id?: InputMaybe;\n phone?: InputMaybe;\n team_id?: InputMaybe;\n team_number?: InputMaybe;\n updated_at?: InputMaybe;\n voided_at?: InputMaybe;\n};\n\n/** aggregate stddev on columns */\nexport type Sms_Votes_Stddev_Fields = {\n __typename?: 'sms_votes_stddev_fields';\n id?: Maybe;\n team_id?: Maybe;\n team_number?: Maybe;\n};\n\n/** aggregate stddev_pop on columns */\nexport type Sms_Votes_Stddev_Pop_Fields = {\n __typename?: 'sms_votes_stddev_pop_fields';\n id?: Maybe;\n team_id?: Maybe;\n team_number?: Maybe;\n};\n\n/** aggregate stddev_samp on columns */\nexport type Sms_Votes_Stddev_Samp_Fields = {\n __typename?: 'sms_votes_stddev_samp_fields';\n id?: Maybe;\n team_id?: Maybe;\n team_number?: Maybe;\n};\n\n/** Streaming cursor of the table \"sms_votes\" */\nexport type Sms_Votes_Stream_Cursor_Input = {\n /** Stream column input with initial value */\n initial_value: Sms_Votes_Stream_Cursor_Value_Input;\n /** cursor ordering */\n ordering?: InputMaybe;\n};\n\n/** Initial value of the column from where the streaming should start */\nexport type Sms_Votes_Stream_Cursor_Value_Input = {\n body?: InputMaybe;\n created_at?: InputMaybe;\n id?: InputMaybe;\n phone?: InputMaybe;\n team_id?: InputMaybe;\n team_number?: InputMaybe;\n updated_at?: InputMaybe;\n voided_at?: InputMaybe;\n};\n\n/** aggregate sum on columns */\nexport type Sms_Votes_Sum_Fields = {\n __typename?: 'sms_votes_sum_fields';\n id?: Maybe;\n team_id?: Maybe;\n team_number?: Maybe;\n};\n\n/** update columns of table \"sms_votes\" */\nexport enum Sms_Votes_Update_Column {\n /** column name */\n Body = 'body',\n /** column name */\n CreatedAt = 'created_at',\n /** column name */\n Id = 'id',\n /** column name */\n Phone = 'phone',\n /** column name */\n TeamId = 'team_id',\n /** column name */\n TeamNumber = 'team_number',\n /** column name */\n UpdatedAt = 'updated_at',\n /** column name */\n VoidedAt = 'voided_at'\n}\n\nexport type Sms_Votes_Updates = {\n /** increments the numeric columns with given value of the filtered values */\n _inc?: InputMaybe;\n /** sets the columns of the filtered rows to the given values */\n _set?: InputMaybe;\n /** filter the rows which have to be updated */\n where: Sms_Votes_Bool_Exp;\n};\n\n/** aggregate var_pop on columns */\nexport type Sms_Votes_Var_Pop_Fields = {\n __typename?: 'sms_votes_var_pop_fields';\n id?: Maybe;\n team_id?: Maybe;\n team_number?: Maybe;\n};\n\n/** aggregate var_samp on columns */\nexport type Sms_Votes_Var_Samp_Fields = {\n __typename?: 'sms_votes_var_samp_fields';\n id?: Maybe;\n team_id?: Maybe;\n team_number?: Maybe;\n};\n\n/** aggregate variance on columns */\nexport type Sms_Votes_Variance_Fields = {\n __typename?: 'sms_votes_variance_fields';\n id?: Maybe;\n team_id?: Maybe;\n team_number?: Maybe;\n};\n\n/** columns and relationships of \"sponsors\" */\nexport type Sponsors = {\n __typename?: 'sponsors';\n created: Scalars['timestamp']['output'];\n created_by: Scalars['String']['output'];\n /** An object relationship */\n film_festival: Film_Festivals;\n film_festival_id: Scalars['numeric']['output'];\n id: Scalars['numeric']['output'];\n name?: Maybe;\n the_level?: Maybe;\n updated: Scalars['timestamp']['output'];\n updated_by: Scalars['String']['output'];\n vimeo_url?: Maybe;\n};\n\n/** aggregated selection of \"sponsors\" */\nexport type Sponsors_Aggregate = {\n __typename?: 'sponsors_aggregate';\n aggregate?: Maybe;\n nodes: Array;\n};\n\nexport type Sponsors_Aggregate_Bool_Exp = {\n count?: InputMaybe;\n};\n\nexport type Sponsors_Aggregate_Bool_Exp_Count = {\n arguments?: InputMaybe>;\n distinct?: InputMaybe;\n filter?: InputMaybe;\n predicate: Int_Comparison_Exp;\n};\n\n/** aggregate fields of \"sponsors\" */\nexport type Sponsors_Aggregate_Fields = {\n __typename?: 'sponsors_aggregate_fields';\n avg?: Maybe;\n count: Scalars['Int']['output'];\n max?: Maybe;\n min?: Maybe;\n stddev?: Maybe;\n stddev_pop?: Maybe;\n stddev_samp?: Maybe;\n sum?: Maybe;\n var_pop?: Maybe;\n var_samp?: Maybe;\n variance?: Maybe;\n};\n\n\n/** aggregate fields of \"sponsors\" */\nexport type Sponsors_Aggregate_FieldsCountArgs = {\n columns?: InputMaybe>;\n distinct?: InputMaybe;\n};\n\n/** order by aggregate values of table \"sponsors\" */\nexport type Sponsors_Aggregate_Order_By = {\n avg?: InputMaybe;\n count?: InputMaybe;\n max?: InputMaybe;\n min?: InputMaybe;\n stddev?: InputMaybe;\n stddev_pop?: InputMaybe;\n stddev_samp?: InputMaybe;\n sum?: InputMaybe;\n var_pop?: InputMaybe;\n var_samp?: InputMaybe;\n variance?: InputMaybe;\n};\n\n/** input type for inserting array relation for remote table \"sponsors\" */\nexport type Sponsors_Arr_Rel_Insert_Input = {\n data: Array;\n /** upsert condition */\n on_conflict?: InputMaybe;\n};\n\n/** aggregate avg on columns */\nexport type Sponsors_Avg_Fields = {\n __typename?: 'sponsors_avg_fields';\n film_festival_id?: Maybe;\n id?: Maybe;\n};\n\n/** order by avg() on columns of table \"sponsors\" */\nexport type Sponsors_Avg_Order_By = {\n film_festival_id?: InputMaybe;\n id?: InputMaybe;\n};\n\n/** Boolean expression to filter rows from the table \"sponsors\". All fields are combined with a logical 'AND'. */\nexport type Sponsors_Bool_Exp = {\n _and?: InputMaybe>;\n _not?: InputMaybe;\n _or?: InputMaybe>;\n created?: InputMaybe;\n created_by?: InputMaybe;\n film_festival?: InputMaybe;\n film_festival_id?: InputMaybe;\n id?: InputMaybe;\n name?: InputMaybe;\n the_level?: InputMaybe;\n updated?: InputMaybe;\n updated_by?: InputMaybe;\n vimeo_url?: InputMaybe;\n};\n\n/** unique or primary key constraints on table \"sponsors\" */\nexport enum Sponsors_Constraint {\n /** unique or primary key constraint on columns \"id\" */\n SponsorsPkey = 'sponsors_pkey'\n}\n\n/** input type for incrementing numeric columns in table \"sponsors\" */\nexport type Sponsors_Inc_Input = {\n film_festival_id?: InputMaybe;\n id?: InputMaybe;\n};\n\n/** input type for inserting data into table \"sponsors\" */\nexport type Sponsors_Insert_Input = {\n created?: InputMaybe;\n created_by?: InputMaybe;\n film_festival?: InputMaybe;\n film_festival_id?: InputMaybe;\n id?: InputMaybe;\n name?: InputMaybe;\n the_level?: InputMaybe;\n updated?: InputMaybe;\n updated_by?: InputMaybe;\n vimeo_url?: InputMaybe;\n};\n\n/** aggregate max on columns */\nexport type Sponsors_Max_Fields = {\n __typename?: 'sponsors_max_fields';\n created?: Maybe;\n created_by?: Maybe;\n film_festival_id?: Maybe;\n id?: Maybe;\n name?: Maybe;\n the_level?: Maybe;\n updated?: Maybe;\n updated_by?: Maybe;\n vimeo_url?: Maybe;\n};\n\n/** order by max() on columns of table \"sponsors\" */\nexport type Sponsors_Max_Order_By = {\n created?: InputMaybe;\n created_by?: InputMaybe;\n film_festival_id?: InputMaybe;\n id?: InputMaybe;\n name?: InputMaybe;\n the_level?: InputMaybe;\n updated?: InputMaybe;\n updated_by?: InputMaybe;\n vimeo_url?: InputMaybe;\n};\n\n/** aggregate min on columns */\nexport type Sponsors_Min_Fields = {\n __typename?: 'sponsors_min_fields';\n created?: Maybe;\n created_by?: Maybe;\n film_festival_id?: Maybe;\n id?: Maybe;\n name?: Maybe;\n the_level?: Maybe;\n updated?: Maybe;\n updated_by?: Maybe;\n vimeo_url?: Maybe;\n};\n\n/** order by min() on columns of table \"sponsors\" */\nexport type Sponsors_Min_Order_By = {\n created?: InputMaybe;\n created_by?: InputMaybe;\n film_festival_id?: InputMaybe;\n id?: InputMaybe;\n name?: InputMaybe;\n the_level?: InputMaybe;\n updated?: InputMaybe;\n updated_by?: InputMaybe;\n vimeo_url?: InputMaybe;\n};\n\n/** response of any mutation on the table \"sponsors\" */\nexport type Sponsors_Mutation_Response = {\n __typename?: 'sponsors_mutation_response';\n /** number of rows affected by the mutation */\n affected_rows: Scalars['Int']['output'];\n /** data from the rows affected by the mutation */\n returning: Array;\n};\n\n/** input type for inserting object relation for remote table \"sponsors\" */\nexport type Sponsors_Obj_Rel_Insert_Input = {\n data: Sponsors_Insert_Input;\n /** upsert condition */\n on_conflict?: InputMaybe;\n};\n\n/** on_conflict condition type for table \"sponsors\" */\nexport type Sponsors_On_Conflict = {\n constraint: Sponsors_Constraint;\n update_columns?: Array;\n where?: InputMaybe;\n};\n\n/** Ordering options when selecting data from \"sponsors\". */\nexport type Sponsors_Order_By = {\n created?: InputMaybe;\n created_by?: InputMaybe;\n film_festival?: InputMaybe;\n film_festival_id?: InputMaybe;\n id?: InputMaybe;\n name?: InputMaybe;\n the_level?: InputMaybe;\n updated?: InputMaybe;\n updated_by?: InputMaybe;\n vimeo_url?: InputMaybe;\n};\n\n/** primary key columns input for table: sponsors */\nexport type Sponsors_Pk_Columns_Input = {\n id: Scalars['numeric']['input'];\n};\n\n/** select columns of table \"sponsors\" */\nexport enum Sponsors_Select_Column {\n /** column name */\n Created = 'created',\n /** column name */\n CreatedBy = 'created_by',\n /** column name */\n FilmFestivalId = 'film_festival_id',\n /** column name */\n Id = 'id',\n /** column name */\n Name = 'name',\n /** column name */\n TheLevel = 'the_level',\n /** column name */\n Updated = 'updated',\n /** column name */\n UpdatedBy = 'updated_by',\n /** column name */\n VimeoUrl = 'vimeo_url'\n}\n\n/** input type for updating data in table \"sponsors\" */\nexport type Sponsors_Set_Input = {\n created?: InputMaybe;\n created_by?: InputMaybe;\n film_festival_id?: InputMaybe;\n id?: InputMaybe;\n name?: InputMaybe;\n the_level?: InputMaybe;\n updated?: InputMaybe;\n updated_by?: InputMaybe;\n vimeo_url?: InputMaybe;\n};\n\n/** aggregate stddev on columns */\nexport type Sponsors_Stddev_Fields = {\n __typename?: 'sponsors_stddev_fields';\n film_festival_id?: Maybe;\n id?: Maybe;\n};\n\n/** order by stddev() on columns of table \"sponsors\" */\nexport type Sponsors_Stddev_Order_By = {\n film_festival_id?: InputMaybe;\n id?: InputMaybe;\n};\n\n/** aggregate stddev_pop on columns */\nexport type Sponsors_Stddev_Pop_Fields = {\n __typename?: 'sponsors_stddev_pop_fields';\n film_festival_id?: Maybe;\n id?: Maybe;\n};\n\n/** order by stddev_pop() on columns of table \"sponsors\" */\nexport type Sponsors_Stddev_Pop_Order_By = {\n film_festival_id?: InputMaybe;\n id?: InputMaybe;\n};\n\n/** aggregate stddev_samp on columns */\nexport type Sponsors_Stddev_Samp_Fields = {\n __typename?: 'sponsors_stddev_samp_fields';\n film_festival_id?: Maybe;\n id?: Maybe;\n};\n\n/** order by stddev_samp() on columns of table \"sponsors\" */\nexport type Sponsors_Stddev_Samp_Order_By = {\n film_festival_id?: InputMaybe;\n id?: InputMaybe;\n};\n\n/** Streaming cursor of the table \"sponsors\" */\nexport type Sponsors_Stream_Cursor_Input = {\n /** Stream column input with initial value */\n initial_value: Sponsors_Stream_Cursor_Value_Input;\n /** cursor ordering */\n ordering?: InputMaybe;\n};\n\n/** Initial value of the column from where the streaming should start */\nexport type Sponsors_Stream_Cursor_Value_Input = {\n created?: InputMaybe;\n created_by?: InputMaybe;\n film_festival_id?: InputMaybe;\n id?: InputMaybe;\n name?: InputMaybe;\n the_level?: InputMaybe;\n updated?: InputMaybe;\n updated_by?: InputMaybe;\n vimeo_url?: InputMaybe;\n};\n\n/** aggregate sum on columns */\nexport type Sponsors_Sum_Fields = {\n __typename?: 'sponsors_sum_fields';\n film_festival_id?: Maybe;\n id?: Maybe;\n};\n\n/** order by sum() on columns of table \"sponsors\" */\nexport type Sponsors_Sum_Order_By = {\n film_festival_id?: InputMaybe;\n id?: InputMaybe;\n};\n\n/** update columns of table \"sponsors\" */\nexport enum Sponsors_Update_Column {\n /** column name */\n Created = 'created',\n /** column name */\n CreatedBy = 'created_by',\n /** column name */\n FilmFestivalId = 'film_festival_id',\n /** column name */\n Id = 'id',\n /** column name */\n Name = 'name',\n /** column name */\n TheLevel = 'the_level',\n /** column name */\n Updated = 'updated',\n /** column name */\n UpdatedBy = 'updated_by',\n /** column name */\n VimeoUrl = 'vimeo_url'\n}\n\nexport type Sponsors_Updates = {\n /** increments the numeric columns with given value of the filtered values */\n _inc?: InputMaybe;\n /** sets the columns of the filtered rows to the given values */\n _set?: InputMaybe;\n /** filter the rows which have to be updated */\n where: Sponsors_Bool_Exp;\n};\n\n/** aggregate var_pop on columns */\nexport type Sponsors_Var_Pop_Fields = {\n __typename?: 'sponsors_var_pop_fields';\n film_festival_id?: Maybe;\n id?: Maybe;\n};\n\n/** order by var_pop() on columns of table \"sponsors\" */\nexport type Sponsors_Var_Pop_Order_By = {\n film_festival_id?: InputMaybe;\n id?: InputMaybe;\n};\n\n/** aggregate var_samp on columns */\nexport type Sponsors_Var_Samp_Fields = {\n __typename?: 'sponsors_var_samp_fields';\n film_festival_id?: Maybe;\n id?: Maybe;\n};\n\n/** order by var_samp() on columns of table \"sponsors\" */\nexport type Sponsors_Var_Samp_Order_By = {\n film_festival_id?: InputMaybe;\n id?: InputMaybe;\n};\n\n/** aggregate variance on columns */\nexport type Sponsors_Variance_Fields = {\n __typename?: 'sponsors_variance_fields';\n film_festival_id?: Maybe;\n id?: Maybe;\n};\n\n/** order by variance() on columns of table \"sponsors\" */\nexport type Sponsors_Variance_Order_By = {\n film_festival_id?: InputMaybe;\n id?: InputMaybe;\n};\n\n/** columns and relationships of \"studios\" */\nexport type Studios = {\n __typename?: 'studios';\n created_at: Scalars['timestamptz']['output'];\n id: Scalars['Int']['output'];\n name: Scalars['String']['output'];\n /** An object relationship */\n owner: Users;\n owner_id: Scalars['Int']['output'];\n participating_since?: Maybe;\n slogan?: Maybe;\n /** An array relationship */\n teams: Array;\n /** An aggregate relationship */\n teams_aggregate: Teams_Aggregate;\n updated_at: Scalars['timestamptz']['output'];\n};\n\n\n/** columns and relationships of \"studios\" */\nexport type StudiosTeamsArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n\n/** columns and relationships of \"studios\" */\nexport type StudiosTeams_AggregateArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n/** aggregated selection of \"studios\" */\nexport type Studios_Aggregate = {\n __typename?: 'studios_aggregate';\n aggregate?: Maybe;\n nodes: Array;\n};\n\n/** aggregate fields of \"studios\" */\nexport type Studios_Aggregate_Fields = {\n __typename?: 'studios_aggregate_fields';\n avg?: Maybe;\n count: Scalars['Int']['output'];\n max?: Maybe;\n min?: Maybe;\n stddev?: Maybe;\n stddev_pop?: Maybe;\n stddev_samp?: Maybe;\n sum?: Maybe;\n var_pop?: Maybe;\n var_samp?: Maybe;\n variance?: Maybe;\n};\n\n\n/** aggregate fields of \"studios\" */\nexport type Studios_Aggregate_FieldsCountArgs = {\n columns?: InputMaybe>;\n distinct?: InputMaybe;\n};\n\n/** aggregate avg on columns */\nexport type Studios_Avg_Fields = {\n __typename?: 'studios_avg_fields';\n id?: Maybe;\n owner_id?: Maybe;\n};\n\n/** Boolean expression to filter rows from the table \"studios\". All fields are combined with a logical 'AND'. */\nexport type Studios_Bool_Exp = {\n _and?: InputMaybe>;\n _not?: InputMaybe;\n _or?: InputMaybe>;\n created_at?: InputMaybe;\n id?: InputMaybe;\n name?: InputMaybe;\n owner?: InputMaybe;\n owner_id?: InputMaybe;\n participating_since?: InputMaybe;\n slogan?: InputMaybe;\n teams?: InputMaybe;\n teams_aggregate?: InputMaybe;\n updated_at?: InputMaybe;\n};\n\n/** unique or primary key constraints on table \"studios\" */\nexport enum Studios_Constraint {\n /** unique or primary key constraint on columns \"name\" */\n StudiosNameKey = 'studios_name_key',\n /** unique or primary key constraint on columns \"id\" */\n StudiosPkey = 'studios_pkey'\n}\n\n/** input type for incrementing numeric columns in table \"studios\" */\nexport type Studios_Inc_Input = {\n id?: InputMaybe;\n owner_id?: InputMaybe;\n};\n\n/** input type for inserting data into table \"studios\" */\nexport type Studios_Insert_Input = {\n created_at?: InputMaybe;\n id?: InputMaybe;\n name?: InputMaybe;\n owner?: InputMaybe;\n owner_id?: InputMaybe;\n participating_since?: InputMaybe;\n slogan?: InputMaybe;\n teams?: InputMaybe;\n updated_at?: InputMaybe;\n};\n\n/** aggregate max on columns */\nexport type Studios_Max_Fields = {\n __typename?: 'studios_max_fields';\n created_at?: Maybe;\n id?: Maybe;\n name?: Maybe;\n owner_id?: Maybe;\n participating_since?: Maybe;\n slogan?: Maybe;\n updated_at?: Maybe;\n};\n\n/** aggregate min on columns */\nexport type Studios_Min_Fields = {\n __typename?: 'studios_min_fields';\n created_at?: Maybe;\n id?: Maybe;\n name?: Maybe;\n owner_id?: Maybe;\n participating_since?: Maybe;\n slogan?: Maybe;\n updated_at?: Maybe;\n};\n\n/** response of any mutation on the table \"studios\" */\nexport type Studios_Mutation_Response = {\n __typename?: 'studios_mutation_response';\n /** number of rows affected by the mutation */\n affected_rows: Scalars['Int']['output'];\n /** data from the rows affected by the mutation */\n returning: Array;\n};\n\n/** input type for inserting object relation for remote table \"studios\" */\nexport type Studios_Obj_Rel_Insert_Input = {\n data: Studios_Insert_Input;\n /** upsert condition */\n on_conflict?: InputMaybe;\n};\n\n/** on_conflict condition type for table \"studios\" */\nexport type Studios_On_Conflict = {\n constraint: Studios_Constraint;\n update_columns?: Array;\n where?: InputMaybe;\n};\n\n/** Ordering options when selecting data from \"studios\". */\nexport type Studios_Order_By = {\n created_at?: InputMaybe;\n id?: InputMaybe;\n name?: InputMaybe;\n owner?: InputMaybe;\n owner_id?: InputMaybe;\n participating_since?: InputMaybe;\n slogan?: InputMaybe;\n teams_aggregate?: InputMaybe;\n updated_at?: InputMaybe;\n};\n\n/** primary key columns input for table: studios */\nexport type Studios_Pk_Columns_Input = {\n id: Scalars['Int']['input'];\n};\n\n/** select columns of table \"studios\" */\nexport enum Studios_Select_Column {\n /** column name */\n CreatedAt = 'created_at',\n /** column name */\n Id = 'id',\n /** column name */\n Name = 'name',\n /** column name */\n OwnerId = 'owner_id',\n /** column name */\n ParticipatingSince = 'participating_since',\n /** column name */\n Slogan = 'slogan',\n /** column name */\n UpdatedAt = 'updated_at'\n}\n\n/** input type for updating data in table \"studios\" */\nexport type Studios_Set_Input = {\n created_at?: InputMaybe;\n id?: InputMaybe;\n name?: InputMaybe;\n owner_id?: InputMaybe;\n participating_since?: InputMaybe;\n slogan?: InputMaybe;\n updated_at?: InputMaybe;\n};\n\n/** aggregate stddev on columns */\nexport type Studios_Stddev_Fields = {\n __typename?: 'studios_stddev_fields';\n id?: Maybe;\n owner_id?: Maybe;\n};\n\n/** aggregate stddev_pop on columns */\nexport type Studios_Stddev_Pop_Fields = {\n __typename?: 'studios_stddev_pop_fields';\n id?: Maybe;\n owner_id?: Maybe;\n};\n\n/** aggregate stddev_samp on columns */\nexport type Studios_Stddev_Samp_Fields = {\n __typename?: 'studios_stddev_samp_fields';\n id?: Maybe;\n owner_id?: Maybe;\n};\n\n/** Streaming cursor of the table \"studios\" */\nexport type Studios_Stream_Cursor_Input = {\n /** Stream column input with initial value */\n initial_value: Studios_Stream_Cursor_Value_Input;\n /** cursor ordering */\n ordering?: InputMaybe;\n};\n\n/** Initial value of the column from where the streaming should start */\nexport type Studios_Stream_Cursor_Value_Input = {\n created_at?: InputMaybe;\n id?: InputMaybe;\n name?: InputMaybe;\n owner_id?: InputMaybe;\n participating_since?: InputMaybe;\n slogan?: InputMaybe;\n updated_at?: InputMaybe;\n};\n\n/** aggregate sum on columns */\nexport type Studios_Sum_Fields = {\n __typename?: 'studios_sum_fields';\n id?: Maybe;\n owner_id?: Maybe;\n};\n\n/** update columns of table \"studios\" */\nexport enum Studios_Update_Column {\n /** column name */\n CreatedAt = 'created_at',\n /** column name */\n Id = 'id',\n /** column name */\n Name = 'name',\n /** column name */\n OwnerId = 'owner_id',\n /** column name */\n ParticipatingSince = 'participating_since',\n /** column name */\n Slogan = 'slogan',\n /** column name */\n UpdatedAt = 'updated_at'\n}\n\nexport type Studios_Updates = {\n /** increments the numeric columns with given value of the filtered values */\n _inc?: InputMaybe;\n /** sets the columns of the filtered rows to the given values */\n _set?: InputMaybe;\n /** filter the rows which have to be updated */\n where: Studios_Bool_Exp;\n};\n\n/** aggregate var_pop on columns */\nexport type Studios_Var_Pop_Fields = {\n __typename?: 'studios_var_pop_fields';\n id?: Maybe;\n owner_id?: Maybe;\n};\n\n/** aggregate var_samp on columns */\nexport type Studios_Var_Samp_Fields = {\n __typename?: 'studios_var_samp_fields';\n id?: Maybe;\n owner_id?: Maybe;\n};\n\n/** aggregate variance on columns */\nexport type Studios_Variance_Fields = {\n __typename?: 'studios_variance_fields';\n id?: Maybe;\n owner_id?: Maybe;\n};\n\n/** columns and relationships of \"submission_summary\" */\nexport type Submission_Summary = {\n __typename?: 'submission_summary';\n film_ts?: Maybe;\n has_reupload?: Maybe;\n id?: Maybe;\n is_on_time?: Maybe;\n /** An array relationship */\n memberships: Array;\n /** An aggregate relationship */\n memberships_aggregate: Team_Memberships_Aggregate;\n official_ts?: Maybe;\n paperwork_ts?: Maybe;\n};\n\n\n/** columns and relationships of \"submission_summary\" */\nexport type Submission_SummaryMembershipsArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n\n/** columns and relationships of \"submission_summary\" */\nexport type Submission_SummaryMemberships_AggregateArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n/** aggregated selection of \"submission_summary\" */\nexport type Submission_Summary_Aggregate = {\n __typename?: 'submission_summary_aggregate';\n aggregate?: Maybe;\n nodes: Array;\n};\n\n/** aggregate fields of \"submission_summary\" */\nexport type Submission_Summary_Aggregate_Fields = {\n __typename?: 'submission_summary_aggregate_fields';\n avg?: Maybe;\n count: Scalars['Int']['output'];\n max?: Maybe;\n min?: Maybe;\n stddev?: Maybe;\n stddev_pop?: Maybe;\n stddev_samp?: Maybe;\n sum?: Maybe;\n var_pop?: Maybe;\n var_samp?: Maybe;\n variance?: Maybe;\n};\n\n\n/** aggregate fields of \"submission_summary\" */\nexport type Submission_Summary_Aggregate_FieldsCountArgs = {\n columns?: InputMaybe>;\n distinct?: InputMaybe;\n};\n\n/** aggregate avg on columns */\nexport type Submission_Summary_Avg_Fields = {\n __typename?: 'submission_summary_avg_fields';\n id?: Maybe;\n};\n\n/** Boolean expression to filter rows from the table \"submission_summary\". All fields are combined with a logical 'AND'. */\nexport type Submission_Summary_Bool_Exp = {\n _and?: InputMaybe>;\n _not?: InputMaybe;\n _or?: InputMaybe>;\n film_ts?: InputMaybe;\n has_reupload?: InputMaybe;\n id?: InputMaybe;\n is_on_time?: InputMaybe;\n memberships?: InputMaybe;\n memberships_aggregate?: InputMaybe;\n official_ts?: InputMaybe;\n paperwork_ts?: InputMaybe;\n};\n\n/** input type for inserting data into table \"submission_summary\" */\nexport type Submission_Summary_Insert_Input = {\n film_ts?: InputMaybe;\n has_reupload?: InputMaybe;\n id?: InputMaybe;\n is_on_time?: InputMaybe;\n memberships?: InputMaybe;\n official_ts?: InputMaybe;\n paperwork_ts?: InputMaybe;\n};\n\n/** aggregate max on columns */\nexport type Submission_Summary_Max_Fields = {\n __typename?: 'submission_summary_max_fields';\n film_ts?: Maybe;\n id?: Maybe;\n official_ts?: Maybe;\n paperwork_ts?: Maybe;\n};\n\n/** aggregate min on columns */\nexport type Submission_Summary_Min_Fields = {\n __typename?: 'submission_summary_min_fields';\n film_ts?: Maybe;\n id?: Maybe;\n official_ts?: Maybe;\n paperwork_ts?: Maybe;\n};\n\n/** input type for inserting object relation for remote table \"submission_summary\" */\nexport type Submission_Summary_Obj_Rel_Insert_Input = {\n data: Submission_Summary_Insert_Input;\n};\n\n/** Ordering options when selecting data from \"submission_summary\". */\nexport type Submission_Summary_Order_By = {\n film_ts?: InputMaybe;\n has_reupload?: InputMaybe;\n id?: InputMaybe;\n is_on_time?: InputMaybe;\n memberships_aggregate?: InputMaybe;\n official_ts?: InputMaybe;\n paperwork_ts?: InputMaybe;\n};\n\n/** select columns of table \"submission_summary\" */\nexport enum Submission_Summary_Select_Column {\n /** column name */\n FilmTs = 'film_ts',\n /** column name */\n HasReupload = 'has_reupload',\n /** column name */\n Id = 'id',\n /** column name */\n IsOnTime = 'is_on_time',\n /** column name */\n OfficialTs = 'official_ts',\n /** column name */\n PaperworkTs = 'paperwork_ts'\n}\n\n/** aggregate stddev on columns */\nexport type Submission_Summary_Stddev_Fields = {\n __typename?: 'submission_summary_stddev_fields';\n id?: Maybe;\n};\n\n/** aggregate stddev_pop on columns */\nexport type Submission_Summary_Stddev_Pop_Fields = {\n __typename?: 'submission_summary_stddev_pop_fields';\n id?: Maybe;\n};\n\n/** aggregate stddev_samp on columns */\nexport type Submission_Summary_Stddev_Samp_Fields = {\n __typename?: 'submission_summary_stddev_samp_fields';\n id?: Maybe;\n};\n\n/** Streaming cursor of the table \"submission_summary\" */\nexport type Submission_Summary_Stream_Cursor_Input = {\n /** Stream column input with initial value */\n initial_value: Submission_Summary_Stream_Cursor_Value_Input;\n /** cursor ordering */\n ordering?: InputMaybe;\n};\n\n/** Initial value of the column from where the streaming should start */\nexport type Submission_Summary_Stream_Cursor_Value_Input = {\n film_ts?: InputMaybe;\n has_reupload?: InputMaybe;\n id?: InputMaybe;\n is_on_time?: InputMaybe;\n official_ts?: InputMaybe;\n paperwork_ts?: InputMaybe;\n};\n\n/** aggregate sum on columns */\nexport type Submission_Summary_Sum_Fields = {\n __typename?: 'submission_summary_sum_fields';\n id?: Maybe;\n};\n\n/** aggregate var_pop on columns */\nexport type Submission_Summary_Var_Pop_Fields = {\n __typename?: 'submission_summary_var_pop_fields';\n id?: Maybe;\n};\n\n/** aggregate var_samp on columns */\nexport type Submission_Summary_Var_Samp_Fields = {\n __typename?: 'submission_summary_var_samp_fields';\n id?: Maybe;\n};\n\n/** aggregate variance on columns */\nexport type Submission_Summary_Variance_Fields = {\n __typename?: 'submission_summary_variance_fields';\n id?: Maybe;\n};\n\nexport type Subscription_Root = {\n __typename?: 'subscription_root';\n /** An array relationship */\n asset_exports: Array;\n /** An aggregate relationship */\n asset_exports_aggregate: Asset_Exports_Aggregate;\n /** fetch data from the table: \"asset_exports\" using primary key columns */\n asset_exports_by_pk?: Maybe;\n /** fetch data from the table in a streaming manner: \"asset_exports\" */\n asset_exports_stream: Array;\n /** fetch data from the table: \"asset_types\" */\n asset_types: Array;\n /** fetch aggregated fields from the table: \"asset_types\" */\n asset_types_aggregate: Asset_Types_Aggregate;\n /** fetch data from the table: \"asset_types\" using primary key columns */\n asset_types_by_pk?: Maybe;\n /** fetch data from the table in a streaming manner: \"asset_types\" */\n asset_types_stream: Array;\n /** fetch data from the table: \"audience_favorite_counts\" */\n audience_favorite_counts: Array;\n /** fetch aggregated fields from the table: \"audience_favorite_counts\" */\n audience_favorite_counts_aggregate: Audience_Favorite_Counts_Aggregate;\n /** fetch data from the table in a streaming manner: \"audience_favorite_counts\" */\n audience_favorite_counts_stream: Array;\n /** fetch data from the table: \"audience_favorite_votes\" */\n audience_favorite_votes: Array;\n /** fetch aggregated fields from the table: \"audience_favorite_votes\" */\n audience_favorite_votes_aggregate: Audience_Favorite_Votes_Aggregate;\n /** fetch data from the table: \"audience_favorite_votes\" using primary key columns */\n audience_favorite_votes_by_pk?: Maybe;\n /** fetch data from the table in a streaming manner: \"audience_favorite_votes\" */\n audience_favorite_votes_stream: Array;\n /** fetch data from the table: \"award_asset_types\" */\n award_asset_types: Array;\n /** fetch aggregated fields from the table: \"award_asset_types\" */\n award_asset_types_aggregate: Award_Asset_Types_Aggregate;\n /** fetch data from the table: \"award_asset_types\" using primary key columns */\n award_asset_types_by_pk?: Maybe;\n /** fetch data from the table in a streaming manner: \"award_asset_types\" */\n award_asset_types_stream: Array;\n /** An array relationship */\n award_nominations: Array;\n /** An aggregate relationship */\n award_nominations_aggregate: Award_Nominations_Aggregate;\n /** fetch data from the table in a streaming manner: \"award_nominations\" */\n award_nominations_stream: Array;\n /** fetch data from the table: \"award_winners\" */\n award_winners: Array;\n /** fetch aggregated fields from the table: \"award_winners\" */\n award_winners_aggregate: Award_Winners_Aggregate;\n /** fetch data from the table: \"award_winners\" using primary key columns */\n award_winners_by_pk?: Maybe;\n /** fetch data from the table in a streaming manner: \"award_winners\" */\n award_winners_stream: Array;\n /** fetch data from the table: \"awards\" */\n awards: Array;\n /** fetch aggregated fields from the table: \"awards\" */\n awards_aggregate: Awards_Aggregate;\n /** fetch data from the table: \"awards\" using primary key columns */\n awards_by_pk?: Maybe;\n /** fetch data from the table: \"awards_ceremony_checkins\" */\n awards_ceremony_checkins: Array;\n /** fetch aggregated fields from the table: \"awards_ceremony_checkins\" */\n awards_ceremony_checkins_aggregate: Awards_Ceremony_Checkins_Aggregate;\n /** fetch data from the table: \"awards_ceremony_checkins\" using primary key columns */\n awards_ceremony_checkins_by_pk?: Maybe;\n /** fetch data from the table in a streaming manner: \"awards_ceremony_checkins\" */\n awards_ceremony_checkins_stream: Array;\n /** fetch data from the table in a streaming manner: \"awards\" */\n awards_stream: Array;\n /** fetch data from the table: \"countries\" */\n countries: Array;\n /** fetch aggregated fields from the table: \"countries\" */\n countries_aggregate: Countries_Aggregate;\n /** fetch data from the table: \"countries\" using primary key columns */\n countries_by_pk?: Maybe;\n /** fetch data from the table in a streaming manner: \"countries\" */\n countries_stream: Array;\n /** fetch data from the table: \"exit_interview_recordings\" */\n exit_interview_recordings: Array;\n /** fetch aggregated fields from the table: \"exit_interview_recordings\" */\n exit_interview_recordings_aggregate: Exit_Interview_Recordings_Aggregate;\n /** fetch data from the table: \"exit_interview_recordings\" using primary key columns */\n exit_interview_recordings_by_pk?: Maybe;\n /** fetch data from the table in a streaming manner: \"exit_interview_recordings\" */\n exit_interview_recordings_stream: Array;\n /** fetch data from the table: \"exit_interviews\" */\n exit_interviews: Array;\n /** fetch aggregated fields from the table: \"exit_interviews\" */\n exit_interviews_aggregate: Exit_Interviews_Aggregate;\n /** fetch data from the table: \"exit_interviews\" using primary key columns */\n exit_interviews_by_pk?: Maybe;\n /** fetch data from the table in a streaming manner: \"exit_interviews\" */\n exit_interviews_stream: Array;\n /** fetch data from the table: \"expertise\" */\n expertise: Array;\n /** fetch aggregated fields from the table: \"expertise\" */\n expertise_aggregate: Expertise_Aggregate;\n /** fetch data from the table: \"expertise\" using primary key columns */\n expertise_by_pk?: Maybe;\n /** fetch data from the table in a streaming manner: \"expertise\" */\n expertise_stream: Array;\n /** fetch data from the table: \"festival_badge_type_event_type\" */\n festival_badge_type_event_type: Array;\n /** fetch aggregated fields from the table: \"festival_badge_type_event_type\" */\n festival_badge_type_event_type_aggregate: Festival_Badge_Type_Event_Type_Aggregate;\n /** fetch data from the table: \"festival_badge_type_event_type\" using primary key columns */\n festival_badge_type_event_type_by_pk?: Maybe;\n /** fetch data from the table in a streaming manner: \"festival_badge_type_event_type\" */\n festival_badge_type_event_type_stream: Array;\n /** fetch data from the table: \"festival_badge_types\" */\n festival_badge_types: Array;\n /** fetch aggregated fields from the table: \"festival_badge_types\" */\n festival_badge_types_aggregate: Festival_Badge_Types_Aggregate;\n /** fetch data from the table: \"festival_badge_types\" using primary key columns */\n festival_badge_types_by_pk?: Maybe;\n /** fetch data from the table in a streaming manner: \"festival_badge_types\" */\n festival_badge_types_stream: Array;\n /** An array relationship */\n festival_badges: Array;\n /** An aggregate relationship */\n festival_badges_aggregate: Festival_Badges_Aggregate;\n /** fetch data from the table: \"festival_badges\" using primary key columns */\n festival_badges_by_pk?: Maybe;\n /** fetch data from the table in a streaming manner: \"festival_badges\" */\n festival_badges_stream: Array;\n /** fetch data from the table: \"festival_event_locations\" */\n festival_event_locations: Array;\n /** fetch aggregated fields from the table: \"festival_event_locations\" */\n festival_event_locations_aggregate: Festival_Event_Locations_Aggregate;\n /** fetch data from the table: \"festival_event_locations\" using primary key columns */\n festival_event_locations_by_pk?: Maybe;\n /** fetch data from the table in a streaming manner: \"festival_event_locations\" */\n festival_event_locations_stream: Array;\n /** fetch data from the table: \"festival_event_types\" */\n festival_event_types: Array;\n /** fetch aggregated fields from the table: \"festival_event_types\" */\n festival_event_types_aggregate: Festival_Event_Types_Aggregate;\n /** fetch data from the table: \"festival_event_types\" using primary key columns */\n festival_event_types_by_pk?: Maybe;\n /** fetch data from the table in a streaming manner: \"festival_event_types\" */\n festival_event_types_stream: Array;\n /** An array relationship */\n festival_events: Array;\n /** An aggregate relationship */\n festival_events_aggregate: Festival_Events_Aggregate;\n /** fetch data from the table: \"festival_events\" using primary key columns */\n festival_events_by_pk?: Maybe;\n /** fetch data from the table in a streaming manner: \"festival_events\" */\n festival_events_stream: Array;\n /** An array relationship */\n festival_genres: Array;\n /** An aggregate relationship */\n festival_genres_aggregate: Festival_Genres_Aggregate;\n /** fetch data from the table: \"festival_genres\" using primary key columns */\n festival_genres_by_pk?: Maybe;\n /** fetch data from the table in a streaming manner: \"festival_genres\" */\n festival_genres_stream: Array;\n /** fetch data from the table: \"festival_submission_assets\" */\n festival_submission_assets: Array;\n /** fetch aggregated fields from the table: \"festival_submission_assets\" */\n festival_submission_assets_aggregate: Festival_Submission_Assets_Aggregate;\n /** fetch data from the table: \"festival_submission_assets\" using primary key columns */\n festival_submission_assets_by_pk?: Maybe;\n /** fetch data from the table in a streaming manner: \"festival_submission_assets\" */\n festival_submission_assets_stream: Array;\n /** fetch data from the table: \"festival_submission_feedback\" */\n festival_submission_feedback: Array;\n /** fetch aggregated fields from the table: \"festival_submission_feedback\" */\n festival_submission_feedback_aggregate: Festival_Submission_Feedback_Aggregate;\n /** fetch data from the table: \"festival_submission_feedback\" using primary key columns */\n festival_submission_feedback_by_pk?: Maybe;\n /** fetch data from the table in a streaming manner: \"festival_submission_feedback\" */\n festival_submission_feedback_stream: Array;\n /** An array relationship */\n festival_submission_vouchers: Array;\n /** An aggregate relationship */\n festival_submission_vouchers_aggregate: Festival_Submission_Vouchers_Aggregate;\n /** fetch data from the table: \"festival_submission_vouchers\" using primary key columns */\n festival_submission_vouchers_by_pk?: Maybe;\n /** fetch data from the table in a streaming manner: \"festival_submission_vouchers\" */\n festival_submission_vouchers_stream: Array;\n /** fetch data from the table: \"festival_submissions\" */\n festival_submissions: Array;\n /** fetch aggregated fields from the table: \"festival_submissions\" */\n festival_submissions_aggregate: Festival_Submissions_Aggregate;\n /** fetch data from the table: \"festival_submissions\" using primary key columns */\n festival_submissions_by_pk?: Maybe;\n /** fetch data from the table in a streaming manner: \"festival_submissions\" */\n festival_submissions_stream: Array;\n /** An array relationship */\n festival_tickets: Array;\n /** An aggregate relationship */\n festival_tickets_aggregate: Festival_Tickets_Aggregate;\n /** fetch data from the table: \"festival_tickets\" using primary key columns */\n festival_tickets_by_pk?: Maybe;\n /** fetch data from the table in a streaming manner: \"festival_tickets\" */\n festival_tickets_stream: Array;\n /** fetch data from the table: \"film_festivals\" */\n film_festivals: Array;\n /** fetch aggregated fields from the table: \"film_festivals\" */\n film_festivals_aggregate: Film_Festivals_Aggregate;\n /** fetch data from the table: \"film_festivals\" using primary key columns */\n film_festivals_by_pk?: Maybe;\n /** fetch data from the table in a streaming manner: \"film_festivals\" */\n film_festivals_stream: Array;\n /** fetch data from the table: \"film_group_festival_submissions\" */\n film_group_festival_submissions: Array;\n /** fetch aggregated fields from the table: \"film_group_festival_submissions\" */\n film_group_festival_submissions_aggregate: Film_Group_Festival_Submissions_Aggregate;\n /** fetch data from the table: \"film_group_festival_submissions\" using primary key columns */\n film_group_festival_submissions_by_pk?: Maybe;\n /** fetch data from the table in a streaming manner: \"film_group_festival_submissions\" */\n film_group_festival_submissions_stream: Array;\n /** fetch data from the table: \"film_group_films\" */\n film_group_films: Array;\n /** fetch aggregated fields from the table: \"film_group_films\" */\n film_group_films_aggregate: Film_Group_Films_Aggregate;\n /** fetch data from the table: \"film_group_films\" using primary key columns */\n film_group_films_by_pk?: Maybe;\n /** fetch data from the table in a streaming manner: \"film_group_films\" */\n film_group_films_stream: Array;\n /** fetch data from the table: \"film_group_users\" */\n film_group_users: Array;\n /** fetch aggregated fields from the table: \"film_group_users\" */\n film_group_users_aggregate: Film_Group_Users_Aggregate;\n /** fetch data from the table: \"film_group_users\" using primary key columns */\n film_group_users_by_pk?: Maybe;\n /** fetch data from the table in a streaming manner: \"film_group_users\" */\n film_group_users_stream: Array;\n /** fetch data from the table: \"film_groups\" */\n film_groups: Array;\n /** fetch aggregated fields from the table: \"film_groups\" */\n film_groups_aggregate: Film_Groups_Aggregate;\n /** fetch data from the table: \"film_groups\" using primary key columns */\n film_groups_by_pk?: Maybe;\n /** fetch data from the table in a streaming manner: \"film_groups\" */\n film_groups_stream: Array;\n /** fetch data from the table: \"films\" */\n films: Array;\n /** fetch aggregated fields from the table: \"films\" */\n films_aggregate: Films_Aggregate;\n /** fetch data from the table: \"films\" using primary key columns */\n films_by_pk?: Maybe;\n /** fetch data from the table in a streaming manner: \"films\" */\n films_stream: Array;\n /** fetch data from the table: \"genres\" */\n genres: Array;\n /** fetch aggregated fields from the table: \"genres\" */\n genres_aggregate: Genres_Aggregate;\n /** fetch data from the table: \"genres\" using primary key columns */\n genres_by_pk?: Maybe;\n /** fetch data from the table in a streaming manner: \"genres\" */\n genres_stream: Array;\n /** fetch data from the table: \"kickoff_checkins\" */\n kickoff_checkins: Array;\n /** fetch aggregated fields from the table: \"kickoff_checkins\" */\n kickoff_checkins_aggregate: Kickoff_Checkins_Aggregate;\n /** fetch data from the table: \"kickoff_checkins\" using primary key columns */\n kickoff_checkins_by_pk?: Maybe;\n /** fetch data from the table in a streaming manner: \"kickoff_checkins\" */\n kickoff_checkins_stream: Array;\n /** An array relationship */\n location_releases: Array;\n /** An aggregate relationship */\n location_releases_aggregate: Location_Releases_Aggregate;\n /** fetch data from the table: \"location_releases\" using primary key columns */\n location_releases_by_pk?: Maybe;\n /** fetch data from the table in a streaming manner: \"location_releases\" */\n location_releases_stream: Array;\n /** An array relationship */\n matchup_requests: Array;\n /** An aggregate relationship */\n matchup_requests_aggregate: Matchup_Requests_Aggregate;\n /** fetch data from the table: \"matchup_requests\" using primary key columns */\n matchup_requests_by_pk?: Maybe;\n /** fetch data from the table in a streaming manner: \"matchup_requests\" */\n matchup_requests_stream: Array;\n /** An array relationship */\n music_releases: Array;\n /** An aggregate relationship */\n music_releases_aggregate: Music_Releases_Aggregate;\n /** fetch data from the table: \"music_releases\" using primary key columns */\n music_releases_by_pk?: Maybe;\n /** fetch data from the table in a streaming manner: \"music_releases\" */\n music_releases_stream: Array;\n /** fetch data from the table: \"nomination_assets\" */\n nomination_assets: Array;\n /** fetch aggregated fields from the table: \"nomination_assets\" */\n nomination_assets_aggregate: Nomination_Assets_Aggregate;\n /** fetch data from the table: \"nomination_assets\" using primary key columns */\n nomination_assets_by_pk?: Maybe;\n /** fetch data from the table in a streaming manner: \"nomination_assets\" */\n nomination_assets_stream: Array;\n /** An array relationship */\n nominations: Array;\n /** An aggregate relationship */\n nominations_aggregate: Nominations_Aggregate;\n /** fetch data from the table: \"nominations\" using primary key columns */\n nominations_by_pk?: Maybe;\n /** fetch data from the table in a streaming manner: \"nominations\" */\n nominations_stream: Array;\n /** An array relationship */\n online_screening_tickets: Array;\n /** An aggregate relationship */\n online_screening_tickets_aggregate: Online_Screening_Tickets_Aggregate;\n /** fetch data from the table: \"online_screening_tickets\" using primary key columns */\n online_screening_tickets_by_pk?: Maybe;\n /** fetch data from the table in a streaming manner: \"online_screening_tickets\" */\n online_screening_tickets_stream: Array;\n /** An array relationship */\n payments: Array;\n /** An aggregate relationship */\n payments_aggregate: Payments_Aggregate;\n /** fetch data from the table: \"payments\" using primary key columns */\n payments_by_pk?: Maybe;\n /** fetch data from the table in a streaming manner: \"payments\" */\n payments_stream: Array;\n /** fetch data from the table: \"playlist_team\" */\n playlist_team: Array;\n /** fetch aggregated fields from the table: \"playlist_team\" */\n playlist_team_aggregate: Playlist_Team_Aggregate;\n /** fetch data from the table: \"playlist_team\" using primary key columns */\n playlist_team_by_pk?: Maybe;\n /** fetch data from the table in a streaming manner: \"playlist_team\" */\n playlist_team_stream: Array;\n /** fetch data from the table: \"playlists\" */\n playlists: Array;\n /** fetch aggregated fields from the table: \"playlists\" */\n playlists_aggregate: Playlists_Aggregate;\n /** fetch data from the table: \"playlists\" using primary key columns */\n playlists_by_pk?: Maybe;\n /** fetch data from the table in a streaming manner: \"playlists\" */\n playlists_stream: Array;\n /** An array relationship */\n prize_elections: Array;\n /** An aggregate relationship */\n prize_elections_aggregate: Prize_Elections_Aggregate;\n /** fetch data from the table in a streaming manner: \"prize_elections\" */\n prize_elections_stream: Array;\n /** fetch data from the table: \"prizes\" */\n prizes: Array;\n /** fetch aggregated fields from the table: \"prizes\" */\n prizes_aggregate: Prizes_Aggregate;\n /** fetch data from the table: \"prizes\" using primary key columns */\n prizes_by_pk?: Maybe;\n /** fetch data from the table in a streaming manner: \"prizes\" */\n prizes_stream: Array;\n /** fetch data from the table: \"registrations\" */\n registrations: Array;\n /** fetch aggregated fields from the table: \"registrations\" */\n registrations_aggregate: Registrations_Aggregate;\n /** fetch data from the table: \"registrations\" using primary key columns */\n registrations_by_pk?: Maybe;\n /** fetch data from the table in a streaming manner: \"registrations\" */\n registrations_stream: Array;\n /** fetch data from the table: \"selection_ballots\" */\n selection_ballots: Array;\n /** fetch aggregated fields from the table: \"selection_ballots\" */\n selection_ballots_aggregate: Selection_Ballots_Aggregate;\n /** fetch data from the table: \"selection_ballots\" using primary key columns */\n selection_ballots_by_pk?: Maybe;\n /** fetch data from the table in a streaming manner: \"selection_ballots\" */\n selection_ballots_stream: Array;\n /** fetch data from the table: \"selection_feedback\" */\n selection_feedback: Array;\n /** fetch aggregated fields from the table: \"selection_feedback\" */\n selection_feedback_aggregate: Selection_Feedback_Aggregate;\n /** fetch data from the table: \"selection_feedback\" using primary key columns */\n selection_feedback_by_pk?: Maybe;\n /** fetch data from the table in a streaming manner: \"selection_feedback\" */\n selection_feedback_stream: Array;\n /** An array relationship */\n selection_metrics: Array;\n /** An aggregate relationship */\n selection_metrics_aggregate: Selection_Metrics_Aggregate;\n /** fetch data from the table: \"selection_metrics\" using primary key columns */\n selection_metrics_by_pk?: Maybe;\n /** fetch data from the table in a streaming manner: \"selection_metrics\" */\n selection_metrics_stream: Array;\n /** fetch data from the table: \"selection_progress\" */\n selection_progress: Array;\n /** fetch aggregated fields from the table: \"selection_progress\" */\n selection_progress_aggregate: Selection_Progress_Aggregate;\n /** fetch data from the table: \"selection_progress\" using primary key columns */\n selection_progress_by_pk?: Maybe;\n /** fetch data from the table in a streaming manner: \"selection_progress\" */\n selection_progress_stream: Array;\n /** fetch data from the table: \"selection_results\" */\n selection_results: Array;\n /** fetch aggregated fields from the table: \"selection_results\" */\n selection_results_aggregate: Selection_Results_Aggregate;\n /** fetch data from the table in a streaming manner: \"selection_results\" */\n selection_results_stream: Array;\n /** fetch data from the table: \"sharables\" */\n sharables: Array;\n /** fetch aggregated fields from the table: \"sharables\" */\n sharables_aggregate: Sharables_Aggregate;\n /** fetch data from the table: \"sharables\" using primary key columns */\n sharables_by_pk?: Maybe;\n /** fetch data from the table in a streaming manner: \"sharables\" */\n sharables_stream: Array;\n shouldReloadFestivalSubmission: Scalars['Boolean']['output'];\n shouldReloadTeam: Scalars['Boolean']['output'];\n /** fetch data from the table: \"sms_votes\" */\n sms_votes: Array;\n /** fetch aggregated fields from the table: \"sms_votes\" */\n sms_votes_aggregate: Sms_Votes_Aggregate;\n /** fetch data from the table: \"sms_votes\" using primary key columns */\n sms_votes_by_pk?: Maybe;\n /** fetch data from the table in a streaming manner: \"sms_votes\" */\n sms_votes_stream: Array;\n /** An array relationship */\n sponsors: Array;\n /** An aggregate relationship */\n sponsors_aggregate: Sponsors_Aggregate;\n /** fetch data from the table: \"sponsors\" using primary key columns */\n sponsors_by_pk?: Maybe;\n /** fetch data from the table in a streaming manner: \"sponsors\" */\n sponsors_stream: Array;\n /** fetch data from the table: \"studios\" */\n studios: Array;\n /** fetch aggregated fields from the table: \"studios\" */\n studios_aggregate: Studios_Aggregate;\n /** fetch data from the table: \"studios\" using primary key columns */\n studios_by_pk?: Maybe;\n /** fetch data from the table in a streaming manner: \"studios\" */\n studios_stream: Array;\n /** fetch data from the table: \"submission_summary\" */\n submission_summary: Array;\n /** fetch aggregated fields from the table: \"submission_summary\" */\n submission_summary_aggregate: Submission_Summary_Aggregate;\n /** fetch data from the table in a streaming manner: \"submission_summary\" */\n submission_summary_stream: Array;\n /** fetch data from the table: \"team_assets\" */\n team_assets: Array;\n /** fetch aggregated fields from the table: \"team_assets\" */\n team_assets_aggregate: Team_Assets_Aggregate;\n /** fetch data from the table: \"team_assets\" using primary key columns */\n team_assets_by_pk?: Maybe;\n /** fetch data from the table in a streaming manner: \"team_assets\" */\n team_assets_stream: Array;\n /** An array relationship */\n team_memberships: Array;\n /** An aggregate relationship */\n team_memberships_aggregate: Team_Memberships_Aggregate;\n /** fetch data from the table: \"team_memberships\" using primary key columns */\n team_memberships_by_pk?: Maybe;\n /** fetch data from the table in a streaming manner: \"team_memberships\" */\n team_memberships_stream: Array;\n /** fetch data from the table: \"team_roles\" */\n team_roles: Array;\n /** fetch aggregated fields from the table: \"team_roles\" */\n team_roles_aggregate: Team_Roles_Aggregate;\n /** fetch data from the table: \"team_roles\" using primary key columns */\n team_roles_by_pk?: Maybe;\n /** fetch data from the table in a streaming manner: \"team_roles\" */\n team_roles_stream: Array;\n /** An array relationship */\n teams: Array;\n /** An aggregate relationship */\n teams_aggregate: Teams_Aggregate;\n /** fetch data from the table: \"teams\" using primary key columns */\n teams_by_pk?: Maybe;\n /** fetch data from the table in a streaming manner: \"teams\" */\n teams_stream: Array;\n /** fetch data from the table: \"teams_with_awards_ceremony_checkins\" */\n teams_with_awards_ceremony_checkins: Array;\n /** fetch aggregated fields from the table: \"teams_with_awards_ceremony_checkins\" */\n teams_with_awards_ceremony_checkins_aggregate: Teams_With_Awards_Ceremony_Checkins_Aggregate;\n /** fetch data from the table in a streaming manner: \"teams_with_awards_ceremony_checkins\" */\n teams_with_awards_ceremony_checkins_stream: Array;\n /** fetch data from the table: \"teams_with_checkins\" */\n teams_with_checkins: Array;\n /** fetch aggregated fields from the table: \"teams_with_checkins\" */\n teams_with_checkins_aggregate: Teams_With_Checkins_Aggregate;\n /** fetch data from the table in a streaming manner: \"teams_with_checkins\" */\n teams_with_checkins_stream: Array;\n /** fetch data from the table: \"ticket_tailor_vouchers\" */\n ticket_tailor_vouchers: Array;\n /** fetch aggregated fields from the table: \"ticket_tailor_vouchers\" */\n ticket_tailor_vouchers_aggregate: Ticket_Tailor_Vouchers_Aggregate;\n /** fetch data from the table: \"ticket_tailor_vouchers\" using primary key columns */\n ticket_tailor_vouchers_by_pk?: Maybe;\n /** fetch data from the table in a streaming manner: \"ticket_tailor_vouchers\" */\n ticket_tailor_vouchers_stream: Array;\n /** fetch data from the table: \"users\" */\n users: Array;\n /** fetch aggregated fields from the table: \"users\" */\n users_aggregate: Users_Aggregate;\n /** fetch data from the table: \"users\" using primary key columns */\n users_by_pk?: Maybe;\n /** fetch data from the table in a streaming manner: \"users\" */\n users_stream: Array;\n};\n\n\nexport type Subscription_RootAsset_ExportsArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n\nexport type Subscription_RootAsset_Exports_AggregateArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n\nexport type Subscription_RootAsset_Exports_By_PkArgs = {\n id: Scalars['Int']['input'];\n};\n\n\nexport type Subscription_RootAsset_Exports_StreamArgs = {\n batch_size: Scalars['Int']['input'];\n cursor: Array>;\n where?: InputMaybe;\n};\n\n\nexport type Subscription_RootAsset_TypesArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n\nexport type Subscription_RootAsset_Types_AggregateArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n\nexport type Subscription_RootAsset_Types_By_PkArgs = {\n id: Scalars['numeric']['input'];\n};\n\n\nexport type Subscription_RootAsset_Types_StreamArgs = {\n batch_size: Scalars['Int']['input'];\n cursor: Array>;\n where?: InputMaybe;\n};\n\n\nexport type Subscription_RootAudience_Favorite_CountsArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n\nexport type Subscription_RootAudience_Favorite_Counts_AggregateArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n\nexport type Subscription_RootAudience_Favorite_Counts_StreamArgs = {\n batch_size: Scalars['Int']['input'];\n cursor: Array>;\n where?: InputMaybe;\n};\n\n\nexport type Subscription_RootAudience_Favorite_VotesArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n\nexport type Subscription_RootAudience_Favorite_Votes_AggregateArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n\nexport type Subscription_RootAudience_Favorite_Votes_By_PkArgs = {\n id: Scalars['Int']['input'];\n};\n\n\nexport type Subscription_RootAudience_Favorite_Votes_StreamArgs = {\n batch_size: Scalars['Int']['input'];\n cursor: Array>;\n where?: InputMaybe;\n};\n\n\nexport type Subscription_RootAward_Asset_TypesArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n\nexport type Subscription_RootAward_Asset_Types_AggregateArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n\nexport type Subscription_RootAward_Asset_Types_By_PkArgs = {\n id: Scalars['numeric']['input'];\n};\n\n\nexport type Subscription_RootAward_Asset_Types_StreamArgs = {\n batch_size: Scalars['Int']['input'];\n cursor: Array>;\n where?: InputMaybe;\n};\n\n\nexport type Subscription_RootAward_NominationsArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n\nexport type Subscription_RootAward_Nominations_AggregateArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n\nexport type Subscription_RootAward_Nominations_StreamArgs = {\n batch_size: Scalars['Int']['input'];\n cursor: Array>;\n where?: InputMaybe;\n};\n\n\nexport type Subscription_RootAward_WinnersArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n\nexport type Subscription_RootAward_Winners_AggregateArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n\nexport type Subscription_RootAward_Winners_By_PkArgs = {\n id: Scalars['Int']['input'];\n};\n\n\nexport type Subscription_RootAward_Winners_StreamArgs = {\n batch_size: Scalars['Int']['input'];\n cursor: Array>;\n where?: InputMaybe;\n};\n\n\nexport type Subscription_RootAwardsArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n\nexport type Subscription_RootAwards_AggregateArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n\nexport type Subscription_RootAwards_By_PkArgs = {\n id: Scalars['numeric']['input'];\n};\n\n\nexport type Subscription_RootAwards_Ceremony_CheckinsArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n\nexport type Subscription_RootAwards_Ceremony_Checkins_AggregateArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n\nexport type Subscription_RootAwards_Ceremony_Checkins_By_PkArgs = {\n id: Scalars['Int']['input'];\n};\n\n\nexport type Subscription_RootAwards_Ceremony_Checkins_StreamArgs = {\n batch_size: Scalars['Int']['input'];\n cursor: Array>;\n where?: InputMaybe;\n};\n\n\nexport type Subscription_RootAwards_StreamArgs = {\n batch_size: Scalars['Int']['input'];\n cursor: Array>;\n where?: InputMaybe;\n};\n\n\nexport type Subscription_RootCountriesArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n\nexport type Subscription_RootCountries_AggregateArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n\nexport type Subscription_RootCountries_By_PkArgs = {\n id: Scalars['numeric']['input'];\n};\n\n\nexport type Subscription_RootCountries_StreamArgs = {\n batch_size: Scalars['Int']['input'];\n cursor: Array>;\n where?: InputMaybe;\n};\n\n\nexport type Subscription_RootExit_Interview_RecordingsArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n\nexport type Subscription_RootExit_Interview_Recordings_AggregateArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n\nexport type Subscription_RootExit_Interview_Recordings_By_PkArgs = {\n id: Scalars['Int']['input'];\n};\n\n\nexport type Subscription_RootExit_Interview_Recordings_StreamArgs = {\n batch_size: Scalars['Int']['input'];\n cursor: Array>;\n where?: InputMaybe;\n};\n\n\nexport type Subscription_RootExit_InterviewsArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n\nexport type Subscription_RootExit_Interviews_AggregateArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n\nexport type Subscription_RootExit_Interviews_By_PkArgs = {\n id: Scalars['Int']['input'];\n};\n\n\nexport type Subscription_RootExit_Interviews_StreamArgs = {\n batch_size: Scalars['Int']['input'];\n cursor: Array>;\n where?: InputMaybe;\n};\n\n\nexport type Subscription_RootExpertiseArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n\nexport type Subscription_RootExpertise_AggregateArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n\nexport type Subscription_RootExpertise_By_PkArgs = {\n id: Scalars['numeric']['input'];\n};\n\n\nexport type Subscription_RootExpertise_StreamArgs = {\n batch_size: Scalars['Int']['input'];\n cursor: Array>;\n where?: InputMaybe;\n};\n\n\nexport type Subscription_RootFestival_Badge_Type_Event_TypeArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n\nexport type Subscription_RootFestival_Badge_Type_Event_Type_AggregateArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n\nexport type Subscription_RootFestival_Badge_Type_Event_Type_By_PkArgs = {\n id: Scalars['Int']['input'];\n};\n\n\nexport type Subscription_RootFestival_Badge_Type_Event_Type_StreamArgs = {\n batch_size: Scalars['Int']['input'];\n cursor: Array>;\n where?: InputMaybe;\n};\n\n\nexport type Subscription_RootFestival_Badge_TypesArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n\nexport type Subscription_RootFestival_Badge_Types_AggregateArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n\nexport type Subscription_RootFestival_Badge_Types_By_PkArgs = {\n id: Scalars['Int']['input'];\n};\n\n\nexport type Subscription_RootFestival_Badge_Types_StreamArgs = {\n batch_size: Scalars['Int']['input'];\n cursor: Array>;\n where?: InputMaybe;\n};\n\n\nexport type Subscription_RootFestival_BadgesArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n\nexport type Subscription_RootFestival_Badges_AggregateArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n\nexport type Subscription_RootFestival_Badges_By_PkArgs = {\n id: Scalars['Int']['input'];\n};\n\n\nexport type Subscription_RootFestival_Badges_StreamArgs = {\n batch_size: Scalars['Int']['input'];\n cursor: Array>;\n where?: InputMaybe;\n};\n\n\nexport type Subscription_RootFestival_Event_LocationsArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n\nexport type Subscription_RootFestival_Event_Locations_AggregateArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n\nexport type Subscription_RootFestival_Event_Locations_By_PkArgs = {\n id: Scalars['Int']['input'];\n};\n\n\nexport type Subscription_RootFestival_Event_Locations_StreamArgs = {\n batch_size: Scalars['Int']['input'];\n cursor: Array>;\n where?: InputMaybe;\n};\n\n\nexport type Subscription_RootFestival_Event_TypesArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n\nexport type Subscription_RootFestival_Event_Types_AggregateArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n\nexport type Subscription_RootFestival_Event_Types_By_PkArgs = {\n id: Scalars['Int']['input'];\n};\n\n\nexport type Subscription_RootFestival_Event_Types_StreamArgs = {\n batch_size: Scalars['Int']['input'];\n cursor: Array>;\n where?: InputMaybe;\n};\n\n\nexport type Subscription_RootFestival_EventsArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n\nexport type Subscription_RootFestival_Events_AggregateArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n\nexport type Subscription_RootFestival_Events_By_PkArgs = {\n id: Scalars['Int']['input'];\n};\n\n\nexport type Subscription_RootFestival_Events_StreamArgs = {\n batch_size: Scalars['Int']['input'];\n cursor: Array>;\n where?: InputMaybe;\n};\n\n\nexport type Subscription_RootFestival_GenresArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n\nexport type Subscription_RootFestival_Genres_AggregateArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n\nexport type Subscription_RootFestival_Genres_By_PkArgs = {\n id: Scalars['Int']['input'];\n};\n\n\nexport type Subscription_RootFestival_Genres_StreamArgs = {\n batch_size: Scalars['Int']['input'];\n cursor: Array>;\n where?: InputMaybe;\n};\n\n\nexport type Subscription_RootFestival_Submission_AssetsArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n\nexport type Subscription_RootFestival_Submission_Assets_AggregateArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n\nexport type Subscription_RootFestival_Submission_Assets_By_PkArgs = {\n id: Scalars['Int']['input'];\n};\n\n\nexport type Subscription_RootFestival_Submission_Assets_StreamArgs = {\n batch_size: Scalars['Int']['input'];\n cursor: Array>;\n where?: InputMaybe;\n};\n\n\nexport type Subscription_RootFestival_Submission_FeedbackArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n\nexport type Subscription_RootFestival_Submission_Feedback_AggregateArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n\nexport type Subscription_RootFestival_Submission_Feedback_By_PkArgs = {\n id: Scalars['Int']['input'];\n};\n\n\nexport type Subscription_RootFestival_Submission_Feedback_StreamArgs = {\n batch_size: Scalars['Int']['input'];\n cursor: Array>;\n where?: InputMaybe;\n};\n\n\nexport type Subscription_RootFestival_Submission_VouchersArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n\nexport type Subscription_RootFestival_Submission_Vouchers_AggregateArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n\nexport type Subscription_RootFestival_Submission_Vouchers_By_PkArgs = {\n id: Scalars['Int']['input'];\n};\n\n\nexport type Subscription_RootFestival_Submission_Vouchers_StreamArgs = {\n batch_size: Scalars['Int']['input'];\n cursor: Array>;\n where?: InputMaybe;\n};\n\n\nexport type Subscription_RootFestival_SubmissionsArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n\nexport type Subscription_RootFestival_Submissions_AggregateArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n\nexport type Subscription_RootFestival_Submissions_By_PkArgs = {\n id: Scalars['Int']['input'];\n};\n\n\nexport type Subscription_RootFestival_Submissions_StreamArgs = {\n batch_size: Scalars['Int']['input'];\n cursor: Array>;\n where?: InputMaybe;\n};\n\n\nexport type Subscription_RootFestival_TicketsArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n\nexport type Subscription_RootFestival_Tickets_AggregateArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n\nexport type Subscription_RootFestival_Tickets_By_PkArgs = {\n id: Scalars['Int']['input'];\n};\n\n\nexport type Subscription_RootFestival_Tickets_StreamArgs = {\n batch_size: Scalars['Int']['input'];\n cursor: Array>;\n where?: InputMaybe;\n};\n\n\nexport type Subscription_RootFilm_FestivalsArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n\nexport type Subscription_RootFilm_Festivals_AggregateArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n\nexport type Subscription_RootFilm_Festivals_By_PkArgs = {\n id: Scalars['numeric']['input'];\n};\n\n\nexport type Subscription_RootFilm_Festivals_StreamArgs = {\n batch_size: Scalars['Int']['input'];\n cursor: Array>;\n where?: InputMaybe;\n};\n\n\nexport type Subscription_RootFilm_Group_Festival_SubmissionsArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n\nexport type Subscription_RootFilm_Group_Festival_Submissions_AggregateArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n\nexport type Subscription_RootFilm_Group_Festival_Submissions_By_PkArgs = {\n id: Scalars['Int']['input'];\n};\n\n\nexport type Subscription_RootFilm_Group_Festival_Submissions_StreamArgs = {\n batch_size: Scalars['Int']['input'];\n cursor: Array>;\n where?: InputMaybe;\n};\n\n\nexport type Subscription_RootFilm_Group_FilmsArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n\nexport type Subscription_RootFilm_Group_Films_AggregateArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n\nexport type Subscription_RootFilm_Group_Films_By_PkArgs = {\n id: Scalars['Int']['input'];\n};\n\n\nexport type Subscription_RootFilm_Group_Films_StreamArgs = {\n batch_size: Scalars['Int']['input'];\n cursor: Array>;\n where?: InputMaybe;\n};\n\n\nexport type Subscription_RootFilm_Group_UsersArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n\nexport type Subscription_RootFilm_Group_Users_AggregateArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n\nexport type Subscription_RootFilm_Group_Users_By_PkArgs = {\n id: Scalars['Int']['input'];\n};\n\n\nexport type Subscription_RootFilm_Group_Users_StreamArgs = {\n batch_size: Scalars['Int']['input'];\n cursor: Array>;\n where?: InputMaybe;\n};\n\n\nexport type Subscription_RootFilm_GroupsArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n\nexport type Subscription_RootFilm_Groups_AggregateArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n\nexport type Subscription_RootFilm_Groups_By_PkArgs = {\n id: Scalars['Int']['input'];\n};\n\n\nexport type Subscription_RootFilm_Groups_StreamArgs = {\n batch_size: Scalars['Int']['input'];\n cursor: Array>;\n where?: InputMaybe;\n};\n\n\nexport type Subscription_RootFilmsArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n\nexport type Subscription_RootFilms_AggregateArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n\nexport type Subscription_RootFilms_By_PkArgs = {\n id: Scalars['numeric']['input'];\n};\n\n\nexport type Subscription_RootFilms_StreamArgs = {\n batch_size: Scalars['Int']['input'];\n cursor: Array>;\n where?: InputMaybe;\n};\n\n\nexport type Subscription_RootGenresArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n\nexport type Subscription_RootGenres_AggregateArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n\nexport type Subscription_RootGenres_By_PkArgs = {\n id: Scalars['numeric']['input'];\n};\n\n\nexport type Subscription_RootGenres_StreamArgs = {\n batch_size: Scalars['Int']['input'];\n cursor: Array>;\n where?: InputMaybe;\n};\n\n\nexport type Subscription_RootKickoff_CheckinsArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n\nexport type Subscription_RootKickoff_Checkins_AggregateArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n\nexport type Subscription_RootKickoff_Checkins_By_PkArgs = {\n id: Scalars['numeric']['input'];\n};\n\n\nexport type Subscription_RootKickoff_Checkins_StreamArgs = {\n batch_size: Scalars['Int']['input'];\n cursor: Array>;\n where?: InputMaybe;\n};\n\n\nexport type Subscription_RootLocation_ReleasesArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n\nexport type Subscription_RootLocation_Releases_AggregateArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n\nexport type Subscription_RootLocation_Releases_By_PkArgs = {\n id: Scalars['numeric']['input'];\n};\n\n\nexport type Subscription_RootLocation_Releases_StreamArgs = {\n batch_size: Scalars['Int']['input'];\n cursor: Array>;\n where?: InputMaybe;\n};\n\n\nexport type Subscription_RootMatchup_RequestsArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n\nexport type Subscription_RootMatchup_Requests_AggregateArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n\nexport type Subscription_RootMatchup_Requests_By_PkArgs = {\n id: Scalars['numeric']['input'];\n};\n\n\nexport type Subscription_RootMatchup_Requests_StreamArgs = {\n batch_size: Scalars['Int']['input'];\n cursor: Array>;\n where?: InputMaybe;\n};\n\n\nexport type Subscription_RootMusic_ReleasesArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n\nexport type Subscription_RootMusic_Releases_AggregateArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n\nexport type Subscription_RootMusic_Releases_By_PkArgs = {\n id: Scalars['numeric']['input'];\n};\n\n\nexport type Subscription_RootMusic_Releases_StreamArgs = {\n batch_size: Scalars['Int']['input'];\n cursor: Array>;\n where?: InputMaybe;\n};\n\n\nexport type Subscription_RootNomination_AssetsArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n\nexport type Subscription_RootNomination_Assets_AggregateArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n\nexport type Subscription_RootNomination_Assets_By_PkArgs = {\n id: Scalars['numeric']['input'];\n};\n\n\nexport type Subscription_RootNomination_Assets_StreamArgs = {\n batch_size: Scalars['Int']['input'];\n cursor: Array>;\n where?: InputMaybe;\n};\n\n\nexport type Subscription_RootNominationsArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n\nexport type Subscription_RootNominations_AggregateArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n\nexport type Subscription_RootNominations_By_PkArgs = {\n id: Scalars['numeric']['input'];\n};\n\n\nexport type Subscription_RootNominations_StreamArgs = {\n batch_size: Scalars['Int']['input'];\n cursor: Array>;\n where?: InputMaybe;\n};\n\n\nexport type Subscription_RootOnline_Screening_TicketsArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n\nexport type Subscription_RootOnline_Screening_Tickets_AggregateArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n\nexport type Subscription_RootOnline_Screening_Tickets_By_PkArgs = {\n id: Scalars['Int']['input'];\n};\n\n\nexport type Subscription_RootOnline_Screening_Tickets_StreamArgs = {\n batch_size: Scalars['Int']['input'];\n cursor: Array>;\n where?: InputMaybe;\n};\n\n\nexport type Subscription_RootPaymentsArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n\nexport type Subscription_RootPayments_AggregateArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n\nexport type Subscription_RootPayments_By_PkArgs = {\n id: Scalars['numeric']['input'];\n};\n\n\nexport type Subscription_RootPayments_StreamArgs = {\n batch_size: Scalars['Int']['input'];\n cursor: Array>;\n where?: InputMaybe;\n};\n\n\nexport type Subscription_RootPlaylist_TeamArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n\nexport type Subscription_RootPlaylist_Team_AggregateArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n\nexport type Subscription_RootPlaylist_Team_By_PkArgs = {\n id: Scalars['Int']['input'];\n};\n\n\nexport type Subscription_RootPlaylist_Team_StreamArgs = {\n batch_size: Scalars['Int']['input'];\n cursor: Array>;\n where?: InputMaybe;\n};\n\n\nexport type Subscription_RootPlaylistsArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n\nexport type Subscription_RootPlaylists_AggregateArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n\nexport type Subscription_RootPlaylists_By_PkArgs = {\n id: Scalars['Int']['input'];\n};\n\n\nexport type Subscription_RootPlaylists_StreamArgs = {\n batch_size: Scalars['Int']['input'];\n cursor: Array>;\n where?: InputMaybe;\n};\n\n\nexport type Subscription_RootPrize_ElectionsArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n\nexport type Subscription_RootPrize_Elections_AggregateArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n\nexport type Subscription_RootPrize_Elections_StreamArgs = {\n batch_size: Scalars['Int']['input'];\n cursor: Array>;\n where?: InputMaybe;\n};\n\n\nexport type Subscription_RootPrizesArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n\nexport type Subscription_RootPrizes_AggregateArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n\nexport type Subscription_RootPrizes_By_PkArgs = {\n id: Scalars['numeric']['input'];\n};\n\n\nexport type Subscription_RootPrizes_StreamArgs = {\n batch_size: Scalars['Int']['input'];\n cursor: Array>;\n where?: InputMaybe;\n};\n\n\nexport type Subscription_RootRegistrationsArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n\nexport type Subscription_RootRegistrations_AggregateArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n\nexport type Subscription_RootRegistrations_By_PkArgs = {\n id: Scalars['numeric']['input'];\n};\n\n\nexport type Subscription_RootRegistrations_StreamArgs = {\n batch_size: Scalars['Int']['input'];\n cursor: Array>;\n where?: InputMaybe;\n};\n\n\nexport type Subscription_RootSelection_BallotsArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n\nexport type Subscription_RootSelection_Ballots_AggregateArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n\nexport type Subscription_RootSelection_Ballots_By_PkArgs = {\n id: Scalars['Int']['input'];\n};\n\n\nexport type Subscription_RootSelection_Ballots_StreamArgs = {\n batch_size: Scalars['Int']['input'];\n cursor: Array>;\n where?: InputMaybe;\n};\n\n\nexport type Subscription_RootSelection_FeedbackArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n\nexport type Subscription_RootSelection_Feedback_AggregateArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n\nexport type Subscription_RootSelection_Feedback_By_PkArgs = {\n id: Scalars['Int']['input'];\n};\n\n\nexport type Subscription_RootSelection_Feedback_StreamArgs = {\n batch_size: Scalars['Int']['input'];\n cursor: Array>;\n where?: InputMaybe;\n};\n\n\nexport type Subscription_RootSelection_MetricsArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n\nexport type Subscription_RootSelection_Metrics_AggregateArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n\nexport type Subscription_RootSelection_Metrics_By_PkArgs = {\n id: Scalars['Int']['input'];\n};\n\n\nexport type Subscription_RootSelection_Metrics_StreamArgs = {\n batch_size: Scalars['Int']['input'];\n cursor: Array>;\n where?: InputMaybe;\n};\n\n\nexport type Subscription_RootSelection_ProgressArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n\nexport type Subscription_RootSelection_Progress_AggregateArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n\nexport type Subscription_RootSelection_Progress_By_PkArgs = {\n id: Scalars['Int']['input'];\n};\n\n\nexport type Subscription_RootSelection_Progress_StreamArgs = {\n batch_size: Scalars['Int']['input'];\n cursor: Array>;\n where?: InputMaybe;\n};\n\n\nexport type Subscription_RootSelection_ResultsArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n\nexport type Subscription_RootSelection_Results_AggregateArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n\nexport type Subscription_RootSelection_Results_StreamArgs = {\n batch_size: Scalars['Int']['input'];\n cursor: Array>;\n where?: InputMaybe;\n};\n\n\nexport type Subscription_RootSharablesArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n\nexport type Subscription_RootSharables_AggregateArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n\nexport type Subscription_RootSharables_By_PkArgs = {\n id: Scalars['Int']['input'];\n};\n\n\nexport type Subscription_RootSharables_StreamArgs = {\n batch_size: Scalars['Int']['input'];\n cursor: Array>;\n where?: InputMaybe;\n};\n\n\nexport type Subscription_RootShouldReloadFestivalSubmissionArgs = {\n id: Scalars['ID']['input'];\n};\n\n\nexport type Subscription_RootShouldReloadTeamArgs = {\n id: Scalars['ID']['input'];\n};\n\n\nexport type Subscription_RootSms_VotesArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n\nexport type Subscription_RootSms_Votes_AggregateArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n\nexport type Subscription_RootSms_Votes_By_PkArgs = {\n id: Scalars['Int']['input'];\n};\n\n\nexport type Subscription_RootSms_Votes_StreamArgs = {\n batch_size: Scalars['Int']['input'];\n cursor: Array>;\n where?: InputMaybe;\n};\n\n\nexport type Subscription_RootSponsorsArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n\nexport type Subscription_RootSponsors_AggregateArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n\nexport type Subscription_RootSponsors_By_PkArgs = {\n id: Scalars['numeric']['input'];\n};\n\n\nexport type Subscription_RootSponsors_StreamArgs = {\n batch_size: Scalars['Int']['input'];\n cursor: Array>;\n where?: InputMaybe;\n};\n\n\nexport type Subscription_RootStudiosArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n\nexport type Subscription_RootStudios_AggregateArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n\nexport type Subscription_RootStudios_By_PkArgs = {\n id: Scalars['Int']['input'];\n};\n\n\nexport type Subscription_RootStudios_StreamArgs = {\n batch_size: Scalars['Int']['input'];\n cursor: Array>;\n where?: InputMaybe;\n};\n\n\nexport type Subscription_RootSubmission_SummaryArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n\nexport type Subscription_RootSubmission_Summary_AggregateArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n\nexport type Subscription_RootSubmission_Summary_StreamArgs = {\n batch_size: Scalars['Int']['input'];\n cursor: Array>;\n where?: InputMaybe;\n};\n\n\nexport type Subscription_RootTeam_AssetsArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n\nexport type Subscription_RootTeam_Assets_AggregateArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n\nexport type Subscription_RootTeam_Assets_By_PkArgs = {\n id: Scalars['numeric']['input'];\n};\n\n\nexport type Subscription_RootTeam_Assets_StreamArgs = {\n batch_size: Scalars['Int']['input'];\n cursor: Array>;\n where?: InputMaybe;\n};\n\n\nexport type Subscription_RootTeam_MembershipsArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n\nexport type Subscription_RootTeam_Memberships_AggregateArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n\nexport type Subscription_RootTeam_Memberships_By_PkArgs = {\n id: Scalars['numeric']['input'];\n};\n\n\nexport type Subscription_RootTeam_Memberships_StreamArgs = {\n batch_size: Scalars['Int']['input'];\n cursor: Array>;\n where?: InputMaybe;\n};\n\n\nexport type Subscription_RootTeam_RolesArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n\nexport type Subscription_RootTeam_Roles_AggregateArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n\nexport type Subscription_RootTeam_Roles_By_PkArgs = {\n id: Scalars['numeric']['input'];\n};\n\n\nexport type Subscription_RootTeam_Roles_StreamArgs = {\n batch_size: Scalars['Int']['input'];\n cursor: Array>;\n where?: InputMaybe;\n};\n\n\nexport type Subscription_RootTeamsArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n\nexport type Subscription_RootTeams_AggregateArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n\nexport type Subscription_RootTeams_By_PkArgs = {\n id: Scalars['numeric']['input'];\n};\n\n\nexport type Subscription_RootTeams_StreamArgs = {\n batch_size: Scalars['Int']['input'];\n cursor: Array>;\n where?: InputMaybe;\n};\n\n\nexport type Subscription_RootTeams_With_Awards_Ceremony_CheckinsArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n\nexport type Subscription_RootTeams_With_Awards_Ceremony_Checkins_AggregateArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n\nexport type Subscription_RootTeams_With_Awards_Ceremony_Checkins_StreamArgs = {\n batch_size: Scalars['Int']['input'];\n cursor: Array>;\n where?: InputMaybe;\n};\n\n\nexport type Subscription_RootTeams_With_CheckinsArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n\nexport type Subscription_RootTeams_With_Checkins_AggregateArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n\nexport type Subscription_RootTeams_With_Checkins_StreamArgs = {\n batch_size: Scalars['Int']['input'];\n cursor: Array>;\n where?: InputMaybe;\n};\n\n\nexport type Subscription_RootTicket_Tailor_VouchersArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n\nexport type Subscription_RootTicket_Tailor_Vouchers_AggregateArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n\nexport type Subscription_RootTicket_Tailor_Vouchers_By_PkArgs = {\n id: Scalars['Int']['input'];\n};\n\n\nexport type Subscription_RootTicket_Tailor_Vouchers_StreamArgs = {\n batch_size: Scalars['Int']['input'];\n cursor: Array>;\n where?: InputMaybe;\n};\n\n\nexport type Subscription_RootUsersArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n\nexport type Subscription_RootUsers_AggregateArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n\nexport type Subscription_RootUsers_By_PkArgs = {\n id: Scalars['numeric']['input'];\n};\n\n\nexport type Subscription_RootUsers_StreamArgs = {\n batch_size: Scalars['Int']['input'];\n cursor: Array>;\n where?: InputMaybe;\n};\n\n/** columns and relationships of \"team_assets\" */\nexport type Team_Assets = {\n __typename?: 'team_assets';\n /** An object relationship */\n asset_type: Asset_Types;\n asset_type_id: Scalars['numeric']['output'];\n created: Scalars['timestamp']['output'];\n created_by: Scalars['String']['output'];\n file_name: Scalars['String']['output'];\n id: Scalars['numeric']['output'];\n /** An object relationship */\n team: Teams;\n team_id: Scalars['numeric']['output'];\n updated: Scalars['timestamp']['output'];\n updated_by: Scalars['String']['output'];\n};\n\n/** aggregated selection of \"team_assets\" */\nexport type Team_Assets_Aggregate = {\n __typename?: 'team_assets_aggregate';\n aggregate?: Maybe;\n nodes: Array;\n};\n\nexport type Team_Assets_Aggregate_Bool_Exp = {\n count?: InputMaybe;\n};\n\nexport type Team_Assets_Aggregate_Bool_Exp_Count = {\n arguments?: InputMaybe>;\n distinct?: InputMaybe;\n filter?: InputMaybe;\n predicate: Int_Comparison_Exp;\n};\n\n/** aggregate fields of \"team_assets\" */\nexport type Team_Assets_Aggregate_Fields = {\n __typename?: 'team_assets_aggregate_fields';\n avg?: Maybe;\n count: Scalars['Int']['output'];\n max?: Maybe;\n min?: Maybe;\n stddev?: Maybe;\n stddev_pop?: Maybe;\n stddev_samp?: Maybe;\n sum?: Maybe;\n var_pop?: Maybe;\n var_samp?: Maybe;\n variance?: Maybe;\n};\n\n\n/** aggregate fields of \"team_assets\" */\nexport type Team_Assets_Aggregate_FieldsCountArgs = {\n columns?: InputMaybe>;\n distinct?: InputMaybe;\n};\n\n/** order by aggregate values of table \"team_assets\" */\nexport type Team_Assets_Aggregate_Order_By = {\n avg?: InputMaybe;\n count?: InputMaybe;\n max?: InputMaybe;\n min?: InputMaybe;\n stddev?: InputMaybe;\n stddev_pop?: InputMaybe;\n stddev_samp?: InputMaybe;\n sum?: InputMaybe;\n var_pop?: InputMaybe;\n var_samp?: InputMaybe;\n variance?: InputMaybe;\n};\n\n/** input type for inserting array relation for remote table \"team_assets\" */\nexport type Team_Assets_Arr_Rel_Insert_Input = {\n data: Array;\n /** upsert condition */\n on_conflict?: InputMaybe;\n};\n\n/** aggregate avg on columns */\nexport type Team_Assets_Avg_Fields = {\n __typename?: 'team_assets_avg_fields';\n asset_type_id?: Maybe;\n id?: Maybe;\n team_id?: Maybe;\n};\n\n/** order by avg() on columns of table \"team_assets\" */\nexport type Team_Assets_Avg_Order_By = {\n asset_type_id?: InputMaybe;\n id?: InputMaybe;\n team_id?: InputMaybe;\n};\n\n/** Boolean expression to filter rows from the table \"team_assets\". All fields are combined with a logical 'AND'. */\nexport type Team_Assets_Bool_Exp = {\n _and?: InputMaybe>;\n _not?: InputMaybe;\n _or?: InputMaybe>;\n asset_type?: InputMaybe;\n asset_type_id?: InputMaybe;\n created?: InputMaybe;\n created_by?: InputMaybe;\n file_name?: InputMaybe;\n id?: InputMaybe;\n team?: InputMaybe;\n team_id?: InputMaybe;\n updated?: InputMaybe;\n updated_by?: InputMaybe;\n};\n\n/** unique or primary key constraints on table \"team_assets\" */\nexport enum Team_Assets_Constraint {\n /** unique or primary key constraint on columns \"id\" */\n TeamAssetsPkey = 'team_assets_pkey'\n}\n\n/** input type for incrementing numeric columns in table \"team_assets\" */\nexport type Team_Assets_Inc_Input = {\n asset_type_id?: InputMaybe;\n id?: InputMaybe;\n team_id?: InputMaybe;\n};\n\n/** input type for inserting data into table \"team_assets\" */\nexport type Team_Assets_Insert_Input = {\n asset_type?: InputMaybe;\n asset_type_id?: InputMaybe;\n created?: InputMaybe;\n created_by?: InputMaybe;\n file_name?: InputMaybe;\n id?: InputMaybe;\n team?: InputMaybe;\n team_id?: InputMaybe;\n updated?: InputMaybe;\n updated_by?: InputMaybe;\n};\n\n/** aggregate max on columns */\nexport type Team_Assets_Max_Fields = {\n __typename?: 'team_assets_max_fields';\n asset_type_id?: Maybe;\n created?: Maybe;\n created_by?: Maybe;\n file_name?: Maybe;\n id?: Maybe;\n team_id?: Maybe;\n updated?: Maybe;\n updated_by?: Maybe;\n};\n\n/** order by max() on columns of table \"team_assets\" */\nexport type Team_Assets_Max_Order_By = {\n asset_type_id?: InputMaybe;\n created?: InputMaybe;\n created_by?: InputMaybe;\n file_name?: InputMaybe;\n id?: InputMaybe;\n team_id?: InputMaybe;\n updated?: InputMaybe;\n updated_by?: InputMaybe;\n};\n\n/** aggregate min on columns */\nexport type Team_Assets_Min_Fields = {\n __typename?: 'team_assets_min_fields';\n asset_type_id?: Maybe;\n created?: Maybe;\n created_by?: Maybe;\n file_name?: Maybe;\n id?: Maybe;\n team_id?: Maybe;\n updated?: Maybe;\n updated_by?: Maybe;\n};\n\n/** order by min() on columns of table \"team_assets\" */\nexport type Team_Assets_Min_Order_By = {\n asset_type_id?: InputMaybe;\n created?: InputMaybe;\n created_by?: InputMaybe;\n file_name?: InputMaybe;\n id?: InputMaybe;\n team_id?: InputMaybe;\n updated?: InputMaybe;\n updated_by?: InputMaybe;\n};\n\n/** response of any mutation on the table \"team_assets\" */\nexport type Team_Assets_Mutation_Response = {\n __typename?: 'team_assets_mutation_response';\n /** number of rows affected by the mutation */\n affected_rows: Scalars['Int']['output'];\n /** data from the rows affected by the mutation */\n returning: Array;\n};\n\n/** input type for inserting object relation for remote table \"team_assets\" */\nexport type Team_Assets_Obj_Rel_Insert_Input = {\n data: Team_Assets_Insert_Input;\n /** upsert condition */\n on_conflict?: InputMaybe;\n};\n\n/** on_conflict condition type for table \"team_assets\" */\nexport type Team_Assets_On_Conflict = {\n constraint: Team_Assets_Constraint;\n update_columns?: Array;\n where?: InputMaybe;\n};\n\n/** Ordering options when selecting data from \"team_assets\". */\nexport type Team_Assets_Order_By = {\n asset_type?: InputMaybe;\n asset_type_id?: InputMaybe;\n created?: InputMaybe;\n created_by?: InputMaybe;\n file_name?: InputMaybe;\n id?: InputMaybe;\n team?: InputMaybe;\n team_id?: InputMaybe;\n updated?: InputMaybe;\n updated_by?: InputMaybe;\n};\n\n/** primary key columns input for table: team_assets */\nexport type Team_Assets_Pk_Columns_Input = {\n id: Scalars['numeric']['input'];\n};\n\n/** select columns of table \"team_assets\" */\nexport enum Team_Assets_Select_Column {\n /** column name */\n AssetTypeId = 'asset_type_id',\n /** column name */\n Created = 'created',\n /** column name */\n CreatedBy = 'created_by',\n /** column name */\n FileName = 'file_name',\n /** column name */\n Id = 'id',\n /** column name */\n TeamId = 'team_id',\n /** column name */\n Updated = 'updated',\n /** column name */\n UpdatedBy = 'updated_by'\n}\n\n/** input type for updating data in table \"team_assets\" */\nexport type Team_Assets_Set_Input = {\n asset_type_id?: InputMaybe;\n created?: InputMaybe;\n created_by?: InputMaybe;\n file_name?: InputMaybe;\n id?: InputMaybe;\n team_id?: InputMaybe;\n updated?: InputMaybe;\n updated_by?: InputMaybe;\n};\n\n/** aggregate stddev on columns */\nexport type Team_Assets_Stddev_Fields = {\n __typename?: 'team_assets_stddev_fields';\n asset_type_id?: Maybe;\n id?: Maybe;\n team_id?: Maybe;\n};\n\n/** order by stddev() on columns of table \"team_assets\" */\nexport type Team_Assets_Stddev_Order_By = {\n asset_type_id?: InputMaybe;\n id?: InputMaybe;\n team_id?: InputMaybe;\n};\n\n/** aggregate stddev_pop on columns */\nexport type Team_Assets_Stddev_Pop_Fields = {\n __typename?: 'team_assets_stddev_pop_fields';\n asset_type_id?: Maybe;\n id?: Maybe;\n team_id?: Maybe;\n};\n\n/** order by stddev_pop() on columns of table \"team_assets\" */\nexport type Team_Assets_Stddev_Pop_Order_By = {\n asset_type_id?: InputMaybe;\n id?: InputMaybe;\n team_id?: InputMaybe;\n};\n\n/** aggregate stddev_samp on columns */\nexport type Team_Assets_Stddev_Samp_Fields = {\n __typename?: 'team_assets_stddev_samp_fields';\n asset_type_id?: Maybe;\n id?: Maybe;\n team_id?: Maybe;\n};\n\n/** order by stddev_samp() on columns of table \"team_assets\" */\nexport type Team_Assets_Stddev_Samp_Order_By = {\n asset_type_id?: InputMaybe;\n id?: InputMaybe;\n team_id?: InputMaybe;\n};\n\n/** Streaming cursor of the table \"team_assets\" */\nexport type Team_Assets_Stream_Cursor_Input = {\n /** Stream column input with initial value */\n initial_value: Team_Assets_Stream_Cursor_Value_Input;\n /** cursor ordering */\n ordering?: InputMaybe;\n};\n\n/** Initial value of the column from where the streaming should start */\nexport type Team_Assets_Stream_Cursor_Value_Input = {\n asset_type_id?: InputMaybe;\n created?: InputMaybe;\n created_by?: InputMaybe;\n file_name?: InputMaybe;\n id?: InputMaybe;\n team_id?: InputMaybe;\n updated?: InputMaybe;\n updated_by?: InputMaybe;\n};\n\n/** aggregate sum on columns */\nexport type Team_Assets_Sum_Fields = {\n __typename?: 'team_assets_sum_fields';\n asset_type_id?: Maybe;\n id?: Maybe;\n team_id?: Maybe;\n};\n\n/** order by sum() on columns of table \"team_assets\" */\nexport type Team_Assets_Sum_Order_By = {\n asset_type_id?: InputMaybe;\n id?: InputMaybe;\n team_id?: InputMaybe;\n};\n\n/** update columns of table \"team_assets\" */\nexport enum Team_Assets_Update_Column {\n /** column name */\n AssetTypeId = 'asset_type_id',\n /** column name */\n Created = 'created',\n /** column name */\n CreatedBy = 'created_by',\n /** column name */\n FileName = 'file_name',\n /** column name */\n Id = 'id',\n /** column name */\n TeamId = 'team_id',\n /** column name */\n Updated = 'updated',\n /** column name */\n UpdatedBy = 'updated_by'\n}\n\nexport type Team_Assets_Updates = {\n /** increments the numeric columns with given value of the filtered values */\n _inc?: InputMaybe;\n /** sets the columns of the filtered rows to the given values */\n _set?: InputMaybe;\n /** filter the rows which have to be updated */\n where: Team_Assets_Bool_Exp;\n};\n\n/** aggregate var_pop on columns */\nexport type Team_Assets_Var_Pop_Fields = {\n __typename?: 'team_assets_var_pop_fields';\n asset_type_id?: Maybe;\n id?: Maybe;\n team_id?: Maybe;\n};\n\n/** order by var_pop() on columns of table \"team_assets\" */\nexport type Team_Assets_Var_Pop_Order_By = {\n asset_type_id?: InputMaybe;\n id?: InputMaybe;\n team_id?: InputMaybe;\n};\n\n/** aggregate var_samp on columns */\nexport type Team_Assets_Var_Samp_Fields = {\n __typename?: 'team_assets_var_samp_fields';\n asset_type_id?: Maybe;\n id?: Maybe;\n team_id?: Maybe;\n};\n\n/** order by var_samp() on columns of table \"team_assets\" */\nexport type Team_Assets_Var_Samp_Order_By = {\n asset_type_id?: InputMaybe;\n id?: InputMaybe;\n team_id?: InputMaybe;\n};\n\n/** aggregate variance on columns */\nexport type Team_Assets_Variance_Fields = {\n __typename?: 'team_assets_variance_fields';\n asset_type_id?: Maybe;\n id?: Maybe;\n team_id?: Maybe;\n};\n\n/** order by variance() on columns of table \"team_assets\" */\nexport type Team_Assets_Variance_Order_By = {\n asset_type_id?: InputMaybe;\n id?: InputMaybe;\n team_id?: InputMaybe;\n};\n\n/** columns and relationships of \"team_memberships\" */\nexport type Team_Memberships = {\n __typename?: 'team_memberships';\n created: Scalars['timestamp']['output'];\n created_by: Scalars['String']['output'];\n credit?: Maybe;\n deleted?: Maybe;\n id: Scalars['numeric']['output'];\n is_invited?: Maybe;\n /** An array relationship */\n nominations: Array;\n /** An aggregate relationship */\n nominations_aggregate: Nominations_Aggregate;\n /** An object relationship */\n registration?: Maybe;\n /** An object relationship */\n role: Team_Roles;\n role_id: Scalars['numeric']['output'];\n /** An object relationship */\n team: Teams;\n team_id: Scalars['numeric']['output'];\n updated: Scalars['timestamp']['output'];\n updated_by: Scalars['String']['output'];\n /** An object relationship */\n user?: Maybe;\n user_id?: Maybe;\n};\n\n\n/** columns and relationships of \"team_memberships\" */\nexport type Team_MembershipsNominationsArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n\n/** columns and relationships of \"team_memberships\" */\nexport type Team_MembershipsNominations_AggregateArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n/** aggregated selection of \"team_memberships\" */\nexport type Team_Memberships_Aggregate = {\n __typename?: 'team_memberships_aggregate';\n aggregate?: Maybe;\n nodes: Array;\n};\n\nexport type Team_Memberships_Aggregate_Bool_Exp = {\n count?: InputMaybe;\n};\n\nexport type Team_Memberships_Aggregate_Bool_Exp_Count = {\n arguments?: InputMaybe>;\n distinct?: InputMaybe;\n filter?: InputMaybe;\n predicate: Int_Comparison_Exp;\n};\n\n/** aggregate fields of \"team_memberships\" */\nexport type Team_Memberships_Aggregate_Fields = {\n __typename?: 'team_memberships_aggregate_fields';\n avg?: Maybe;\n count: Scalars['Int']['output'];\n max?: Maybe;\n min?: Maybe;\n stddev?: Maybe;\n stddev_pop?: Maybe;\n stddev_samp?: Maybe;\n sum?: Maybe;\n var_pop?: Maybe;\n var_samp?: Maybe;\n variance?: Maybe;\n};\n\n\n/** aggregate fields of \"team_memberships\" */\nexport type Team_Memberships_Aggregate_FieldsCountArgs = {\n columns?: InputMaybe>;\n distinct?: InputMaybe;\n};\n\n/** order by aggregate values of table \"team_memberships\" */\nexport type Team_Memberships_Aggregate_Order_By = {\n avg?: InputMaybe;\n count?: InputMaybe;\n max?: InputMaybe;\n min?: InputMaybe;\n stddev?: InputMaybe;\n stddev_pop?: InputMaybe;\n stddev_samp?: InputMaybe;\n sum?: InputMaybe;\n var_pop?: InputMaybe;\n var_samp?: InputMaybe;\n variance?: InputMaybe;\n};\n\n/** input type for inserting array relation for remote table \"team_memberships\" */\nexport type Team_Memberships_Arr_Rel_Insert_Input = {\n data: Array;\n /** upsert condition */\n on_conflict?: InputMaybe;\n};\n\n/** aggregate avg on columns */\nexport type Team_Memberships_Avg_Fields = {\n __typename?: 'team_memberships_avg_fields';\n id?: Maybe;\n role_id?: Maybe;\n team_id?: Maybe;\n user_id?: Maybe;\n};\n\n/** order by avg() on columns of table \"team_memberships\" */\nexport type Team_Memberships_Avg_Order_By = {\n id?: InputMaybe;\n role_id?: InputMaybe;\n team_id?: InputMaybe;\n user_id?: InputMaybe;\n};\n\n/** Boolean expression to filter rows from the table \"team_memberships\". All fields are combined with a logical 'AND'. */\nexport type Team_Memberships_Bool_Exp = {\n _and?: InputMaybe>;\n _not?: InputMaybe;\n _or?: InputMaybe>;\n created?: InputMaybe;\n created_by?: InputMaybe;\n credit?: InputMaybe;\n deleted?: InputMaybe;\n id?: InputMaybe;\n is_invited?: InputMaybe;\n nominations?: InputMaybe;\n nominations_aggregate?: InputMaybe;\n registration?: InputMaybe;\n role?: InputMaybe;\n role_id?: InputMaybe;\n team?: InputMaybe;\n team_id?: InputMaybe;\n updated?: InputMaybe;\n updated_by?: InputMaybe;\n user?: InputMaybe;\n user_id?: InputMaybe;\n};\n\n/** unique or primary key constraints on table \"team_memberships\" */\nexport enum Team_Memberships_Constraint {\n /** unique or primary key constraint on columns \"id\" */\n TeamMembershipsPkey = 'team_memberships_pkey'\n}\n\n/** input type for incrementing numeric columns in table \"team_memberships\" */\nexport type Team_Memberships_Inc_Input = {\n id?: InputMaybe;\n role_id?: InputMaybe;\n team_id?: InputMaybe;\n user_id?: InputMaybe;\n};\n\n/** input type for inserting data into table \"team_memberships\" */\nexport type Team_Memberships_Insert_Input = {\n created?: InputMaybe;\n created_by?: InputMaybe;\n credit?: InputMaybe;\n deleted?: InputMaybe;\n id?: InputMaybe;\n is_invited?: InputMaybe;\n nominations?: InputMaybe;\n registration?: InputMaybe;\n role?: InputMaybe;\n role_id?: InputMaybe;\n team?: InputMaybe;\n team_id?: InputMaybe;\n updated?: InputMaybe;\n updated_by?: InputMaybe;\n user?: InputMaybe;\n user_id?: InputMaybe;\n};\n\n/** aggregate max on columns */\nexport type Team_Memberships_Max_Fields = {\n __typename?: 'team_memberships_max_fields';\n created?: Maybe;\n created_by?: Maybe;\n credit?: Maybe;\n deleted?: Maybe;\n id?: Maybe;\n is_invited?: Maybe;\n role_id?: Maybe;\n team_id?: Maybe;\n updated?: Maybe;\n updated_by?: Maybe;\n user_id?: Maybe;\n};\n\n/** order by max() on columns of table \"team_memberships\" */\nexport type Team_Memberships_Max_Order_By = {\n created?: InputMaybe;\n created_by?: InputMaybe;\n credit?: InputMaybe;\n deleted?: InputMaybe;\n id?: InputMaybe;\n is_invited?: InputMaybe;\n role_id?: InputMaybe;\n team_id?: InputMaybe;\n updated?: InputMaybe;\n updated_by?: InputMaybe;\n user_id?: InputMaybe;\n};\n\n/** aggregate min on columns */\nexport type Team_Memberships_Min_Fields = {\n __typename?: 'team_memberships_min_fields';\n created?: Maybe;\n created_by?: Maybe;\n credit?: Maybe;\n deleted?: Maybe;\n id?: Maybe;\n is_invited?: Maybe;\n role_id?: Maybe;\n team_id?: Maybe;\n updated?: Maybe;\n updated_by?: Maybe;\n user_id?: Maybe;\n};\n\n/** order by min() on columns of table \"team_memberships\" */\nexport type Team_Memberships_Min_Order_By = {\n created?: InputMaybe;\n created_by?: InputMaybe;\n credit?: InputMaybe;\n deleted?: InputMaybe;\n id?: InputMaybe;\n is_invited?: InputMaybe;\n role_id?: InputMaybe;\n team_id?: InputMaybe;\n updated?: InputMaybe;\n updated_by?: InputMaybe;\n user_id?: InputMaybe;\n};\n\n/** response of any mutation on the table \"team_memberships\" */\nexport type Team_Memberships_Mutation_Response = {\n __typename?: 'team_memberships_mutation_response';\n /** number of rows affected by the mutation */\n affected_rows: Scalars['Int']['output'];\n /** data from the rows affected by the mutation */\n returning: Array;\n};\n\n/** input type for inserting object relation for remote table \"team_memberships\" */\nexport type Team_Memberships_Obj_Rel_Insert_Input = {\n data: Team_Memberships_Insert_Input;\n /** upsert condition */\n on_conflict?: InputMaybe;\n};\n\n/** on_conflict condition type for table \"team_memberships\" */\nexport type Team_Memberships_On_Conflict = {\n constraint: Team_Memberships_Constraint;\n update_columns?: Array;\n where?: InputMaybe;\n};\n\n/** Ordering options when selecting data from \"team_memberships\". */\nexport type Team_Memberships_Order_By = {\n created?: InputMaybe;\n created_by?: InputMaybe;\n credit?: InputMaybe;\n deleted?: InputMaybe;\n id?: InputMaybe;\n is_invited?: InputMaybe;\n nominations_aggregate?: InputMaybe;\n registration?: InputMaybe;\n role?: InputMaybe;\n role_id?: InputMaybe;\n team?: InputMaybe;\n team_id?: InputMaybe;\n updated?: InputMaybe;\n updated_by?: InputMaybe;\n user?: InputMaybe;\n user_id?: InputMaybe;\n};\n\n/** primary key columns input for table: team_memberships */\nexport type Team_Memberships_Pk_Columns_Input = {\n id: Scalars['numeric']['input'];\n};\n\n/** select columns of table \"team_memberships\" */\nexport enum Team_Memberships_Select_Column {\n /** column name */\n Created = 'created',\n /** column name */\n CreatedBy = 'created_by',\n /** column name */\n Credit = 'credit',\n /** column name */\n Deleted = 'deleted',\n /** column name */\n Id = 'id',\n /** column name */\n IsInvited = 'is_invited',\n /** column name */\n RoleId = 'role_id',\n /** column name */\n TeamId = 'team_id',\n /** column name */\n Updated = 'updated',\n /** column name */\n UpdatedBy = 'updated_by',\n /** column name */\n UserId = 'user_id'\n}\n\n/** input type for updating data in table \"team_memberships\" */\nexport type Team_Memberships_Set_Input = {\n created?: InputMaybe;\n created_by?: InputMaybe;\n credit?: InputMaybe;\n deleted?: InputMaybe;\n id?: InputMaybe;\n is_invited?: InputMaybe;\n role_id?: InputMaybe;\n team_id?: InputMaybe;\n updated?: InputMaybe;\n updated_by?: InputMaybe;\n user_id?: InputMaybe;\n};\n\n/** aggregate stddev on columns */\nexport type Team_Memberships_Stddev_Fields = {\n __typename?: 'team_memberships_stddev_fields';\n id?: Maybe;\n role_id?: Maybe;\n team_id?: Maybe;\n user_id?: Maybe;\n};\n\n/** order by stddev() on columns of table \"team_memberships\" */\nexport type Team_Memberships_Stddev_Order_By = {\n id?: InputMaybe;\n role_id?: InputMaybe;\n team_id?: InputMaybe;\n user_id?: InputMaybe;\n};\n\n/** aggregate stddev_pop on columns */\nexport type Team_Memberships_Stddev_Pop_Fields = {\n __typename?: 'team_memberships_stddev_pop_fields';\n id?: Maybe;\n role_id?: Maybe;\n team_id?: Maybe;\n user_id?: Maybe;\n};\n\n/** order by stddev_pop() on columns of table \"team_memberships\" */\nexport type Team_Memberships_Stddev_Pop_Order_By = {\n id?: InputMaybe;\n role_id?: InputMaybe;\n team_id?: InputMaybe;\n user_id?: InputMaybe;\n};\n\n/** aggregate stddev_samp on columns */\nexport type Team_Memberships_Stddev_Samp_Fields = {\n __typename?: 'team_memberships_stddev_samp_fields';\n id?: Maybe;\n role_id?: Maybe;\n team_id?: Maybe;\n user_id?: Maybe;\n};\n\n/** order by stddev_samp() on columns of table \"team_memberships\" */\nexport type Team_Memberships_Stddev_Samp_Order_By = {\n id?: InputMaybe;\n role_id?: InputMaybe;\n team_id?: InputMaybe;\n user_id?: InputMaybe;\n};\n\n/** Streaming cursor of the table \"team_memberships\" */\nexport type Team_Memberships_Stream_Cursor_Input = {\n /** Stream column input with initial value */\n initial_value: Team_Memberships_Stream_Cursor_Value_Input;\n /** cursor ordering */\n ordering?: InputMaybe;\n};\n\n/** Initial value of the column from where the streaming should start */\nexport type Team_Memberships_Stream_Cursor_Value_Input = {\n created?: InputMaybe;\n created_by?: InputMaybe;\n credit?: InputMaybe;\n deleted?: InputMaybe;\n id?: InputMaybe;\n is_invited?: InputMaybe;\n role_id?: InputMaybe;\n team_id?: InputMaybe;\n updated?: InputMaybe;\n updated_by?: InputMaybe;\n user_id?: InputMaybe;\n};\n\n/** aggregate sum on columns */\nexport type Team_Memberships_Sum_Fields = {\n __typename?: 'team_memberships_sum_fields';\n id?: Maybe;\n role_id?: Maybe;\n team_id?: Maybe;\n user_id?: Maybe;\n};\n\n/** order by sum() on columns of table \"team_memberships\" */\nexport type Team_Memberships_Sum_Order_By = {\n id?: InputMaybe;\n role_id?: InputMaybe;\n team_id?: InputMaybe;\n user_id?: InputMaybe;\n};\n\n/** update columns of table \"team_memberships\" */\nexport enum Team_Memberships_Update_Column {\n /** column name */\n Created = 'created',\n /** column name */\n CreatedBy = 'created_by',\n /** column name */\n Credit = 'credit',\n /** column name */\n Deleted = 'deleted',\n /** column name */\n Id = 'id',\n /** column name */\n IsInvited = 'is_invited',\n /** column name */\n RoleId = 'role_id',\n /** column name */\n TeamId = 'team_id',\n /** column name */\n Updated = 'updated',\n /** column name */\n UpdatedBy = 'updated_by',\n /** column name */\n UserId = 'user_id'\n}\n\nexport type Team_Memberships_Updates = {\n /** increments the numeric columns with given value of the filtered values */\n _inc?: InputMaybe;\n /** sets the columns of the filtered rows to the given values */\n _set?: InputMaybe;\n /** filter the rows which have to be updated */\n where: Team_Memberships_Bool_Exp;\n};\n\n/** aggregate var_pop on columns */\nexport type Team_Memberships_Var_Pop_Fields = {\n __typename?: 'team_memberships_var_pop_fields';\n id?: Maybe;\n role_id?: Maybe;\n team_id?: Maybe;\n user_id?: Maybe;\n};\n\n/** order by var_pop() on columns of table \"team_memberships\" */\nexport type Team_Memberships_Var_Pop_Order_By = {\n id?: InputMaybe;\n role_id?: InputMaybe;\n team_id?: InputMaybe;\n user_id?: InputMaybe;\n};\n\n/** aggregate var_samp on columns */\nexport type Team_Memberships_Var_Samp_Fields = {\n __typename?: 'team_memberships_var_samp_fields';\n id?: Maybe;\n role_id?: Maybe;\n team_id?: Maybe;\n user_id?: Maybe;\n};\n\n/** order by var_samp() on columns of table \"team_memberships\" */\nexport type Team_Memberships_Var_Samp_Order_By = {\n id?: InputMaybe;\n role_id?: InputMaybe;\n team_id?: InputMaybe;\n user_id?: InputMaybe;\n};\n\n/** aggregate variance on columns */\nexport type Team_Memberships_Variance_Fields = {\n __typename?: 'team_memberships_variance_fields';\n id?: Maybe;\n role_id?: Maybe;\n team_id?: Maybe;\n user_id?: Maybe;\n};\n\n/** order by variance() on columns of table \"team_memberships\" */\nexport type Team_Memberships_Variance_Order_By = {\n id?: InputMaybe;\n role_id?: InputMaybe;\n team_id?: InputMaybe;\n user_id?: InputMaybe;\n};\n\n/** columns and relationships of \"team_roles\" */\nexport type Team_Roles = {\n __typename?: 'team_roles';\n created: Scalars['timestamp']['output'];\n created_by: Scalars['String']['output'];\n description?: Maybe;\n id: Scalars['numeric']['output'];\n name?: Maybe;\n updated: Scalars['timestamp']['output'];\n updated_by: Scalars['String']['output'];\n};\n\n/** aggregated selection of \"team_roles\" */\nexport type Team_Roles_Aggregate = {\n __typename?: 'team_roles_aggregate';\n aggregate?: Maybe;\n nodes: Array;\n};\n\n/** aggregate fields of \"team_roles\" */\nexport type Team_Roles_Aggregate_Fields = {\n __typename?: 'team_roles_aggregate_fields';\n avg?: Maybe;\n count: Scalars['Int']['output'];\n max?: Maybe;\n min?: Maybe;\n stddev?: Maybe;\n stddev_pop?: Maybe;\n stddev_samp?: Maybe;\n sum?: Maybe;\n var_pop?: Maybe;\n var_samp?: Maybe;\n variance?: Maybe;\n};\n\n\n/** aggregate fields of \"team_roles\" */\nexport type Team_Roles_Aggregate_FieldsCountArgs = {\n columns?: InputMaybe>;\n distinct?: InputMaybe;\n};\n\n/** aggregate avg on columns */\nexport type Team_Roles_Avg_Fields = {\n __typename?: 'team_roles_avg_fields';\n id?: Maybe;\n};\n\n/** Boolean expression to filter rows from the table \"team_roles\". All fields are combined with a logical 'AND'. */\nexport type Team_Roles_Bool_Exp = {\n _and?: InputMaybe>;\n _not?: InputMaybe;\n _or?: InputMaybe>;\n created?: InputMaybe;\n created_by?: InputMaybe;\n description?: InputMaybe;\n id?: InputMaybe;\n name?: InputMaybe;\n updated?: InputMaybe;\n updated_by?: InputMaybe;\n};\n\n/** unique or primary key constraints on table \"team_roles\" */\nexport enum Team_Roles_Constraint {\n /** unique or primary key constraint on columns \"id\" */\n TeamRolesPkey = 'team_roles_pkey'\n}\n\n/** input type for incrementing numeric columns in table \"team_roles\" */\nexport type Team_Roles_Inc_Input = {\n id?: InputMaybe;\n};\n\n/** input type for inserting data into table \"team_roles\" */\nexport type Team_Roles_Insert_Input = {\n created?: InputMaybe;\n created_by?: InputMaybe;\n description?: InputMaybe;\n id?: InputMaybe;\n name?: InputMaybe;\n updated?: InputMaybe;\n updated_by?: InputMaybe;\n};\n\n/** aggregate max on columns */\nexport type Team_Roles_Max_Fields = {\n __typename?: 'team_roles_max_fields';\n created?: Maybe;\n created_by?: Maybe;\n description?: Maybe;\n id?: Maybe;\n name?: Maybe;\n updated?: Maybe;\n updated_by?: Maybe;\n};\n\n/** aggregate min on columns */\nexport type Team_Roles_Min_Fields = {\n __typename?: 'team_roles_min_fields';\n created?: Maybe;\n created_by?: Maybe;\n description?: Maybe;\n id?: Maybe;\n name?: Maybe;\n updated?: Maybe;\n updated_by?: Maybe;\n};\n\n/** response of any mutation on the table \"team_roles\" */\nexport type Team_Roles_Mutation_Response = {\n __typename?: 'team_roles_mutation_response';\n /** number of rows affected by the mutation */\n affected_rows: Scalars['Int']['output'];\n /** data from the rows affected by the mutation */\n returning: Array;\n};\n\n/** input type for inserting object relation for remote table \"team_roles\" */\nexport type Team_Roles_Obj_Rel_Insert_Input = {\n data: Team_Roles_Insert_Input;\n /** upsert condition */\n on_conflict?: InputMaybe;\n};\n\n/** on_conflict condition type for table \"team_roles\" */\nexport type Team_Roles_On_Conflict = {\n constraint: Team_Roles_Constraint;\n update_columns?: Array;\n where?: InputMaybe;\n};\n\n/** Ordering options when selecting data from \"team_roles\". */\nexport type Team_Roles_Order_By = {\n created?: InputMaybe;\n created_by?: InputMaybe;\n description?: InputMaybe;\n id?: InputMaybe;\n name?: InputMaybe;\n updated?: InputMaybe;\n updated_by?: InputMaybe;\n};\n\n/** primary key columns input for table: team_roles */\nexport type Team_Roles_Pk_Columns_Input = {\n id: Scalars['numeric']['input'];\n};\n\n/** select columns of table \"team_roles\" */\nexport enum Team_Roles_Select_Column {\n /** column name */\n Created = 'created',\n /** column name */\n CreatedBy = 'created_by',\n /** column name */\n Description = 'description',\n /** column name */\n Id = 'id',\n /** column name */\n Name = 'name',\n /** column name */\n Updated = 'updated',\n /** column name */\n UpdatedBy = 'updated_by'\n}\n\n/** input type for updating data in table \"team_roles\" */\nexport type Team_Roles_Set_Input = {\n created?: InputMaybe;\n created_by?: InputMaybe;\n description?: InputMaybe;\n id?: InputMaybe;\n name?: InputMaybe;\n updated?: InputMaybe;\n updated_by?: InputMaybe;\n};\n\n/** aggregate stddev on columns */\nexport type Team_Roles_Stddev_Fields = {\n __typename?: 'team_roles_stddev_fields';\n id?: Maybe;\n};\n\n/** aggregate stddev_pop on columns */\nexport type Team_Roles_Stddev_Pop_Fields = {\n __typename?: 'team_roles_stddev_pop_fields';\n id?: Maybe;\n};\n\n/** aggregate stddev_samp on columns */\nexport type Team_Roles_Stddev_Samp_Fields = {\n __typename?: 'team_roles_stddev_samp_fields';\n id?: Maybe;\n};\n\n/** Streaming cursor of the table \"team_roles\" */\nexport type Team_Roles_Stream_Cursor_Input = {\n /** Stream column input with initial value */\n initial_value: Team_Roles_Stream_Cursor_Value_Input;\n /** cursor ordering */\n ordering?: InputMaybe;\n};\n\n/** Initial value of the column from where the streaming should start */\nexport type Team_Roles_Stream_Cursor_Value_Input = {\n created?: InputMaybe;\n created_by?: InputMaybe;\n description?: InputMaybe;\n id?: InputMaybe;\n name?: InputMaybe;\n updated?: InputMaybe;\n updated_by?: InputMaybe;\n};\n\n/** aggregate sum on columns */\nexport type Team_Roles_Sum_Fields = {\n __typename?: 'team_roles_sum_fields';\n id?: Maybe;\n};\n\n/** update columns of table \"team_roles\" */\nexport enum Team_Roles_Update_Column {\n /** column name */\n Created = 'created',\n /** column name */\n CreatedBy = 'created_by',\n /** column name */\n Description = 'description',\n /** column name */\n Id = 'id',\n /** column name */\n Name = 'name',\n /** column name */\n Updated = 'updated',\n /** column name */\n UpdatedBy = 'updated_by'\n}\n\nexport type Team_Roles_Updates = {\n /** increments the numeric columns with given value of the filtered values */\n _inc?: InputMaybe;\n /** sets the columns of the filtered rows to the given values */\n _set?: InputMaybe;\n /** filter the rows which have to be updated */\n where: Team_Roles_Bool_Exp;\n};\n\n/** aggregate var_pop on columns */\nexport type Team_Roles_Var_Pop_Fields = {\n __typename?: 'team_roles_var_pop_fields';\n id?: Maybe;\n};\n\n/** aggregate var_samp on columns */\nexport type Team_Roles_Var_Samp_Fields = {\n __typename?: 'team_roles_var_samp_fields';\n id?: Maybe;\n};\n\n/** aggregate variance on columns */\nexport type Team_Roles_Variance_Fields = {\n __typename?: 'team_roles_variance_fields';\n id?: Maybe;\n};\n\n/** columns and relationships of \"teams\" */\nexport type Teams = {\n __typename?: 'teams';\n /** An array relationship */\n asset_exports: Array;\n /** An aggregate relationship */\n asset_exports_aggregate: Asset_Exports_Aggregate;\n /** An array relationship */\n assets: Array;\n /** An aggregate relationship */\n assets_aggregate: Team_Assets_Aggregate;\n /** An array relationship */\n award_nominations: Array;\n /** An aggregate relationship */\n award_nominations_aggregate: Award_Nominations_Aggregate;\n /** An array relationship */\n award_wins: Array;\n /** An aggregate relationship */\n award_wins_aggregate: Award_Winners_Aggregate;\n created: Scalars['timestamp']['output'];\n created_by: Scalars['String']['output'];\n description?: Maybe;\n duration?: Maybe;\n /** An object relationship */\n exit_interview?: Maybe;\n /** An array relationship */\n festival_badges: Array;\n /** An aggregate relationship */\n festival_badges_aggregate: Festival_Badges_Aggregate;\n /** An array relationship */\n festival_submission_vouchers: Array;\n /** An aggregate relationship */\n festival_submission_vouchers_aggregate: Festival_Submission_Vouchers_Aggregate;\n /** An object relationship */\n film?: Maybe;\n /** An object relationship */\n film_festival: Film_Festivals;\n film_festival_id: Scalars['numeric']['output'];\n /** An object relationship */\n film_group?: Maybe;\n /** An array relationship */\n film_groups: Array;\n /** An aggregate relationship */\n film_groups_aggregate: Film_Group_Films_Aggregate;\n film_name?: Maybe;\n genre?: Maybe;\n id: Scalars['numeric']['output'];\n inspiration_meta: Scalars['jsonb']['output'];\n is_no_music?: Maybe;\n /** An array relationship */\n location_releases: Array;\n /** An aggregate relationship */\n location_releases_aggregate: Location_Releases_Aggregate;\n /** An array relationship */\n matchup_requests: Array;\n /** An aggregate relationship */\n matchup_requests_aggregate: Matchup_Requests_Aggregate;\n /** An array relationship */\n memberships: Array;\n /** An aggregate relationship */\n memberships_aggregate: Team_Memberships_Aggregate;\n /** An array relationship */\n music_releases: Array;\n /** An aggregate relationship */\n music_releases_aggregate: Music_Releases_Aggregate;\n name?: Maybe;\n /** An object relationship */\n owner?: Maybe;\n owner_id: Scalars['numeric']['output'];\n /** An array relationship */\n payments: Array;\n /** An aggregate relationship */\n payments_aggregate: Payments_Aggregate;\n /** An array relationship */\n prize_elections: Array;\n /** An aggregate relationship */\n prize_elections_aggregate: Prize_Elections_Aggregate;\n /** An array relationship */\n selection_feedbacks: Array;\n /** An aggregate relationship */\n selection_feedbacks_aggregate: Selection_Feedback_Aggregate;\n /** An array relationship */\n selection_metrics: Array;\n /** An aggregate relationship */\n selection_metrics_aggregate: Selection_Metrics_Aggregate;\n /** An object relationship */\n studio?: Maybe;\n studio_id?: Maybe;\n /** An object relationship */\n submission?: Maybe;\n submitted_at?: Maybe;\n team_number?: Maybe;\n updated: Scalars['timestamp']['output'];\n updated_by: Scalars['String']['output'];\n};\n\n\n/** columns and relationships of \"teams\" */\nexport type TeamsAsset_ExportsArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n\n/** columns and relationships of \"teams\" */\nexport type TeamsAsset_Exports_AggregateArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n\n/** columns and relationships of \"teams\" */\nexport type TeamsAssetsArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n\n/** columns and relationships of \"teams\" */\nexport type TeamsAssets_AggregateArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n\n/** columns and relationships of \"teams\" */\nexport type TeamsAward_NominationsArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n\n/** columns and relationships of \"teams\" */\nexport type TeamsAward_Nominations_AggregateArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n\n/** columns and relationships of \"teams\" */\nexport type TeamsAward_WinsArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n\n/** columns and relationships of \"teams\" */\nexport type TeamsAward_Wins_AggregateArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n\n/** columns and relationships of \"teams\" */\nexport type TeamsFestival_BadgesArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n\n/** columns and relationships of \"teams\" */\nexport type TeamsFestival_Badges_AggregateArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n\n/** columns and relationships of \"teams\" */\nexport type TeamsFestival_Submission_VouchersArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n\n/** columns and relationships of \"teams\" */\nexport type TeamsFestival_Submission_Vouchers_AggregateArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n\n/** columns and relationships of \"teams\" */\nexport type TeamsFilm_GroupsArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n\n/** columns and relationships of \"teams\" */\nexport type TeamsFilm_Groups_AggregateArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n\n/** columns and relationships of \"teams\" */\nexport type TeamsInspiration_MetaArgs = {\n path?: InputMaybe;\n};\n\n\n/** columns and relationships of \"teams\" */\nexport type TeamsLocation_ReleasesArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n\n/** columns and relationships of \"teams\" */\nexport type TeamsLocation_Releases_AggregateArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n\n/** columns and relationships of \"teams\" */\nexport type TeamsMatchup_RequestsArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n\n/** columns and relationships of \"teams\" */\nexport type TeamsMatchup_Requests_AggregateArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n\n/** columns and relationships of \"teams\" */\nexport type TeamsMembershipsArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n\n/** columns and relationships of \"teams\" */\nexport type TeamsMemberships_AggregateArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n\n/** columns and relationships of \"teams\" */\nexport type TeamsMusic_ReleasesArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n\n/** columns and relationships of \"teams\" */\nexport type TeamsMusic_Releases_AggregateArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n\n/** columns and relationships of \"teams\" */\nexport type TeamsPaymentsArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n\n/** columns and relationships of \"teams\" */\nexport type TeamsPayments_AggregateArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n\n/** columns and relationships of \"teams\" */\nexport type TeamsPrize_ElectionsArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n\n/** columns and relationships of \"teams\" */\nexport type TeamsPrize_Elections_AggregateArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n\n/** columns and relationships of \"teams\" */\nexport type TeamsSelection_FeedbacksArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n\n/** columns and relationships of \"teams\" */\nexport type TeamsSelection_Feedbacks_AggregateArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n\n/** columns and relationships of \"teams\" */\nexport type TeamsSelection_MetricsArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n\n/** columns and relationships of \"teams\" */\nexport type TeamsSelection_Metrics_AggregateArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n/** aggregated selection of \"teams\" */\nexport type Teams_Aggregate = {\n __typename?: 'teams_aggregate';\n aggregate?: Maybe;\n nodes: Array;\n};\n\nexport type Teams_Aggregate_Bool_Exp = {\n count?: InputMaybe;\n};\n\nexport type Teams_Aggregate_Bool_Exp_Count = {\n arguments?: InputMaybe>;\n distinct?: InputMaybe;\n filter?: InputMaybe;\n predicate: Int_Comparison_Exp;\n};\n\n/** aggregate fields of \"teams\" */\nexport type Teams_Aggregate_Fields = {\n __typename?: 'teams_aggregate_fields';\n avg?: Maybe;\n count: Scalars['Int']['output'];\n max?: Maybe;\n min?: Maybe;\n stddev?: Maybe;\n stddev_pop?: Maybe;\n stddev_samp?: Maybe;\n sum?: Maybe;\n var_pop?: Maybe;\n var_samp?: Maybe;\n variance?: Maybe;\n};\n\n\n/** aggregate fields of \"teams\" */\nexport type Teams_Aggregate_FieldsCountArgs = {\n columns?: InputMaybe>;\n distinct?: InputMaybe;\n};\n\n/** order by aggregate values of table \"teams\" */\nexport type Teams_Aggregate_Order_By = {\n avg?: InputMaybe;\n count?: InputMaybe;\n max?: InputMaybe;\n min?: InputMaybe;\n stddev?: InputMaybe;\n stddev_pop?: InputMaybe;\n stddev_samp?: InputMaybe;\n sum?: InputMaybe;\n var_pop?: InputMaybe;\n var_samp?: InputMaybe;\n variance?: InputMaybe;\n};\n\n/** append existing jsonb value of filtered columns with new jsonb value */\nexport type Teams_Append_Input = {\n inspiration_meta?: InputMaybe;\n};\n\n/** input type for inserting array relation for remote table \"teams\" */\nexport type Teams_Arr_Rel_Insert_Input = {\n data: Array;\n /** upsert condition */\n on_conflict?: InputMaybe;\n};\n\n/** aggregate avg on columns */\nexport type Teams_Avg_Fields = {\n __typename?: 'teams_avg_fields';\n film_festival_id?: Maybe;\n id?: Maybe;\n owner_id?: Maybe;\n studio_id?: Maybe;\n team_number?: Maybe;\n};\n\n/** order by avg() on columns of table \"teams\" */\nexport type Teams_Avg_Order_By = {\n film_festival_id?: InputMaybe;\n id?: InputMaybe;\n owner_id?: InputMaybe;\n studio_id?: InputMaybe;\n team_number?: InputMaybe;\n};\n\n/** Boolean expression to filter rows from the table \"teams\". All fields are combined with a logical 'AND'. */\nexport type Teams_Bool_Exp = {\n _and?: InputMaybe>;\n _not?: InputMaybe;\n _or?: InputMaybe>;\n asset_exports?: InputMaybe;\n asset_exports_aggregate?: InputMaybe;\n assets?: InputMaybe;\n assets_aggregate?: InputMaybe;\n award_nominations?: InputMaybe;\n award_nominations_aggregate?: InputMaybe;\n award_wins?: InputMaybe;\n award_wins_aggregate?: InputMaybe;\n created?: InputMaybe;\n created_by?: InputMaybe;\n description?: InputMaybe;\n duration?: InputMaybe;\n exit_interview?: InputMaybe;\n festival_badges?: InputMaybe;\n festival_badges_aggregate?: InputMaybe;\n festival_submission_vouchers?: InputMaybe;\n festival_submission_vouchers_aggregate?: InputMaybe;\n film?: InputMaybe;\n film_festival?: InputMaybe;\n film_festival_id?: InputMaybe;\n film_group?: InputMaybe;\n film_groups?: InputMaybe;\n film_groups_aggregate?: InputMaybe;\n film_name?: InputMaybe;\n genre?: InputMaybe;\n id?: InputMaybe;\n inspiration_meta?: InputMaybe;\n is_no_music?: InputMaybe;\n location_releases?: InputMaybe;\n location_releases_aggregate?: InputMaybe;\n matchup_requests?: InputMaybe;\n matchup_requests_aggregate?: InputMaybe;\n memberships?: InputMaybe;\n memberships_aggregate?: InputMaybe;\n music_releases?: InputMaybe;\n music_releases_aggregate?: InputMaybe;\n name?: InputMaybe;\n owner?: InputMaybe;\n owner_id?: InputMaybe;\n payments?: InputMaybe;\n payments_aggregate?: InputMaybe;\n prize_elections?: InputMaybe;\n prize_elections_aggregate?: InputMaybe;\n selection_feedbacks?: InputMaybe;\n selection_feedbacks_aggregate?: InputMaybe;\n selection_metrics?: InputMaybe;\n selection_metrics_aggregate?: InputMaybe;\n studio?: InputMaybe;\n studio_id?: InputMaybe;\n submission?: InputMaybe;\n submitted_at?: InputMaybe;\n team_number?: InputMaybe;\n updated?: InputMaybe;\n updated_by?: InputMaybe;\n};\n\n/** unique or primary key constraints on table \"teams\" */\nexport enum Teams_Constraint {\n /** unique or primary key constraint on columns \"id\" */\n TeamsPkey = 'teams_pkey'\n}\n\n/** delete the field or element with specified path (for JSON arrays, negative integers count from the end) */\nexport type Teams_Delete_At_Path_Input = {\n inspiration_meta?: InputMaybe>;\n};\n\n/** delete the array element with specified index (negative integers count from the end). throws an error if top level container is not an array */\nexport type Teams_Delete_Elem_Input = {\n inspiration_meta?: InputMaybe;\n};\n\n/** delete key/value pair or string element. key/value pairs are matched based on their key value */\nexport type Teams_Delete_Key_Input = {\n inspiration_meta?: InputMaybe;\n};\n\n/** input type for incrementing numeric columns in table \"teams\" */\nexport type Teams_Inc_Input = {\n film_festival_id?: InputMaybe;\n id?: InputMaybe;\n owner_id?: InputMaybe;\n studio_id?: InputMaybe;\n team_number?: InputMaybe;\n};\n\n/** input type for inserting data into table \"teams\" */\nexport type Teams_Insert_Input = {\n asset_exports?: InputMaybe;\n assets?: InputMaybe;\n award_nominations?: InputMaybe;\n award_wins?: InputMaybe;\n created?: InputMaybe;\n created_by?: InputMaybe;\n description?: InputMaybe;\n duration?: InputMaybe;\n exit_interview?: InputMaybe;\n festival_badges?: InputMaybe;\n festival_submission_vouchers?: InputMaybe;\n film?: InputMaybe;\n film_festival?: InputMaybe;\n film_festival_id?: InputMaybe;\n film_group?: InputMaybe;\n film_groups?: InputMaybe;\n film_name?: InputMaybe;\n genre?: InputMaybe;\n id?: InputMaybe;\n inspiration_meta?: InputMaybe;\n is_no_music?: InputMaybe;\n location_releases?: InputMaybe;\n matchup_requests?: InputMaybe;\n memberships?: InputMaybe;\n music_releases?: InputMaybe;\n name?: InputMaybe;\n owner?: InputMaybe;\n owner_id?: InputMaybe;\n payments?: InputMaybe;\n prize_elections?: InputMaybe;\n selection_feedbacks?: InputMaybe;\n selection_metrics?: InputMaybe;\n studio?: InputMaybe;\n studio_id?: InputMaybe;\n submission?: InputMaybe;\n submitted_at?: InputMaybe;\n team_number?: InputMaybe;\n updated?: InputMaybe;\n updated_by?: InputMaybe;\n};\n\n/** aggregate max on columns */\nexport type Teams_Max_Fields = {\n __typename?: 'teams_max_fields';\n created?: Maybe;\n created_by?: Maybe;\n description?: Maybe;\n duration?: Maybe;\n film_festival_id?: Maybe;\n film_name?: Maybe;\n genre?: Maybe;\n id?: Maybe;\n is_no_music?: Maybe;\n name?: Maybe;\n owner_id?: Maybe;\n studio_id?: Maybe;\n submitted_at?: Maybe;\n team_number?: Maybe;\n updated?: Maybe;\n updated_by?: Maybe;\n};\n\n/** order by max() on columns of table \"teams\" */\nexport type Teams_Max_Order_By = {\n created?: InputMaybe;\n created_by?: InputMaybe;\n description?: InputMaybe;\n duration?: InputMaybe;\n film_festival_id?: InputMaybe;\n film_name?: InputMaybe;\n genre?: InputMaybe;\n id?: InputMaybe;\n is_no_music?: InputMaybe;\n name?: InputMaybe;\n owner_id?: InputMaybe;\n studio_id?: InputMaybe;\n submitted_at?: InputMaybe;\n team_number?: InputMaybe;\n updated?: InputMaybe;\n updated_by?: InputMaybe;\n};\n\n/** aggregate min on columns */\nexport type Teams_Min_Fields = {\n __typename?: 'teams_min_fields';\n created?: Maybe;\n created_by?: Maybe;\n description?: Maybe;\n duration?: Maybe;\n film_festival_id?: Maybe;\n film_name?: Maybe;\n genre?: Maybe;\n id?: Maybe;\n is_no_music?: Maybe;\n name?: Maybe;\n owner_id?: Maybe;\n studio_id?: Maybe;\n submitted_at?: Maybe;\n team_number?: Maybe;\n updated?: Maybe;\n updated_by?: Maybe;\n};\n\n/** order by min() on columns of table \"teams\" */\nexport type Teams_Min_Order_By = {\n created?: InputMaybe;\n created_by?: InputMaybe;\n description?: InputMaybe;\n duration?: InputMaybe;\n film_festival_id?: InputMaybe;\n film_name?: InputMaybe;\n genre?: InputMaybe;\n id?: InputMaybe;\n is_no_music?: InputMaybe;\n name?: InputMaybe;\n owner_id?: InputMaybe;\n studio_id?: InputMaybe;\n submitted_at?: InputMaybe;\n team_number?: InputMaybe;\n updated?: InputMaybe;\n updated_by?: InputMaybe;\n};\n\n/** response of any mutation on the table \"teams\" */\nexport type Teams_Mutation_Response = {\n __typename?: 'teams_mutation_response';\n /** number of rows affected by the mutation */\n affected_rows: Scalars['Int']['output'];\n /** data from the rows affected by the mutation */\n returning: Array;\n};\n\n/** input type for inserting object relation for remote table \"teams\" */\nexport type Teams_Obj_Rel_Insert_Input = {\n data: Teams_Insert_Input;\n /** upsert condition */\n on_conflict?: InputMaybe;\n};\n\n/** on_conflict condition type for table \"teams\" */\nexport type Teams_On_Conflict = {\n constraint: Teams_Constraint;\n update_columns?: Array;\n where?: InputMaybe;\n};\n\n/** Ordering options when selecting data from \"teams\". */\nexport type Teams_Order_By = {\n asset_exports_aggregate?: InputMaybe;\n assets_aggregate?: InputMaybe;\n award_nominations_aggregate?: InputMaybe;\n award_wins_aggregate?: InputMaybe;\n created?: InputMaybe;\n created_by?: InputMaybe;\n description?: InputMaybe;\n duration?: InputMaybe;\n exit_interview?: InputMaybe;\n festival_badges_aggregate?: InputMaybe;\n festival_submission_vouchers_aggregate?: InputMaybe;\n film?: InputMaybe;\n film_festival?: InputMaybe;\n film_festival_id?: InputMaybe;\n film_group?: InputMaybe;\n film_groups_aggregate?: InputMaybe;\n film_name?: InputMaybe;\n genre?: InputMaybe;\n id?: InputMaybe;\n inspiration_meta?: InputMaybe;\n is_no_music?: InputMaybe;\n location_releases_aggregate?: InputMaybe;\n matchup_requests_aggregate?: InputMaybe;\n memberships_aggregate?: InputMaybe;\n music_releases_aggregate?: InputMaybe;\n name?: InputMaybe;\n owner?: InputMaybe;\n owner_id?: InputMaybe;\n payments_aggregate?: InputMaybe;\n prize_elections_aggregate?: InputMaybe;\n selection_feedbacks_aggregate?: InputMaybe;\n selection_metrics_aggregate?: InputMaybe;\n studio?: InputMaybe;\n studio_id?: InputMaybe;\n submission?: InputMaybe;\n submitted_at?: InputMaybe;\n team_number?: InputMaybe;\n updated?: InputMaybe;\n updated_by?: InputMaybe;\n};\n\n/** primary key columns input for table: teams */\nexport type Teams_Pk_Columns_Input = {\n id: Scalars['numeric']['input'];\n};\n\n/** prepend existing jsonb value of filtered columns with new jsonb value */\nexport type Teams_Prepend_Input = {\n inspiration_meta?: InputMaybe;\n};\n\n/** select columns of table \"teams\" */\nexport enum Teams_Select_Column {\n /** column name */\n Created = 'created',\n /** column name */\n CreatedBy = 'created_by',\n /** column name */\n Description = 'description',\n /** column name */\n Duration = 'duration',\n /** column name */\n FilmFestivalId = 'film_festival_id',\n /** column name */\n FilmName = 'film_name',\n /** column name */\n Genre = 'genre',\n /** column name */\n Id = 'id',\n /** column name */\n InspirationMeta = 'inspiration_meta',\n /** column name */\n IsNoMusic = 'is_no_music',\n /** column name */\n Name = 'name',\n /** column name */\n OwnerId = 'owner_id',\n /** column name */\n StudioId = 'studio_id',\n /** column name */\n SubmittedAt = 'submitted_at',\n /** column name */\n TeamNumber = 'team_number',\n /** column name */\n Updated = 'updated',\n /** column name */\n UpdatedBy = 'updated_by'\n}\n\n/** input type for updating data in table \"teams\" */\nexport type Teams_Set_Input = {\n created?: InputMaybe;\n created_by?: InputMaybe;\n description?: InputMaybe;\n duration?: InputMaybe;\n film_festival_id?: InputMaybe;\n film_name?: InputMaybe;\n genre?: InputMaybe;\n id?: InputMaybe;\n inspiration_meta?: InputMaybe;\n is_no_music?: InputMaybe;\n name?: InputMaybe;\n owner_id?: InputMaybe;\n studio_id?: InputMaybe;\n submitted_at?: InputMaybe;\n team_number?: InputMaybe;\n updated?: InputMaybe;\n updated_by?: InputMaybe;\n};\n\n/** aggregate stddev on columns */\nexport type Teams_Stddev_Fields = {\n __typename?: 'teams_stddev_fields';\n film_festival_id?: Maybe;\n id?: Maybe;\n owner_id?: Maybe;\n studio_id?: Maybe;\n team_number?: Maybe;\n};\n\n/** order by stddev() on columns of table \"teams\" */\nexport type Teams_Stddev_Order_By = {\n film_festival_id?: InputMaybe;\n id?: InputMaybe;\n owner_id?: InputMaybe;\n studio_id?: InputMaybe;\n team_number?: InputMaybe;\n};\n\n/** aggregate stddev_pop on columns */\nexport type Teams_Stddev_Pop_Fields = {\n __typename?: 'teams_stddev_pop_fields';\n film_festival_id?: Maybe;\n id?: Maybe;\n owner_id?: Maybe;\n studio_id?: Maybe;\n team_number?: Maybe;\n};\n\n/** order by stddev_pop() on columns of table \"teams\" */\nexport type Teams_Stddev_Pop_Order_By = {\n film_festival_id?: InputMaybe;\n id?: InputMaybe;\n owner_id?: InputMaybe;\n studio_id?: InputMaybe;\n team_number?: InputMaybe;\n};\n\n/** aggregate stddev_samp on columns */\nexport type Teams_Stddev_Samp_Fields = {\n __typename?: 'teams_stddev_samp_fields';\n film_festival_id?: Maybe;\n id?: Maybe;\n owner_id?: Maybe;\n studio_id?: Maybe;\n team_number?: Maybe;\n};\n\n/** order by stddev_samp() on columns of table \"teams\" */\nexport type Teams_Stddev_Samp_Order_By = {\n film_festival_id?: InputMaybe;\n id?: InputMaybe;\n owner_id?: InputMaybe;\n studio_id?: InputMaybe;\n team_number?: InputMaybe;\n};\n\n/** Streaming cursor of the table \"teams\" */\nexport type Teams_Stream_Cursor_Input = {\n /** Stream column input with initial value */\n initial_value: Teams_Stream_Cursor_Value_Input;\n /** cursor ordering */\n ordering?: InputMaybe;\n};\n\n/** Initial value of the column from where the streaming should start */\nexport type Teams_Stream_Cursor_Value_Input = {\n created?: InputMaybe;\n created_by?: InputMaybe;\n description?: InputMaybe;\n duration?: InputMaybe;\n film_festival_id?: InputMaybe;\n film_name?: InputMaybe;\n genre?: InputMaybe;\n id?: InputMaybe;\n inspiration_meta?: InputMaybe;\n is_no_music?: InputMaybe;\n name?: InputMaybe;\n owner_id?: InputMaybe;\n studio_id?: InputMaybe;\n submitted_at?: InputMaybe;\n team_number?: InputMaybe;\n updated?: InputMaybe;\n updated_by?: InputMaybe;\n};\n\n/** aggregate sum on columns */\nexport type Teams_Sum_Fields = {\n __typename?: 'teams_sum_fields';\n film_festival_id?: Maybe;\n id?: Maybe;\n owner_id?: Maybe;\n studio_id?: Maybe;\n team_number?: Maybe;\n};\n\n/** order by sum() on columns of table \"teams\" */\nexport type Teams_Sum_Order_By = {\n film_festival_id?: InputMaybe;\n id?: InputMaybe;\n owner_id?: InputMaybe;\n studio_id?: InputMaybe;\n team_number?: InputMaybe;\n};\n\n/** update columns of table \"teams\" */\nexport enum Teams_Update_Column {\n /** column name */\n Created = 'created',\n /** column name */\n CreatedBy = 'created_by',\n /** column name */\n Description = 'description',\n /** column name */\n Duration = 'duration',\n /** column name */\n FilmFestivalId = 'film_festival_id',\n /** column name */\n FilmName = 'film_name',\n /** column name */\n Genre = 'genre',\n /** column name */\n Id = 'id',\n /** column name */\n InspirationMeta = 'inspiration_meta',\n /** column name */\n IsNoMusic = 'is_no_music',\n /** column name */\n Name = 'name',\n /** column name */\n OwnerId = 'owner_id',\n /** column name */\n StudioId = 'studio_id',\n /** column name */\n SubmittedAt = 'submitted_at',\n /** column name */\n TeamNumber = 'team_number',\n /** column name */\n Updated = 'updated',\n /** column name */\n UpdatedBy = 'updated_by'\n}\n\nexport type Teams_Updates = {\n /** append existing jsonb value of filtered columns with new jsonb value */\n _append?: InputMaybe;\n /** delete the field or element with specified path (for JSON arrays, negative integers count from the end) */\n _delete_at_path?: InputMaybe;\n /** delete the array element with specified index (negative integers count from the end). throws an error if top level container is not an array */\n _delete_elem?: InputMaybe;\n /** delete key/value pair or string element. key/value pairs are matched based on their key value */\n _delete_key?: InputMaybe;\n /** increments the numeric columns with given value of the filtered values */\n _inc?: InputMaybe;\n /** prepend existing jsonb value of filtered columns with new jsonb value */\n _prepend?: InputMaybe;\n /** sets the columns of the filtered rows to the given values */\n _set?: InputMaybe;\n /** filter the rows which have to be updated */\n where: Teams_Bool_Exp;\n};\n\n/** aggregate var_pop on columns */\nexport type Teams_Var_Pop_Fields = {\n __typename?: 'teams_var_pop_fields';\n film_festival_id?: Maybe;\n id?: Maybe;\n owner_id?: Maybe;\n studio_id?: Maybe;\n team_number?: Maybe;\n};\n\n/** order by var_pop() on columns of table \"teams\" */\nexport type Teams_Var_Pop_Order_By = {\n film_festival_id?: InputMaybe;\n id?: InputMaybe;\n owner_id?: InputMaybe;\n studio_id?: InputMaybe;\n team_number?: InputMaybe;\n};\n\n/** aggregate var_samp on columns */\nexport type Teams_Var_Samp_Fields = {\n __typename?: 'teams_var_samp_fields';\n film_festival_id?: Maybe;\n id?: Maybe;\n owner_id?: Maybe;\n studio_id?: Maybe;\n team_number?: Maybe;\n};\n\n/** order by var_samp() on columns of table \"teams\" */\nexport type Teams_Var_Samp_Order_By = {\n film_festival_id?: InputMaybe;\n id?: InputMaybe;\n owner_id?: InputMaybe;\n studio_id?: InputMaybe;\n team_number?: InputMaybe;\n};\n\n/** aggregate variance on columns */\nexport type Teams_Variance_Fields = {\n __typename?: 'teams_variance_fields';\n film_festival_id?: Maybe;\n id?: Maybe;\n owner_id?: Maybe;\n studio_id?: Maybe;\n team_number?: Maybe;\n};\n\n/** order by variance() on columns of table \"teams\" */\nexport type Teams_Variance_Order_By = {\n film_festival_id?: InputMaybe;\n id?: InputMaybe;\n owner_id?: InputMaybe;\n studio_id?: InputMaybe;\n team_number?: InputMaybe;\n};\n\n/** columns and relationships of \"teams_with_awards_ceremony_checkins\" */\nexport type Teams_With_Awards_Ceremony_Checkins = {\n __typename?: 'teams_with_awards_ceremony_checkins';\n awards_ceremony_checkins?: Maybe;\n created?: Maybe;\n created_by?: Maybe;\n description?: Maybe;\n duration?: Maybe;\n film_festival_id?: Maybe;\n film_name?: Maybe;\n genre?: Maybe;\n id?: Maybe;\n is_no_music?: Maybe;\n name?: Maybe;\n owner_id?: Maybe;\n studio_id?: Maybe;\n submitted_at?: Maybe;\n team_number?: Maybe;\n updated?: Maybe;\n updated_by?: Maybe;\n};\n\n/** aggregated selection of \"teams_with_awards_ceremony_checkins\" */\nexport type Teams_With_Awards_Ceremony_Checkins_Aggregate = {\n __typename?: 'teams_with_awards_ceremony_checkins_aggregate';\n aggregate?: Maybe;\n nodes: Array;\n};\n\n/** aggregate fields of \"teams_with_awards_ceremony_checkins\" */\nexport type Teams_With_Awards_Ceremony_Checkins_Aggregate_Fields = {\n __typename?: 'teams_with_awards_ceremony_checkins_aggregate_fields';\n avg?: Maybe;\n count: Scalars['Int']['output'];\n max?: Maybe;\n min?: Maybe;\n stddev?: Maybe;\n stddev_pop?: Maybe;\n stddev_samp?: Maybe;\n sum?: Maybe;\n var_pop?: Maybe;\n var_samp?: Maybe;\n variance?: Maybe;\n};\n\n\n/** aggregate fields of \"teams_with_awards_ceremony_checkins\" */\nexport type Teams_With_Awards_Ceremony_Checkins_Aggregate_FieldsCountArgs = {\n columns?: InputMaybe>;\n distinct?: InputMaybe;\n};\n\n/** aggregate avg on columns */\nexport type Teams_With_Awards_Ceremony_Checkins_Avg_Fields = {\n __typename?: 'teams_with_awards_ceremony_checkins_avg_fields';\n awards_ceremony_checkins?: Maybe;\n film_festival_id?: Maybe;\n id?: Maybe;\n owner_id?: Maybe;\n studio_id?: Maybe;\n team_number?: Maybe;\n};\n\n/** Boolean expression to filter rows from the table \"teams_with_awards_ceremony_checkins\". All fields are combined with a logical 'AND'. */\nexport type Teams_With_Awards_Ceremony_Checkins_Bool_Exp = {\n _and?: InputMaybe>;\n _not?: InputMaybe;\n _or?: InputMaybe>;\n awards_ceremony_checkins?: InputMaybe;\n created?: InputMaybe;\n created_by?: InputMaybe;\n description?: InputMaybe;\n duration?: InputMaybe;\n film_festival_id?: InputMaybe;\n film_name?: InputMaybe;\n genre?: InputMaybe;\n id?: InputMaybe;\n is_no_music?: InputMaybe;\n name?: InputMaybe;\n owner_id?: InputMaybe;\n studio_id?: InputMaybe;\n submitted_at?: InputMaybe;\n team_number?: InputMaybe;\n updated?: InputMaybe;\n updated_by?: InputMaybe;\n};\n\n/** input type for incrementing numeric columns in table \"teams_with_awards_ceremony_checkins\" */\nexport type Teams_With_Awards_Ceremony_Checkins_Inc_Input = {\n awards_ceremony_checkins?: InputMaybe;\n film_festival_id?: InputMaybe;\n id?: InputMaybe;\n owner_id?: InputMaybe;\n studio_id?: InputMaybe;\n team_number?: InputMaybe;\n};\n\n/** input type for inserting data into table \"teams_with_awards_ceremony_checkins\" */\nexport type Teams_With_Awards_Ceremony_Checkins_Insert_Input = {\n awards_ceremony_checkins?: InputMaybe;\n created?: InputMaybe;\n created_by?: InputMaybe;\n description?: InputMaybe;\n duration?: InputMaybe;\n film_festival_id?: InputMaybe;\n film_name?: InputMaybe;\n genre?: InputMaybe;\n id?: InputMaybe;\n is_no_music?: InputMaybe;\n name?: InputMaybe;\n owner_id?: InputMaybe;\n studio_id?: InputMaybe;\n submitted_at?: InputMaybe;\n team_number?: InputMaybe;\n updated?: InputMaybe;\n updated_by?: InputMaybe;\n};\n\n/** aggregate max on columns */\nexport type Teams_With_Awards_Ceremony_Checkins_Max_Fields = {\n __typename?: 'teams_with_awards_ceremony_checkins_max_fields';\n awards_ceremony_checkins?: Maybe;\n created?: Maybe;\n created_by?: Maybe;\n description?: Maybe;\n duration?: Maybe;\n film_festival_id?: Maybe;\n film_name?: Maybe;\n genre?: Maybe;\n id?: Maybe;\n is_no_music?: Maybe;\n name?: Maybe;\n owner_id?: Maybe;\n studio_id?: Maybe;\n submitted_at?: Maybe;\n team_number?: Maybe;\n updated?: Maybe;\n updated_by?: Maybe;\n};\n\n/** aggregate min on columns */\nexport type Teams_With_Awards_Ceremony_Checkins_Min_Fields = {\n __typename?: 'teams_with_awards_ceremony_checkins_min_fields';\n awards_ceremony_checkins?: Maybe;\n created?: Maybe;\n created_by?: Maybe;\n description?: Maybe;\n duration?: Maybe;\n film_festival_id?: Maybe;\n film_name?: Maybe;\n genre?: Maybe;\n id?: Maybe;\n is_no_music?: Maybe;\n name?: Maybe;\n owner_id?: Maybe;\n studio_id?: Maybe;\n submitted_at?: Maybe;\n team_number?: Maybe;\n updated?: Maybe;\n updated_by?: Maybe;\n};\n\n/** response of any mutation on the table \"teams_with_awards_ceremony_checkins\" */\nexport type Teams_With_Awards_Ceremony_Checkins_Mutation_Response = {\n __typename?: 'teams_with_awards_ceremony_checkins_mutation_response';\n /** number of rows affected by the mutation */\n affected_rows: Scalars['Int']['output'];\n /** data from the rows affected by the mutation */\n returning: Array;\n};\n\n/** Ordering options when selecting data from \"teams_with_awards_ceremony_checkins\". */\nexport type Teams_With_Awards_Ceremony_Checkins_Order_By = {\n awards_ceremony_checkins?: InputMaybe;\n created?: InputMaybe;\n created_by?: InputMaybe;\n description?: InputMaybe;\n duration?: InputMaybe;\n film_festival_id?: InputMaybe;\n film_name?: InputMaybe;\n genre?: InputMaybe;\n id?: InputMaybe;\n is_no_music?: InputMaybe;\n name?: InputMaybe;\n owner_id?: InputMaybe;\n studio_id?: InputMaybe;\n submitted_at?: InputMaybe;\n team_number?: InputMaybe;\n updated?: InputMaybe;\n updated_by?: InputMaybe;\n};\n\n/** select columns of table \"teams_with_awards_ceremony_checkins\" */\nexport enum Teams_With_Awards_Ceremony_Checkins_Select_Column {\n /** column name */\n AwardsCeremonyCheckins = 'awards_ceremony_checkins',\n /** column name */\n Created = 'created',\n /** column name */\n CreatedBy = 'created_by',\n /** column name */\n Description = 'description',\n /** column name */\n Duration = 'duration',\n /** column name */\n FilmFestivalId = 'film_festival_id',\n /** column name */\n FilmName = 'film_name',\n /** column name */\n Genre = 'genre',\n /** column name */\n Id = 'id',\n /** column name */\n IsNoMusic = 'is_no_music',\n /** column name */\n Name = 'name',\n /** column name */\n OwnerId = 'owner_id',\n /** column name */\n StudioId = 'studio_id',\n /** column name */\n SubmittedAt = 'submitted_at',\n /** column name */\n TeamNumber = 'team_number',\n /** column name */\n Updated = 'updated',\n /** column name */\n UpdatedBy = 'updated_by'\n}\n\n/** input type for updating data in table \"teams_with_awards_ceremony_checkins\" */\nexport type Teams_With_Awards_Ceremony_Checkins_Set_Input = {\n awards_ceremony_checkins?: InputMaybe;\n created?: InputMaybe;\n created_by?: InputMaybe;\n description?: InputMaybe;\n duration?: InputMaybe;\n film_festival_id?: InputMaybe;\n film_name?: InputMaybe;\n genre?: InputMaybe;\n id?: InputMaybe;\n is_no_music?: InputMaybe;\n name?: InputMaybe;\n owner_id?: InputMaybe;\n studio_id?: InputMaybe;\n submitted_at?: InputMaybe;\n team_number?: InputMaybe;\n updated?: InputMaybe;\n updated_by?: InputMaybe;\n};\n\n/** aggregate stddev on columns */\nexport type Teams_With_Awards_Ceremony_Checkins_Stddev_Fields = {\n __typename?: 'teams_with_awards_ceremony_checkins_stddev_fields';\n awards_ceremony_checkins?: Maybe;\n film_festival_id?: Maybe;\n id?: Maybe;\n owner_id?: Maybe;\n studio_id?: Maybe;\n team_number?: Maybe;\n};\n\n/** aggregate stddev_pop on columns */\nexport type Teams_With_Awards_Ceremony_Checkins_Stddev_Pop_Fields = {\n __typename?: 'teams_with_awards_ceremony_checkins_stddev_pop_fields';\n awards_ceremony_checkins?: Maybe;\n film_festival_id?: Maybe;\n id?: Maybe;\n owner_id?: Maybe;\n studio_id?: Maybe;\n team_number?: Maybe;\n};\n\n/** aggregate stddev_samp on columns */\nexport type Teams_With_Awards_Ceremony_Checkins_Stddev_Samp_Fields = {\n __typename?: 'teams_with_awards_ceremony_checkins_stddev_samp_fields';\n awards_ceremony_checkins?: Maybe;\n film_festival_id?: Maybe;\n id?: Maybe;\n owner_id?: Maybe;\n studio_id?: Maybe;\n team_number?: Maybe;\n};\n\n/** Streaming cursor of the table \"teams_with_awards_ceremony_checkins\" */\nexport type Teams_With_Awards_Ceremony_Checkins_Stream_Cursor_Input = {\n /** Stream column input with initial value */\n initial_value: Teams_With_Awards_Ceremony_Checkins_Stream_Cursor_Value_Input;\n /** cursor ordering */\n ordering?: InputMaybe;\n};\n\n/** Initial value of the column from where the streaming should start */\nexport type Teams_With_Awards_Ceremony_Checkins_Stream_Cursor_Value_Input = {\n awards_ceremony_checkins?: InputMaybe;\n created?: InputMaybe;\n created_by?: InputMaybe;\n description?: InputMaybe;\n duration?: InputMaybe;\n film_festival_id?: InputMaybe;\n film_name?: InputMaybe;\n genre?: InputMaybe;\n id?: InputMaybe;\n is_no_music?: InputMaybe;\n name?: InputMaybe;\n owner_id?: InputMaybe;\n studio_id?: InputMaybe;\n submitted_at?: InputMaybe;\n team_number?: InputMaybe;\n updated?: InputMaybe;\n updated_by?: InputMaybe;\n};\n\n/** aggregate sum on columns */\nexport type Teams_With_Awards_Ceremony_Checkins_Sum_Fields = {\n __typename?: 'teams_with_awards_ceremony_checkins_sum_fields';\n awards_ceremony_checkins?: Maybe;\n film_festival_id?: Maybe;\n id?: Maybe;\n owner_id?: Maybe;\n studio_id?: Maybe;\n team_number?: Maybe;\n};\n\nexport type Teams_With_Awards_Ceremony_Checkins_Updates = {\n /** increments the numeric columns with given value of the filtered values */\n _inc?: InputMaybe;\n /** sets the columns of the filtered rows to the given values */\n _set?: InputMaybe;\n /** filter the rows which have to be updated */\n where: Teams_With_Awards_Ceremony_Checkins_Bool_Exp;\n};\n\n/** aggregate var_pop on columns */\nexport type Teams_With_Awards_Ceremony_Checkins_Var_Pop_Fields = {\n __typename?: 'teams_with_awards_ceremony_checkins_var_pop_fields';\n awards_ceremony_checkins?: Maybe;\n film_festival_id?: Maybe;\n id?: Maybe;\n owner_id?: Maybe;\n studio_id?: Maybe;\n team_number?: Maybe;\n};\n\n/** aggregate var_samp on columns */\nexport type Teams_With_Awards_Ceremony_Checkins_Var_Samp_Fields = {\n __typename?: 'teams_with_awards_ceremony_checkins_var_samp_fields';\n awards_ceremony_checkins?: Maybe;\n film_festival_id?: Maybe;\n id?: Maybe;\n owner_id?: Maybe;\n studio_id?: Maybe;\n team_number?: Maybe;\n};\n\n/** aggregate variance on columns */\nexport type Teams_With_Awards_Ceremony_Checkins_Variance_Fields = {\n __typename?: 'teams_with_awards_ceremony_checkins_variance_fields';\n awards_ceremony_checkins?: Maybe;\n film_festival_id?: Maybe;\n id?: Maybe;\n owner_id?: Maybe;\n studio_id?: Maybe;\n team_number?: Maybe;\n};\n\n/** columns and relationships of \"teams_with_checkins\" */\nexport type Teams_With_Checkins = {\n __typename?: 'teams_with_checkins';\n created?: Maybe;\n created_by?: Maybe;\n description?: Maybe;\n duration?: Maybe;\n film_festival_id?: Maybe;\n film_name?: Maybe;\n genre?: Maybe;\n id?: Maybe;\n is_no_music?: Maybe;\n kickoff_checkins?: Maybe;\n name?: Maybe;\n owner_id?: Maybe;\n studio_id?: Maybe;\n submitted_at?: Maybe;\n team_number?: Maybe;\n updated?: Maybe;\n updated_by?: Maybe;\n};\n\n/** aggregated selection of \"teams_with_checkins\" */\nexport type Teams_With_Checkins_Aggregate = {\n __typename?: 'teams_with_checkins_aggregate';\n aggregate?: Maybe;\n nodes: Array;\n};\n\n/** aggregate fields of \"teams_with_checkins\" */\nexport type Teams_With_Checkins_Aggregate_Fields = {\n __typename?: 'teams_with_checkins_aggregate_fields';\n avg?: Maybe;\n count: Scalars['Int']['output'];\n max?: Maybe;\n min?: Maybe;\n stddev?: Maybe;\n stddev_pop?: Maybe;\n stddev_samp?: Maybe;\n sum?: Maybe;\n var_pop?: Maybe;\n var_samp?: Maybe;\n variance?: Maybe;\n};\n\n\n/** aggregate fields of \"teams_with_checkins\" */\nexport type Teams_With_Checkins_Aggregate_FieldsCountArgs = {\n columns?: InputMaybe>;\n distinct?: InputMaybe;\n};\n\n/** aggregate avg on columns */\nexport type Teams_With_Checkins_Avg_Fields = {\n __typename?: 'teams_with_checkins_avg_fields';\n film_festival_id?: Maybe;\n id?: Maybe;\n kickoff_checkins?: Maybe;\n owner_id?: Maybe;\n studio_id?: Maybe;\n team_number?: Maybe;\n};\n\n/** Boolean expression to filter rows from the table \"teams_with_checkins\". All fields are combined with a logical 'AND'. */\nexport type Teams_With_Checkins_Bool_Exp = {\n _and?: InputMaybe>;\n _not?: InputMaybe;\n _or?: InputMaybe>;\n created?: InputMaybe;\n created_by?: InputMaybe;\n description?: InputMaybe;\n duration?: InputMaybe;\n film_festival_id?: InputMaybe;\n film_name?: InputMaybe;\n genre?: InputMaybe;\n id?: InputMaybe;\n is_no_music?: InputMaybe;\n kickoff_checkins?: InputMaybe;\n name?: InputMaybe;\n owner_id?: InputMaybe;\n studio_id?: InputMaybe;\n submitted_at?: InputMaybe;\n team_number?: InputMaybe;\n updated?: InputMaybe;\n updated_by?: InputMaybe;\n};\n\n/** input type for incrementing numeric columns in table \"teams_with_checkins\" */\nexport type Teams_With_Checkins_Inc_Input = {\n film_festival_id?: InputMaybe;\n id?: InputMaybe;\n kickoff_checkins?: InputMaybe;\n owner_id?: InputMaybe;\n studio_id?: InputMaybe;\n team_number?: InputMaybe;\n};\n\n/** input type for inserting data into table \"teams_with_checkins\" */\nexport type Teams_With_Checkins_Insert_Input = {\n created?: InputMaybe;\n created_by?: InputMaybe;\n description?: InputMaybe;\n duration?: InputMaybe;\n film_festival_id?: InputMaybe;\n film_name?: InputMaybe;\n genre?: InputMaybe;\n id?: InputMaybe;\n is_no_music?: InputMaybe;\n kickoff_checkins?: InputMaybe;\n name?: InputMaybe;\n owner_id?: InputMaybe;\n studio_id?: InputMaybe;\n submitted_at?: InputMaybe;\n team_number?: InputMaybe;\n updated?: InputMaybe;\n updated_by?: InputMaybe;\n};\n\n/** aggregate max on columns */\nexport type Teams_With_Checkins_Max_Fields = {\n __typename?: 'teams_with_checkins_max_fields';\n created?: Maybe;\n created_by?: Maybe;\n description?: Maybe;\n duration?: Maybe;\n film_festival_id?: Maybe;\n film_name?: Maybe;\n genre?: Maybe;\n id?: Maybe;\n is_no_music?: Maybe;\n kickoff_checkins?: Maybe;\n name?: Maybe;\n owner_id?: Maybe;\n studio_id?: Maybe;\n submitted_at?: Maybe;\n team_number?: Maybe;\n updated?: Maybe;\n updated_by?: Maybe;\n};\n\n/** aggregate min on columns */\nexport type Teams_With_Checkins_Min_Fields = {\n __typename?: 'teams_with_checkins_min_fields';\n created?: Maybe;\n created_by?: Maybe;\n description?: Maybe;\n duration?: Maybe;\n film_festival_id?: Maybe;\n film_name?: Maybe;\n genre?: Maybe;\n id?: Maybe;\n is_no_music?: Maybe;\n kickoff_checkins?: Maybe;\n name?: Maybe;\n owner_id?: Maybe;\n studio_id?: Maybe;\n submitted_at?: Maybe;\n team_number?: Maybe;\n updated?: Maybe;\n updated_by?: Maybe;\n};\n\n/** response of any mutation on the table \"teams_with_checkins\" */\nexport type Teams_With_Checkins_Mutation_Response = {\n __typename?: 'teams_with_checkins_mutation_response';\n /** number of rows affected by the mutation */\n affected_rows: Scalars['Int']['output'];\n /** data from the rows affected by the mutation */\n returning: Array;\n};\n\n/** Ordering options when selecting data from \"teams_with_checkins\". */\nexport type Teams_With_Checkins_Order_By = {\n created?: InputMaybe;\n created_by?: InputMaybe;\n description?: InputMaybe;\n duration?: InputMaybe;\n film_festival_id?: InputMaybe;\n film_name?: InputMaybe;\n genre?: InputMaybe;\n id?: InputMaybe;\n is_no_music?: InputMaybe;\n kickoff_checkins?: InputMaybe;\n name?: InputMaybe;\n owner_id?: InputMaybe;\n studio_id?: InputMaybe;\n submitted_at?: InputMaybe;\n team_number?: InputMaybe;\n updated?: InputMaybe;\n updated_by?: InputMaybe;\n};\n\n/** select columns of table \"teams_with_checkins\" */\nexport enum Teams_With_Checkins_Select_Column {\n /** column name */\n Created = 'created',\n /** column name */\n CreatedBy = 'created_by',\n /** column name */\n Description = 'description',\n /** column name */\n Duration = 'duration',\n /** column name */\n FilmFestivalId = 'film_festival_id',\n /** column name */\n FilmName = 'film_name',\n /** column name */\n Genre = 'genre',\n /** column name */\n Id = 'id',\n /** column name */\n IsNoMusic = 'is_no_music',\n /** column name */\n KickoffCheckins = 'kickoff_checkins',\n /** column name */\n Name = 'name',\n /** column name */\n OwnerId = 'owner_id',\n /** column name */\n StudioId = 'studio_id',\n /** column name */\n SubmittedAt = 'submitted_at',\n /** column name */\n TeamNumber = 'team_number',\n /** column name */\n Updated = 'updated',\n /** column name */\n UpdatedBy = 'updated_by'\n}\n\n/** input type for updating data in table \"teams_with_checkins\" */\nexport type Teams_With_Checkins_Set_Input = {\n created?: InputMaybe;\n created_by?: InputMaybe;\n description?: InputMaybe;\n duration?: InputMaybe;\n film_festival_id?: InputMaybe;\n film_name?: InputMaybe;\n genre?: InputMaybe;\n id?: InputMaybe;\n is_no_music?: InputMaybe;\n kickoff_checkins?: InputMaybe;\n name?: InputMaybe;\n owner_id?: InputMaybe;\n studio_id?: InputMaybe;\n submitted_at?: InputMaybe;\n team_number?: InputMaybe;\n updated?: InputMaybe;\n updated_by?: InputMaybe;\n};\n\n/** aggregate stddev on columns */\nexport type Teams_With_Checkins_Stddev_Fields = {\n __typename?: 'teams_with_checkins_stddev_fields';\n film_festival_id?: Maybe;\n id?: Maybe;\n kickoff_checkins?: Maybe;\n owner_id?: Maybe;\n studio_id?: Maybe;\n team_number?: Maybe;\n};\n\n/** aggregate stddev_pop on columns */\nexport type Teams_With_Checkins_Stddev_Pop_Fields = {\n __typename?: 'teams_with_checkins_stddev_pop_fields';\n film_festival_id?: Maybe;\n id?: Maybe;\n kickoff_checkins?: Maybe;\n owner_id?: Maybe;\n studio_id?: Maybe;\n team_number?: Maybe;\n};\n\n/** aggregate stddev_samp on columns */\nexport type Teams_With_Checkins_Stddev_Samp_Fields = {\n __typename?: 'teams_with_checkins_stddev_samp_fields';\n film_festival_id?: Maybe;\n id?: Maybe;\n kickoff_checkins?: Maybe;\n owner_id?: Maybe;\n studio_id?: Maybe;\n team_number?: Maybe;\n};\n\n/** Streaming cursor of the table \"teams_with_checkins\" */\nexport type Teams_With_Checkins_Stream_Cursor_Input = {\n /** Stream column input with initial value */\n initial_value: Teams_With_Checkins_Stream_Cursor_Value_Input;\n /** cursor ordering */\n ordering?: InputMaybe;\n};\n\n/** Initial value of the column from where the streaming should start */\nexport type Teams_With_Checkins_Stream_Cursor_Value_Input = {\n created?: InputMaybe;\n created_by?: InputMaybe;\n description?: InputMaybe;\n duration?: InputMaybe;\n film_festival_id?: InputMaybe;\n film_name?: InputMaybe;\n genre?: InputMaybe;\n id?: InputMaybe;\n is_no_music?: InputMaybe;\n kickoff_checkins?: InputMaybe;\n name?: InputMaybe;\n owner_id?: InputMaybe;\n studio_id?: InputMaybe;\n submitted_at?: InputMaybe;\n team_number?: InputMaybe;\n updated?: InputMaybe;\n updated_by?: InputMaybe;\n};\n\n/** aggregate sum on columns */\nexport type Teams_With_Checkins_Sum_Fields = {\n __typename?: 'teams_with_checkins_sum_fields';\n film_festival_id?: Maybe;\n id?: Maybe;\n kickoff_checkins?: Maybe;\n owner_id?: Maybe;\n studio_id?: Maybe;\n team_number?: Maybe;\n};\n\nexport type Teams_With_Checkins_Updates = {\n /** increments the numeric columns with given value of the filtered values */\n _inc?: InputMaybe;\n /** sets the columns of the filtered rows to the given values */\n _set?: InputMaybe;\n /** filter the rows which have to be updated */\n where: Teams_With_Checkins_Bool_Exp;\n};\n\n/** aggregate var_pop on columns */\nexport type Teams_With_Checkins_Var_Pop_Fields = {\n __typename?: 'teams_with_checkins_var_pop_fields';\n film_festival_id?: Maybe;\n id?: Maybe;\n kickoff_checkins?: Maybe;\n owner_id?: Maybe;\n studio_id?: Maybe;\n team_number?: Maybe;\n};\n\n/** aggregate var_samp on columns */\nexport type Teams_With_Checkins_Var_Samp_Fields = {\n __typename?: 'teams_with_checkins_var_samp_fields';\n film_festival_id?: Maybe;\n id?: Maybe;\n kickoff_checkins?: Maybe;\n owner_id?: Maybe;\n studio_id?: Maybe;\n team_number?: Maybe;\n};\n\n/** aggregate variance on columns */\nexport type Teams_With_Checkins_Variance_Fields = {\n __typename?: 'teams_with_checkins_variance_fields';\n film_festival_id?: Maybe;\n id?: Maybe;\n kickoff_checkins?: Maybe;\n owner_id?: Maybe;\n studio_id?: Maybe;\n team_number?: Maybe;\n};\n\n/** columns and relationships of \"ticket_tailor_vouchers\" */\nexport type Ticket_Tailor_Vouchers = {\n __typename?: 'ticket_tailor_vouchers';\n code: Scalars['String']['output'];\n created_at: Scalars['timestamptz']['output'];\n film_festival_id?: Maybe;\n id: Scalars['Int']['output'];\n issued_at?: Maybe;\n updated_at: Scalars['timestamptz']['output'];\n user_id?: Maybe;\n value: Scalars['Int']['output'];\n};\n\n/** aggregated selection of \"ticket_tailor_vouchers\" */\nexport type Ticket_Tailor_Vouchers_Aggregate = {\n __typename?: 'ticket_tailor_vouchers_aggregate';\n aggregate?: Maybe;\n nodes: Array;\n};\n\n/** aggregate fields of \"ticket_tailor_vouchers\" */\nexport type Ticket_Tailor_Vouchers_Aggregate_Fields = {\n __typename?: 'ticket_tailor_vouchers_aggregate_fields';\n avg?: Maybe;\n count: Scalars['Int']['output'];\n max?: Maybe;\n min?: Maybe;\n stddev?: Maybe;\n stddev_pop?: Maybe;\n stddev_samp?: Maybe;\n sum?: Maybe;\n var_pop?: Maybe;\n var_samp?: Maybe;\n variance?: Maybe;\n};\n\n\n/** aggregate fields of \"ticket_tailor_vouchers\" */\nexport type Ticket_Tailor_Vouchers_Aggregate_FieldsCountArgs = {\n columns?: InputMaybe>;\n distinct?: InputMaybe;\n};\n\n/** aggregate avg on columns */\nexport type Ticket_Tailor_Vouchers_Avg_Fields = {\n __typename?: 'ticket_tailor_vouchers_avg_fields';\n film_festival_id?: Maybe;\n id?: Maybe;\n user_id?: Maybe;\n value?: Maybe;\n};\n\n/** Boolean expression to filter rows from the table \"ticket_tailor_vouchers\". All fields are combined with a logical 'AND'. */\nexport type Ticket_Tailor_Vouchers_Bool_Exp = {\n _and?: InputMaybe>;\n _not?: InputMaybe;\n _or?: InputMaybe>;\n code?: InputMaybe;\n created_at?: InputMaybe;\n film_festival_id?: InputMaybe;\n id?: InputMaybe;\n issued_at?: InputMaybe;\n updated_at?: InputMaybe;\n user_id?: InputMaybe;\n value?: InputMaybe;\n};\n\n/** unique or primary key constraints on table \"ticket_tailor_vouchers\" */\nexport enum Ticket_Tailor_Vouchers_Constraint {\n /** unique or primary key constraint on columns \"code\" */\n TicketTailorVouchersCodeKey = 'ticket_tailor_vouchers_code_key',\n /** unique or primary key constraint on columns \"id\" */\n TicketTailorVouchersPkey = 'ticket_tailor_vouchers_pkey'\n}\n\n/** input type for incrementing numeric columns in table \"ticket_tailor_vouchers\" */\nexport type Ticket_Tailor_Vouchers_Inc_Input = {\n film_festival_id?: InputMaybe;\n id?: InputMaybe;\n user_id?: InputMaybe;\n value?: InputMaybe;\n};\n\n/** input type for inserting data into table \"ticket_tailor_vouchers\" */\nexport type Ticket_Tailor_Vouchers_Insert_Input = {\n code?: InputMaybe;\n created_at?: InputMaybe;\n film_festival_id?: InputMaybe;\n id?: InputMaybe;\n issued_at?: InputMaybe;\n updated_at?: InputMaybe;\n user_id?: InputMaybe;\n value?: InputMaybe;\n};\n\n/** aggregate max on columns */\nexport type Ticket_Tailor_Vouchers_Max_Fields = {\n __typename?: 'ticket_tailor_vouchers_max_fields';\n code?: Maybe;\n created_at?: Maybe;\n film_festival_id?: Maybe;\n id?: Maybe;\n issued_at?: Maybe;\n updated_at?: Maybe;\n user_id?: Maybe;\n value?: Maybe;\n};\n\n/** aggregate min on columns */\nexport type Ticket_Tailor_Vouchers_Min_Fields = {\n __typename?: 'ticket_tailor_vouchers_min_fields';\n code?: Maybe;\n created_at?: Maybe;\n film_festival_id?: Maybe;\n id?: Maybe;\n issued_at?: Maybe;\n updated_at?: Maybe;\n user_id?: Maybe;\n value?: Maybe;\n};\n\n/** response of any mutation on the table \"ticket_tailor_vouchers\" */\nexport type Ticket_Tailor_Vouchers_Mutation_Response = {\n __typename?: 'ticket_tailor_vouchers_mutation_response';\n /** number of rows affected by the mutation */\n affected_rows: Scalars['Int']['output'];\n /** data from the rows affected by the mutation */\n returning: Array;\n};\n\n/** on_conflict condition type for table \"ticket_tailor_vouchers\" */\nexport type Ticket_Tailor_Vouchers_On_Conflict = {\n constraint: Ticket_Tailor_Vouchers_Constraint;\n update_columns?: Array;\n where?: InputMaybe;\n};\n\n/** Ordering options when selecting data from \"ticket_tailor_vouchers\". */\nexport type Ticket_Tailor_Vouchers_Order_By = {\n code?: InputMaybe;\n created_at?: InputMaybe;\n film_festival_id?: InputMaybe;\n id?: InputMaybe;\n issued_at?: InputMaybe;\n updated_at?: InputMaybe;\n user_id?: InputMaybe;\n value?: InputMaybe;\n};\n\n/** primary key columns input for table: ticket_tailor_vouchers */\nexport type Ticket_Tailor_Vouchers_Pk_Columns_Input = {\n id: Scalars['Int']['input'];\n};\n\n/** select columns of table \"ticket_tailor_vouchers\" */\nexport enum Ticket_Tailor_Vouchers_Select_Column {\n /** column name */\n Code = 'code',\n /** column name */\n CreatedAt = 'created_at',\n /** column name */\n FilmFestivalId = 'film_festival_id',\n /** column name */\n Id = 'id',\n /** column name */\n IssuedAt = 'issued_at',\n /** column name */\n UpdatedAt = 'updated_at',\n /** column name */\n UserId = 'user_id',\n /** column name */\n Value = 'value'\n}\n\n/** input type for updating data in table \"ticket_tailor_vouchers\" */\nexport type Ticket_Tailor_Vouchers_Set_Input = {\n code?: InputMaybe;\n created_at?: InputMaybe;\n film_festival_id?: InputMaybe;\n id?: InputMaybe;\n issued_at?: InputMaybe;\n updated_at?: InputMaybe;\n user_id?: InputMaybe;\n value?: InputMaybe;\n};\n\n/** aggregate stddev on columns */\nexport type Ticket_Tailor_Vouchers_Stddev_Fields = {\n __typename?: 'ticket_tailor_vouchers_stddev_fields';\n film_festival_id?: Maybe;\n id?: Maybe;\n user_id?: Maybe;\n value?: Maybe;\n};\n\n/** aggregate stddev_pop on columns */\nexport type Ticket_Tailor_Vouchers_Stddev_Pop_Fields = {\n __typename?: 'ticket_tailor_vouchers_stddev_pop_fields';\n film_festival_id?: Maybe;\n id?: Maybe;\n user_id?: Maybe;\n value?: Maybe;\n};\n\n/** aggregate stddev_samp on columns */\nexport type Ticket_Tailor_Vouchers_Stddev_Samp_Fields = {\n __typename?: 'ticket_tailor_vouchers_stddev_samp_fields';\n film_festival_id?: Maybe;\n id?: Maybe;\n user_id?: Maybe;\n value?: Maybe;\n};\n\n/** Streaming cursor of the table \"ticket_tailor_vouchers\" */\nexport type Ticket_Tailor_Vouchers_Stream_Cursor_Input = {\n /** Stream column input with initial value */\n initial_value: Ticket_Tailor_Vouchers_Stream_Cursor_Value_Input;\n /** cursor ordering */\n ordering?: InputMaybe;\n};\n\n/** Initial value of the column from where the streaming should start */\nexport type Ticket_Tailor_Vouchers_Stream_Cursor_Value_Input = {\n code?: InputMaybe;\n created_at?: InputMaybe;\n film_festival_id?: InputMaybe;\n id?: InputMaybe;\n issued_at?: InputMaybe;\n updated_at?: InputMaybe;\n user_id?: InputMaybe;\n value?: InputMaybe;\n};\n\n/** aggregate sum on columns */\nexport type Ticket_Tailor_Vouchers_Sum_Fields = {\n __typename?: 'ticket_tailor_vouchers_sum_fields';\n film_festival_id?: Maybe;\n id?: Maybe;\n user_id?: Maybe;\n value?: Maybe;\n};\n\n/** update columns of table \"ticket_tailor_vouchers\" */\nexport enum Ticket_Tailor_Vouchers_Update_Column {\n /** column name */\n Code = 'code',\n /** column name */\n CreatedAt = 'created_at',\n /** column name */\n FilmFestivalId = 'film_festival_id',\n /** column name */\n Id = 'id',\n /** column name */\n IssuedAt = 'issued_at',\n /** column name */\n UpdatedAt = 'updated_at',\n /** column name */\n UserId = 'user_id',\n /** column name */\n Value = 'value'\n}\n\nexport type Ticket_Tailor_Vouchers_Updates = {\n /** increments the numeric columns with given value of the filtered values */\n _inc?: InputMaybe;\n /** sets the columns of the filtered rows to the given values */\n _set?: InputMaybe;\n /** filter the rows which have to be updated */\n where: Ticket_Tailor_Vouchers_Bool_Exp;\n};\n\n/** aggregate var_pop on columns */\nexport type Ticket_Tailor_Vouchers_Var_Pop_Fields = {\n __typename?: 'ticket_tailor_vouchers_var_pop_fields';\n film_festival_id?: Maybe;\n id?: Maybe;\n user_id?: Maybe;\n value?: Maybe;\n};\n\n/** aggregate var_samp on columns */\nexport type Ticket_Tailor_Vouchers_Var_Samp_Fields = {\n __typename?: 'ticket_tailor_vouchers_var_samp_fields';\n film_festival_id?: Maybe;\n id?: Maybe;\n user_id?: Maybe;\n value?: Maybe;\n};\n\n/** aggregate variance on columns */\nexport type Ticket_Tailor_Vouchers_Variance_Fields = {\n __typename?: 'ticket_tailor_vouchers_variance_fields';\n film_festival_id?: Maybe;\n id?: Maybe;\n user_id?: Maybe;\n value?: Maybe;\n};\n\n/** Boolean expression to compare columns of type \"timestamp\". All fields are combined with logical 'AND'. */\nexport type Timestamp_Comparison_Exp = {\n _eq?: InputMaybe;\n _gt?: InputMaybe;\n _gte?: InputMaybe;\n _in?: InputMaybe>;\n _is_null?: InputMaybe;\n _lt?: InputMaybe;\n _lte?: InputMaybe;\n _neq?: InputMaybe;\n _nin?: InputMaybe>;\n};\n\n/** Boolean expression to compare columns of type \"timestamptz\". All fields are combined with logical 'AND'. */\nexport type Timestamptz_Comparison_Exp = {\n _eq?: InputMaybe;\n _gt?: InputMaybe;\n _gte?: InputMaybe;\n _in?: InputMaybe>;\n _is_null?: InputMaybe;\n _lt?: InputMaybe;\n _lte?: InputMaybe;\n _neq?: InputMaybe;\n _nin?: InputMaybe>;\n};\n\n/** columns and relationships of \"users\" */\nexport type Users = {\n __typename?: 'users';\n auth0_id?: Maybe;\n created: Scalars['timestamp']['output'];\n created_by: Scalars['String']['output'];\n email?: Maybe;\n id: Scalars['numeric']['output'];\n meta: Scalars['jsonb']['output'];\n name?: Maybe;\n /** An array relationship */\n online_screening_tickets: Array;\n /** An aggregate relationship */\n online_screening_tickets_aggregate: Online_Screening_Tickets_Aggregate;\n picture?: Maybe;\n /** An array relationship */\n selection_metrics: Array;\n /** An aggregate relationship */\n selection_metrics_aggregate: Selection_Metrics_Aggregate;\n stripe_customer_id?: Maybe;\n sub?: Maybe;\n /** An array relationship */\n team_memberships: Array;\n /** An aggregate relationship */\n team_memberships_aggregate: Team_Memberships_Aggregate;\n updated: Scalars['timestamp']['output'];\n updated_by: Scalars['String']['output'];\n};\n\n\n/** columns and relationships of \"users\" */\nexport type UsersMetaArgs = {\n path?: InputMaybe;\n};\n\n\n/** columns and relationships of \"users\" */\nexport type UsersOnline_Screening_TicketsArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n\n/** columns and relationships of \"users\" */\nexport type UsersOnline_Screening_Tickets_AggregateArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n\n/** columns and relationships of \"users\" */\nexport type UsersSelection_MetricsArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n\n/** columns and relationships of \"users\" */\nexport type UsersSelection_Metrics_AggregateArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n\n/** columns and relationships of \"users\" */\nexport type UsersTeam_MembershipsArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n\n/** columns and relationships of \"users\" */\nexport type UsersTeam_Memberships_AggregateArgs = {\n distinct_on?: InputMaybe>;\n limit?: InputMaybe;\n offset?: InputMaybe;\n order_by?: InputMaybe>;\n where?: InputMaybe;\n};\n\n/** aggregated selection of \"users\" */\nexport type Users_Aggregate = {\n __typename?: 'users_aggregate';\n aggregate?: Maybe;\n nodes: Array;\n};\n\n/** aggregate fields of \"users\" */\nexport type Users_Aggregate_Fields = {\n __typename?: 'users_aggregate_fields';\n avg?: Maybe;\n count: Scalars['Int']['output'];\n max?: Maybe;\n min?: Maybe;\n stddev?: Maybe;\n stddev_pop?: Maybe;\n stddev_samp?: Maybe;\n sum?: Maybe;\n var_pop?: Maybe;\n var_samp?: Maybe;\n variance?: Maybe;\n};\n\n\n/** aggregate fields of \"users\" */\nexport type Users_Aggregate_FieldsCountArgs = {\n columns?: InputMaybe>;\n distinct?: InputMaybe;\n};\n\n/** append existing jsonb value of filtered columns with new jsonb value */\nexport type Users_Append_Input = {\n meta?: InputMaybe;\n};\n\n/** aggregate avg on columns */\nexport type Users_Avg_Fields = {\n __typename?: 'users_avg_fields';\n id?: Maybe;\n};\n\n/** Boolean expression to filter rows from the table \"users\". All fields are combined with a logical 'AND'. */\nexport type Users_Bool_Exp = {\n _and?: InputMaybe>;\n _not?: InputMaybe;\n _or?: InputMaybe>;\n auth0_id?: InputMaybe;\n created?: InputMaybe;\n created_by?: InputMaybe;\n email?: InputMaybe;\n id?: InputMaybe;\n meta?: InputMaybe;\n name?: InputMaybe;\n online_screening_tickets?: InputMaybe;\n online_screening_tickets_aggregate?: InputMaybe;\n picture?: InputMaybe;\n selection_metrics?: InputMaybe;\n selection_metrics_aggregate?: InputMaybe;\n stripe_customer_id?: InputMaybe;\n sub?: InputMaybe;\n team_memberships?: InputMaybe;\n team_memberships_aggregate?: InputMaybe;\n updated?: InputMaybe;\n updated_by?: InputMaybe;\n};\n\n/** unique or primary key constraints on table \"users\" */\nexport enum Users_Constraint {\n /** unique or primary key constraint on columns \"email\" */\n UsersEmailKey = 'users_email_key',\n /** unique or primary key constraint on columns \"id\" */\n UsersPkey = 'users_pkey',\n /** unique or primary key constraint on columns \"sub\" */\n UsersSubKey = 'users_sub_key'\n}\n\n/** delete the field or element with specified path (for JSON arrays, negative integers count from the end) */\nexport type Users_Delete_At_Path_Input = {\n meta?: InputMaybe>;\n};\n\n/** delete the array element with specified index (negative integers count from the end). throws an error if top level container is not an array */\nexport type Users_Delete_Elem_Input = {\n meta?: InputMaybe;\n};\n\n/** delete key/value pair or string element. key/value pairs are matched based on their key value */\nexport type Users_Delete_Key_Input = {\n meta?: InputMaybe;\n};\n\n/** input type for incrementing numeric columns in table \"users\" */\nexport type Users_Inc_Input = {\n id?: InputMaybe;\n};\n\n/** input type for inserting data into table \"users\" */\nexport type Users_Insert_Input = {\n auth0_id?: InputMaybe;\n created?: InputMaybe;\n created_by?: InputMaybe;\n email?: InputMaybe;\n id?: InputMaybe;\n meta?: InputMaybe;\n name?: InputMaybe;\n online_screening_tickets?: InputMaybe;\n picture?: InputMaybe;\n selection_metrics?: InputMaybe;\n stripe_customer_id?: InputMaybe;\n sub?: InputMaybe;\n team_memberships?: InputMaybe;\n updated?: InputMaybe;\n updated_by?: InputMaybe;\n};\n\n/** aggregate max on columns */\nexport type Users_Max_Fields = {\n __typename?: 'users_max_fields';\n auth0_id?: Maybe;\n created?: Maybe;\n created_by?: Maybe;\n email?: Maybe;\n id?: Maybe;\n name?: Maybe;\n picture?: Maybe;\n stripe_customer_id?: Maybe;\n sub?: Maybe;\n updated?: Maybe;\n updated_by?: Maybe;\n};\n\n/** aggregate min on columns */\nexport type Users_Min_Fields = {\n __typename?: 'users_min_fields';\n auth0_id?: Maybe;\n created?: Maybe;\n created_by?: Maybe;\n email?: Maybe;\n id?: Maybe;\n name?: Maybe;\n picture?: Maybe;\n stripe_customer_id?: Maybe;\n sub?: Maybe;\n updated?: Maybe;\n updated_by?: Maybe;\n};\n\n/** response of any mutation on the table \"users\" */\nexport type Users_Mutation_Response = {\n __typename?: 'users_mutation_response';\n /** number of rows affected by the mutation */\n affected_rows: Scalars['Int']['output'];\n /** data from the rows affected by the mutation */\n returning: Array;\n};\n\n/** input type for inserting object relation for remote table \"users\" */\nexport type Users_Obj_Rel_Insert_Input = {\n data: Users_Insert_Input;\n /** upsert condition */\n on_conflict?: InputMaybe;\n};\n\n/** on_conflict condition type for table \"users\" */\nexport type Users_On_Conflict = {\n constraint: Users_Constraint;\n update_columns?: Array;\n where?: InputMaybe;\n};\n\n/** Ordering options when selecting data from \"users\". */\nexport type Users_Order_By = {\n auth0_id?: InputMaybe;\n created?: InputMaybe;\n created_by?: InputMaybe;\n email?: InputMaybe;\n id?: InputMaybe;\n meta?: InputMaybe;\n name?: InputMaybe;\n online_screening_tickets_aggregate?: InputMaybe;\n picture?: InputMaybe;\n selection_metrics_aggregate?: InputMaybe;\n stripe_customer_id?: InputMaybe;\n sub?: InputMaybe;\n team_memberships_aggregate?: InputMaybe;\n updated?: InputMaybe;\n updated_by?: InputMaybe;\n};\n\n/** primary key columns input for table: users */\nexport type Users_Pk_Columns_Input = {\n id: Scalars['numeric']['input'];\n};\n\n/** prepend existing jsonb value of filtered columns with new jsonb value */\nexport type Users_Prepend_Input = {\n meta?: InputMaybe;\n};\n\n/** select columns of table \"users\" */\nexport enum Users_Select_Column {\n /** column name */\n Auth0Id = 'auth0_id',\n /** column name */\n Created = 'created',\n /** column name */\n CreatedBy = 'created_by',\n /** column name */\n Email = 'email',\n /** column name */\n Id = 'id',\n /** column name */\n Meta = 'meta',\n /** column name */\n Name = 'name',\n /** column name */\n Picture = 'picture',\n /** column name */\n StripeCustomerId = 'stripe_customer_id',\n /** column name */\n Sub = 'sub',\n /** column name */\n Updated = 'updated',\n /** column name */\n UpdatedBy = 'updated_by'\n}\n\n/** input type for updating data in table \"users\" */\nexport type Users_Set_Input = {\n auth0_id?: InputMaybe;\n created?: InputMaybe;\n created_by?: InputMaybe;\n email?: InputMaybe;\n id?: InputMaybe;\n meta?: InputMaybe;\n name?: InputMaybe;\n picture?: InputMaybe;\n stripe_customer_id?: InputMaybe;\n sub?: InputMaybe;\n updated?: InputMaybe;\n updated_by?: InputMaybe;\n};\n\n/** aggregate stddev on columns */\nexport type Users_Stddev_Fields = {\n __typename?: 'users_stddev_fields';\n id?: Maybe;\n};\n\n/** aggregate stddev_pop on columns */\nexport type Users_Stddev_Pop_Fields = {\n __typename?: 'users_stddev_pop_fields';\n id?: Maybe;\n};\n\n/** aggregate stddev_samp on columns */\nexport type Users_Stddev_Samp_Fields = {\n __typename?: 'users_stddev_samp_fields';\n id?: Maybe;\n};\n\n/** Streaming cursor of the table \"users\" */\nexport type Users_Stream_Cursor_Input = {\n /** Stream column input with initial value */\n initial_value: Users_Stream_Cursor_Value_Input;\n /** cursor ordering */\n ordering?: InputMaybe;\n};\n\n/** Initial value of the column from where the streaming should start */\nexport type Users_Stream_Cursor_Value_Input = {\n auth0_id?: InputMaybe;\n created?: InputMaybe;\n created_by?: InputMaybe;\n email?: InputMaybe;\n id?: InputMaybe;\n meta?: InputMaybe;\n name?: InputMaybe;\n picture?: InputMaybe;\n stripe_customer_id?: InputMaybe;\n sub?: InputMaybe;\n updated?: InputMaybe;\n updated_by?: InputMaybe;\n};\n\n/** aggregate sum on columns */\nexport type Users_Sum_Fields = {\n __typename?: 'users_sum_fields';\n id?: Maybe;\n};\n\n/** update columns of table \"users\" */\nexport enum Users_Update_Column {\n /** column name */\n Auth0Id = 'auth0_id',\n /** column name */\n Created = 'created',\n /** column name */\n CreatedBy = 'created_by',\n /** column name */\n Email = 'email',\n /** column name */\n Id = 'id',\n /** column name */\n Meta = 'meta',\n /** column name */\n Name = 'name',\n /** column name */\n Picture = 'picture',\n /** column name */\n StripeCustomerId = 'stripe_customer_id',\n /** column name */\n Sub = 'sub',\n /** column name */\n Updated = 'updated',\n /** column name */\n UpdatedBy = 'updated_by'\n}\n\nexport type Users_Updates = {\n /** append existing jsonb value of filtered columns with new jsonb value */\n _append?: InputMaybe;\n /** delete the field or element with specified path (for JSON arrays, negative integers count from the end) */\n _delete_at_path?: InputMaybe;\n /** delete the array element with specified index (negative integers count from the end). throws an error if top level container is not an array */\n _delete_elem?: InputMaybe;\n /** delete key/value pair or string element. key/value pairs are matched based on their key value */\n _delete_key?: InputMaybe;\n /** increments the numeric columns with given value of the filtered values */\n _inc?: InputMaybe;\n /** prepend existing jsonb value of filtered columns with new jsonb value */\n _prepend?: InputMaybe;\n /** sets the columns of the filtered rows to the given values */\n _set?: InputMaybe;\n /** filter the rows which have to be updated */\n where: Users_Bool_Exp;\n};\n\n/** aggregate var_pop on columns */\nexport type Users_Var_Pop_Fields = {\n __typename?: 'users_var_pop_fields';\n id?: Maybe;\n};\n\n/** aggregate var_samp on columns */\nexport type Users_Var_Samp_Fields = {\n __typename?: 'users_var_samp_fields';\n id?: Maybe;\n};\n\n/** aggregate variance on columns */\nexport type Users_Variance_Fields = {\n __typename?: 'users_variance_fields';\n id?: Maybe;\n};\n\nexport type RemoveSelectionAssignmentMutationVariables = Exact<{\n id: Scalars['Int']['input'];\n}>;\n\n\nexport type RemoveSelectionAssignmentMutation = { __typename?: 'mutation_root', delete_film_group_users_by_pk?: { __typename?: 'film_group_users', id: number } | null };\n\nexport type FilmGroupFestivalSubmissionUpMutationVariables = Exact<{\n filmGroupId: Scalars['Int']['input'];\n oldSort: Scalars['Int']['input'];\n newSort: Scalars['Int']['input'];\n}>;\n\n\nexport type FilmGroupFestivalSubmissionUpMutation = { __typename?: 'mutation_root', reserve?: { __typename?: 'film_group_festival_submissions_mutation_response', affected_rows: number } | null, bulk?: { __typename?: 'film_group_festival_submissions_mutation_response', affected_rows: number } | null, swap?: { __typename?: 'film_group_festival_submissions_mutation_response', affected_rows: number } | null };\n\nexport type FilmGroupFestivalSubmissionDownMutationVariables = Exact<{\n filmGroupId: Scalars['Int']['input'];\n oldSort: Scalars['Int']['input'];\n newSort: Scalars['Int']['input'];\n}>;\n\n\nexport type FilmGroupFestivalSubmissionDownMutation = { __typename?: 'mutation_root', reserve?: { __typename?: 'film_group_festival_submissions_mutation_response', affected_rows: number } | null, bulk?: { __typename?: 'film_group_festival_submissions_mutation_response', affected_rows: number } | null, swap?: { __typename?: 'film_group_festival_submissions_mutation_response', affected_rows: number } | null };\n\nexport type FilmGroupFestivalSubmissionRemoveMutationVariables = Exact<{\n filmGroupId: Scalars['Int']['input'];\n sort: Scalars['Int']['input'];\n}>;\n\n\nexport type FilmGroupFestivalSubmissionRemoveMutation = { __typename?: 'mutation_root', delete_film_group_festival_submissions?: { __typename?: 'film_group_festival_submissions_mutation_response', affected_rows: number } | null, update_film_group_festival_submissions?: { __typename?: 'film_group_festival_submissions_mutation_response', affected_rows: number } | null };\n\nexport type SpliceFilmGroupFestivalSubmissionMutationVariables = Exact<{\n filmGroupId: Scalars['Int']['input'];\n sort: Scalars['Int']['input'];\n festival_submission_id: Scalars['Int']['input'];\n}>;\n\n\nexport type SpliceFilmGroupFestivalSubmissionMutation = { __typename?: 'mutation_root', update_film_group_festival_submissions?: { __typename?: 'film_group_festival_submissions_mutation_response', affected_rows: number } | null, insert_film_group_festival_submissions_one?: { __typename?: 'film_group_festival_submissions', id: number } | null };\n\nexport type SelectionBallotQueryVariables = Exact<{\n filmGroupId: Scalars['Int']['input'];\n uid: Scalars['Int']['input'];\n}>;\n\n\nexport type SelectionBallotQuery = { __typename?: 'query_root', film_groups_by_pk?: { __typename?: 'film_groups', id: number, teams: Array<{ __typename?: 'film_group_films', id: number, team: { __typename?: 'teams', id: any, award_nominations_aggregate: { __typename?: 'award_nominations_aggregate', aggregate?: { __typename?: 'award_nominations_aggregate_fields', count: number } | null } } }> } | null, selection_metrics: Array<{ __typename?: 'selection_metrics', id: number, team_id: any, value: number }> };\n\nexport type FilmGroupFilmUpMutationVariables = Exact<{\n filmGroupId: Scalars['Int']['input'];\n oldSort: Scalars['Int']['input'];\n newSort: Scalars['Int']['input'];\n}>;\n\n\nexport type FilmGroupFilmUpMutation = { __typename?: 'mutation_root', reserve?: { __typename?: 'film_group_films_mutation_response', affected_rows: number } | null, bulk?: { __typename?: 'film_group_films_mutation_response', affected_rows: number } | null, swap?: { __typename?: 'film_group_films_mutation_response', affected_rows: number } | null };\n\nexport type FilmGroupFilmDownMutationVariables = Exact<{\n filmGroupId: Scalars['Int']['input'];\n oldSort: Scalars['Int']['input'];\n newSort: Scalars['Int']['input'];\n}>;\n\n\nexport type FilmGroupFilmDownMutation = { __typename?: 'mutation_root', reserve?: { __typename?: 'film_group_films_mutation_response', affected_rows: number } | null, bulk?: { __typename?: 'film_group_films_mutation_response', affected_rows: number } | null, swap?: { __typename?: 'film_group_films_mutation_response', affected_rows: number } | null };\n\nexport type FilmGroupFilmRemoveMutationVariables = Exact<{\n filmGroupId: Scalars['Int']['input'];\n sort: Scalars['Int']['input'];\n}>;\n\n\nexport type FilmGroupFilmRemoveMutation = { __typename?: 'mutation_root', delete_film_group_films?: { __typename?: 'film_group_films_mutation_response', affected_rows: number } | null, update_film_group_films?: { __typename?: 'film_group_films_mutation_response', affected_rows: number } | null };\n\nexport type SpliceFilmGroupFilmMutationVariables = Exact<{\n filmGroupId: Scalars['Int']['input'];\n sort: Scalars['Int']['input'];\n team_id: Scalars['numeric']['input'];\n}>;\n\n\nexport type SpliceFilmGroupFilmMutation = { __typename?: 'mutation_root', update_film_group_films?: { __typename?: 'film_group_films_mutation_response', affected_rows: number } | null, insert_film_group_films_one?: { __typename?: 'film_group_films', id: number } | null };\n\nexport type AdminCreateUserMutationVariables = Exact<{\n email: Scalars['String']['input'];\n name: Scalars['String']['input'];\n createdBy: Scalars['String']['input'];\n}>;\n\n\nexport type AdminCreateUserMutation = { __typename?: 'mutation_root', insert_users_one?: { __typename?: 'users', id: any, name?: string | null, email?: string | null } | null };\n\nexport type AdminEditUserMutationVariables = Exact<{\n id: Scalars['numeric']['input'];\n name: Scalars['String']['input'];\n}>;\n\n\nexport type AdminEditUserMutation = { __typename?: 'mutation_root', update_users_by_pk?: { __typename?: 'users', id: any, name?: string | null, email?: string | null } | null };\n\nexport type TerminalCheckoutMutationVariables = Exact<{\n amount: Scalars['Int']['input'];\n}>;\n\n\nexport type TerminalCheckoutMutation = { __typename?: 'mutation_root', stripeTerminalCharge: string };\n\nexport type TerminalCancelMutationVariables = Exact<{ [key: string]: never; }>;\n\n\nexport type TerminalCancelMutation = { __typename?: 'mutation_root', stripeTerminalCancel: boolean };\n\nexport type FiveFestAcademyFeedbackMutationVariables = Exact<{\n festivalSubmissionId: Scalars['Int']['input'];\n comments?: InputMaybe;\n}>;\n\n\nexport type FiveFestAcademyFeedbackMutation = { __typename?: 'mutation_root', insert_festival_submission_feedback_one?: { __typename?: 'festival_submission_feedback', id: number, comments: string } | null };\n\nexport type FestivalSubmissionVouchersQueryVariables = Exact<{ [key: string]: never; }>;\n\n\nexport type FestivalSubmissionVouchersQuery = { __typename?: 'query_root', festival_submission_vouchers: Array<{ __typename?: 'festival_submission_vouchers', id: number, team: { __typename?: 'teams', id: any, team_number?: any | null, name?: string | null } }> };\n\nexport type ClaimFestivalSubmissionVoucherMutationVariables = Exact<{\n voucherId: Scalars['Int']['input'];\n submissionId: Scalars['Int']['input'];\n}>;\n\n\nexport type ClaimFestivalSubmissionVoucherMutation = { __typename?: 'mutation_root', claimFestivalSubmissionVoucher: boolean };\n\nexport type SubmitFiveFestMutationVariables = Exact<{\n id: Scalars['Int']['input'];\n signature_name: Scalars['String']['input'];\n is_minor: Scalars['Boolean']['input'];\n signature_email?: InputMaybe;\n signature_phone?: InputMaybe;\n}>;\n\n\nexport type SubmitFiveFestMutation = { __typename?: 'mutation_root', submitFiveFest: boolean };\n\nexport type StudioInterviewDetailsQueryVariables = Exact<{\n id?: Scalars['numeric']['input'];\n poster?: Scalars['numeric']['input'];\n}>;\n\n\nexport type StudioInterviewDetailsQuery = { __typename?: 'query_root', studios: Array<{ __typename?: 'studios', id: number, name: string, teams: Array<{ __typename?: 'teams', id: any, created: any, name?: string | null, team_number?: any | null, film_name?: string | null, genre?: string | null, description?: string | null, poster: Array<{ __typename?: 'team_assets', id: any, file_name: string }>, film?: { __typename?: 'films', id: any, mux_playback_id?: string | null, mux_thumbnail_time?: any | null } | null, award_nominations: Array<{ __typename?: 'award_nominations', id?: any | null, award?: { __typename?: 'awards', id: any, name?: string | null } | null, assets: Array<{ __typename?: 'nomination_assets', id: any, file_name: string }>, membership?: { __typename?: 'team_memberships', id: any, registration?: { __typename?: 'registrations', id: any, first_name?: string | null, last_name?: string | null } | null } | null }>, prize_elections: Array<{ __typename?: 'prize_elections', id?: any | null, prize?: { __typename?: 'prizes', id: any, name?: string | null } | null }>, submission?: { __typename?: 'submission_summary', id?: any | null, official_ts?: any | null, is_on_time?: boolean | null } | null, awards: Array<{ __typename?: 'award_winners', id: number, rank: number, award: { __typename?: 'awards', id: any, name?: string | null } }> }> }> };\n\nexport type CreateStudioMutationVariables = Exact<{\n studio: Studios_Insert_Input;\n ffid: Scalars['numeric']['input'];\n}>;\n\n\nexport type CreateStudioMutation = { __typename?: 'mutation_root', insert_studios_one?: { __typename?: 'studios', id: number, name: string, owner_id: number, teams: Array<{ __typename?: 'teams', id: any, name?: string | null, team_number?: any | null, submitted_at?: any | null }> } | null };\n\nexport type UpdateTeamDetailsMutationVariables = Exact<{\n id: Scalars['numeric']['input'];\n set: Teams_Set_Input;\n}>;\n\n\nexport type UpdateTeamDetailsMutation = { __typename?: 'mutation_root', update_teams_by_pk?: { __typename?: 'teams', id: any, name?: string | null, film_name?: string | null, genre?: string | null, description?: string | null } | null };\n\nexport type MyExitInterviewQueryVariables = Exact<{\n teamId: Scalars['Int']['input'];\n}>;\n\n\nexport type MyExitInterviewQuery = { __typename?: 'query_root', exit_interviews: Array<{ __typename?: 'exit_interviews', id: number, ready_at?: any | null }> };\n\nexport type MyExitInterviewSubSubscriptionVariables = Exact<{\n teamId: Scalars['Int']['input'];\n}>;\n\n\nexport type MyExitInterviewSubSubscription = { __typename?: 'subscription_root', exit_interviews: Array<{ __typename?: 'exit_interviews', id: number, ready_at?: any | null }> };\n\nexport type ReadyExitInterviewMutationVariables = Exact<{\n id: Scalars['Int']['input'];\n}>;\n\n\nexport type ReadyExitInterviewMutation = { __typename?: 'mutation_root', update_exit_interviews_by_pk?: { __typename?: 'exit_interviews', id: number, ready_at?: any | null } | null };\n\nexport type DeleteAwardNominationMutationVariables = Exact<{\n id: Scalars['numeric']['input'];\n}>;\n\n\nexport type DeleteAwardNominationMutation = { __typename?: 'mutation_root', delete_nominations_by_pk?: { __typename?: 'nominations', id: any } | null };\n\nexport type DeleteNominationAssetMutationVariables = Exact<{\n id: Scalars['numeric']['input'];\n}>;\n\n\nexport type DeleteNominationAssetMutation = { __typename?: 'mutation_root', delete_nomination_assets_by_pk?: { __typename?: 'nomination_assets', id: any } | null };\n\nexport type DeleteLocationReleaseMutationVariables = Exact<{\n id: Scalars['numeric']['input'];\n}>;\n\n\nexport type DeleteLocationReleaseMutation = { __typename?: 'mutation_root', delete_location_releases_by_pk?: { __typename?: 'location_releases', id: any } | null };\n\nexport type DeleteMembershipMutationVariables = Exact<{\n id: Scalars['numeric']['input'];\n}>;\n\n\nexport type DeleteMembershipMutation = { __typename?: 'mutation_root', update_team_memberships_by_pk?: { __typename?: 'team_memberships', id: any, deleted?: any | null } | null };\n\nexport type DeleteMusicReleaseMutationVariables = Exact<{\n id: Scalars['numeric']['input'];\n}>;\n\n\nexport type DeleteMusicReleaseMutation = { __typename?: 'mutation_root', delete_music_releases_by_pk?: { __typename?: 'music_releases', id: any } | null };\n\nexport type LoadRegistrationQueryVariables = Exact<{\n id: Scalars['numeric']['input'];\n}>;\n\n\nexport type LoadRegistrationQuery = { __typename?: 'query_root', team_membership?: { __typename?: 'team_memberships', id: any, role_id: any, is_invited?: string | null, registration?: { __typename?: 'registrations', address_1?: string | null, address_2?: string | null, bio?: string | null, city?: string | null, country?: string | null, first_name?: string | null, id: any, last_name?: string | null, middle_name?: string | null, primary_email?: string | null, primary_phone?: string | null, secondary_email?: string | null, secondary_phone?: string | null, state?: string | null, zip?: string | null } | null } | null };\n\nexport type ReqeustSignatureMutationVariables = Exact<{\n id: Scalars['Int']['input'];\n}>;\n\n\nexport type ReqeustSignatureMutation = { __typename?: 'mutation_root', sendGuestSignatureMail?: string | null };\n\nexport type InviteMemberMutationVariables = Exact<{\n id: Scalars['Int']['input'];\n}>;\n\n\nexport type InviteMemberMutation = { __typename?: 'mutation_root', sendTeamInvitationMail?: string | null };\n\nexport type InviteGuestMutationVariables = Exact<{\n id: Scalars['Int']['input'];\n}>;\n\n\nexport type InviteGuestMutation = { __typename?: 'mutation_root', sendGuestSignatureMail?: string | null };\n\nexport type CreateTeamMemberMutationVariables = Exact<{\n object: Registrations_Insert_Input;\n}>;\n\n\nexport type CreateTeamMemberMutation = { __typename?: 'mutation_root', registration?: { __typename?: 'registrations', id: any, team_membership: { __typename?: 'team_memberships', id: any, team_id: any, is_invited?: string | null } } | null };\n\nexport type TeamAwardNominationsQueryVariables = Exact<{\n id: Scalars['numeric']['input'];\n}>;\n\n\nexport type TeamAwardNominationsQuery = { __typename?: 'query_root', awards: Array<{ __typename?: 'awards', id: any, name?: string | null, description?: string | null, max_nominations: number, nominations: Array<{ __typename?: 'award_nominations', id?: any | null, team_membership?: { __typename?: 'team_memberships', id: any, role: { __typename?: 'team_roles', id: any, name?: string | null }, registration?: { __typename?: 'registrations', id: any, first_name?: string | null, last_name?: string | null } | null } | null, assets: Array<{ __typename?: 'nomination_assets', id: any, file_name: string, asset_type_id: any }>, asset_types: Array<{ __typename?: 'award_asset_types', id: any, asset_type_id: any }> }>, required_asset_types: Array<{ __typename?: 'award_asset_types', id: any, mime?: string | null, asset_type: { __typename?: 'asset_types', id: any, title?: string | null } }> }> };\n\nexport type CreateAwardNominationMutationVariables = Exact<{\n nomination: Nominations_Insert_Input;\n}>;\n\n\nexport type CreateAwardNominationMutation = { __typename?: 'mutation_root', insert_nominations_one?: { __typename?: 'nominations', id: any } | null };\n\nexport type DeleteTeamAssetMutationVariables = Exact<{\n id: Scalars['numeric']['input'];\n}>;\n\n\nexport type DeleteTeamAssetMutation = { __typename?: 'mutation_root', delete_team_assets_by_pk?: { __typename?: 'team_assets', id: any } | null };\n\nexport type DownloadTeamAssetMutationVariables = Exact<{\n name: Scalars['String']['input'];\n}>;\n\n\nexport type DownloadTeamAssetMutation = { __typename?: 'mutation_root', assetSign?: string | null };\n\nexport type UpdateFilmDetailsMutationVariables = Exact<{\n id: Scalars['numeric']['input'];\n set: Teams_Set_Input;\n}>;\n\n\nexport type UpdateFilmDetailsMutation = { __typename?: 'mutation_root', update_teams_by_pk?: { __typename?: 'teams', id: any, name?: string | null, film_name?: string | null, genre?: string | null, description?: string | null, inspiration_meta: any } | null };\n\nexport type CreateFestivalSubmissionMutationVariables = Exact<{\n object?: Festival_Submissions_Insert_Input;\n}>;\n\n\nexport type CreateFestivalSubmissionMutation = { __typename?: 'mutation_root', insert_festival_submissions_one?: { __typename?: 'festival_submissions', id: number } | null };\n\nexport type AttachAssetToLocationReleaseMutationVariables = Exact<{\n id: Scalars['numeric']['input'];\n assetId: Scalars['numeric']['input'];\n}>;\n\n\nexport type AttachAssetToLocationReleaseMutation = { __typename?: 'mutation_root', update_location_releases_by_pk?: { __typename?: 'location_releases', id: any, asset?: { __typename?: 'team_assets', id: any, file_name: string } | null } | null };\n\nexport type MyMatchupQueryVariables = Exact<{\n filmFestivalId: Scalars['numeric']['input'];\n userId: Scalars['numeric']['input'];\n}>;\n\n\nexport type MyMatchupQuery = { __typename?: 'query_root', matchup_requests: Array<{ __typename?: 'matchup_requests', id: any, first_name: string, last_name: string, email?: string | null, phone?: string | null, type?: string | null, expertise_json: any, genres_json: any, notes?: string | null, withdrawn?: any | null, withdrawn_type?: string | null }> };\n\nexport type MatchupRequestsQueryVariables = Exact<{\n filmFestivalId: Scalars['numeric']['input'];\n type: Scalars['String']['input'];\n}>;\n\n\nexport type MatchupRequestsQuery = { __typename?: 'query_root', requests: Array<{ __typename?: 'matchup_requests', id: any, first_name: string, last_name: string, email?: string | null, phone?: string | null, type?: string | null, expertise_json: any, genres_json: any, notes?: string | null }> };\n\nexport type SaveMyMatchupMutationVariables = Exact<{\n request: Matchup_Requests_Insert_Input;\n}>;\n\n\nexport type SaveMyMatchupMutation = { __typename?: 'mutation_root', insert_matchup_requests_one?: { __typename?: 'matchup_requests', id: any, first_name: string, last_name: string, email?: string | null, phone?: string | null, type?: string | null, expertise_json: any, genres_json: any, notes?: string | null, withdrawn?: any | null, withdrawn_type?: string | null } | null };\n\nexport type AttachAssetToMusicReleaseMutationVariables = Exact<{\n id: Scalars['numeric']['input'];\n assetId: Scalars['numeric']['input'];\n}>;\n\n\nexport type AttachAssetToMusicReleaseMutation = { __typename?: 'mutation_root', update_music_releases_by_pk?: { __typename?: 'music_releases', id: any, asset?: { __typename?: 'team_assets', id: any, file_name: string } | null } | null };\n\nexport type ToggleNoMusicMutationVariables = Exact<{\n teamId: Scalars['numeric']['input'];\n isNoMusic: Scalars['String']['input'];\n}>;\n\n\nexport type ToggleNoMusicMutation = { __typename?: 'mutation_root', update_teams_by_pk?: { __typename?: 'teams', id: any, is_no_music?: string | null } | null };\n\nexport type TeamPaymentMutationVariables = Exact<{\n returnUrl: Scalars['String']['input'];\n lineItems: Array | StripeLineItem;\n teamId?: InputMaybe;\n badgeId?: InputMaybe;\n}>;\n\n\nexport type TeamPaymentMutation = { __typename?: 'mutation_root', url: string };\n\nexport type TeamPrizeNominationsQueryVariables = Exact<{\n ffid: Scalars['numeric']['input'];\n}>;\n\n\nexport type TeamPrizeNominationsQuery = { __typename?: 'query_root', prizes: Array<{ __typename?: 'prizes', id: any, name?: string | null, description?: string | null, mux_playback_id?: string | null, sponsor?: { __typename?: 'sponsors', id: any, name?: string | null } | null }> };\n\nexport type PrizeOptInMutationVariables = Exact<{\n nomination: Nominations_Insert_Input;\n}>;\n\n\nexport type PrizeOptInMutation = { __typename?: 'mutation_root', insert_nominations_one?: { __typename?: 'nominations', id: any } | null };\n\nexport type DeletePrizeNominationMutationVariables = Exact<{\n nomination: Nominations_Bool_Exp;\n}>;\n\n\nexport type DeletePrizeNominationMutation = { __typename?: 'mutation_root', delete_nominations?: { __typename?: 'nominations_mutation_response', affected_rows: number } | null };\n\nexport type SubmitTeamMutationVariables = Exact<{\n id: Scalars['Int']['input'];\n}>;\n\n\nexport type SubmitTeamMutation = { __typename?: 'mutation_root', submitTeam: boolean };\n\nexport type SetThumbTimeMutationVariables = Exact<{\n id: Scalars['numeric']['input'];\n time: Scalars['numeric']['input'];\n}>;\n\n\nexport type SetThumbTimeMutation = { __typename?: 'mutation_root', update_films_by_pk?: { __typename?: 'films', id: any, mux_thumbnail_time?: any | null } | null };\n\nexport type SignAssetMutationVariables = Exact<{\n name: Scalars['String']['input'];\n}>;\n\n\nexport type SignAssetMutation = { __typename?: 'mutation_root', assetSign?: string | null };\n\nexport type CreateAssetUploadMutationVariables = Exact<{\n filename: Scalars['String']['input'];\n}>;\n\n\nexport type CreateAssetUploadMutation = { __typename?: 'mutation_root', assetUpload?: { __typename?: 'AssetUpload', name: string, uploadUrl: string } | null };\n\nexport type UploadTeamAssetMutationVariables = Exact<{\n asset: Team_Assets_Insert_Input;\n}>;\n\n\nexport type UploadTeamAssetMutation = { __typename?: 'mutation_root', insert_team_assets_one?: { __typename?: 'team_assets', id: any } | null };\n\nexport type CreateAwardNominationAssetMutationVariables = Exact<{\n asset: Nomination_Assets_Insert_Input;\n}>;\n\n\nexport type CreateAwardNominationAssetMutation = { __typename?: 'mutation_root', insert_nomination_assets_one?: { __typename?: 'nomination_assets', id: any } | null };\n\nexport type UploadFilmMutationVariables = Exact<{\n fileName: Scalars['String']['input'];\n fileSize: Scalars['Int']['input'];\n teamId: Scalars['Int']['input'];\n}>;\n\n\nexport type UploadFilmMutation = { __typename?: 'mutation_root', muxCreateUpload: string };\n\nexport type UploadFiveFestFilmMutationVariables = Exact<{\n fileName: Scalars['String']['input'];\n fileSize: Scalars['Int']['input'];\n submissionId: Scalars['Int']['input'];\n}>;\n\n\nexport type UploadFiveFestFilmMutation = { __typename?: 'mutation_root', muxCreateFiveFestUpload: string };\n\nexport type UploadFestivalSubmissionAssetMutationVariables = Exact<{\n asset: Festival_Submission_Assets_Insert_Input;\n}>;\n\n\nexport type UploadFestivalSubmissionAssetMutation = { __typename?: 'mutation_root', insert_festival_submission_assets_one?: { __typename?: 'festival_submission_assets', id: number } | null };\n\nexport type JoinLiveKitExitInterviewMutationVariables = Exact<{\n teamId: Scalars['Int']['input'];\n displayName: Scalars['String']['input'];\n}>;\n\n\nexport type JoinLiveKitExitInterviewMutation = { __typename?: 'mutation_root', joinLiveKitExitInterview: string };\n\nexport type CreateLocationReleaseMutationVariables = Exact<{\n release: Location_Releases_Insert_Input;\n}>;\n\n\nexport type CreateLocationReleaseMutation = { __typename?: 'mutation_root', insert_location_releases_one?: { __typename?: 'location_releases', id: any } | null };\n\nexport type UpdateLocationReleaseMutationVariables = Exact<{\n id: Scalars['numeric']['input'];\n release: Location_Releases_Set_Input;\n}>;\n\n\nexport type UpdateLocationReleaseMutation = { __typename?: 'mutation_root', update_location_releases_by_pk?: { __typename?: 'location_releases', id: any, venue_name?: string | null, first_name?: string | null, middle_name?: string | null, last_name?: string | null, address_1?: string | null, address_2?: string | null, city?: string | null, state?: string | null, zip?: string | null, country?: string | null, is_owned_by_team?: string | null, asset?: { __typename?: 'team_assets', id: any, file_name: string } | null } | null };\n\nexport type MatchupExpertiseQueryVariables = Exact<{ [key: string]: never; }>;\n\n\nexport type MatchupExpertiseQuery = { __typename?: 'query_root', expertise: Array<{ __typename?: 'expertise', id: any, name: string }>, genres: Array<{ __typename?: 'genres', id: any, name: string, description?: string | null }> };\n\nexport type CreateMusicReleaseMutationVariables = Exact<{\n release: Music_Releases_Insert_Input;\n}>;\n\n\nexport type CreateMusicReleaseMutation = { __typename?: 'mutation_root', insert_music_releases_one?: { __typename?: 'music_releases', id: any } | null };\n\nexport type UpdateMusicReleaseMutationVariables = Exact<{\n id: Scalars['numeric']['input'];\n release: Music_Releases_Set_Input;\n}>;\n\n\nexport type UpdateMusicReleaseMutation = { __typename?: 'mutation_root', update_music_releases_by_pk?: { __typename?: 'music_releases', id: any, composer?: string | null, duration?: string | null, is_original?: string | null, is_royalty_free?: string | null, publisher?: string | null, royalty_free_source?: string | null, society?: string | null, song_title?: string | null, start_time?: string | null, use_type?: string | null, asset?: { __typename?: 'team_assets', id: any, file_name: string } | null } | null };\n\nexport type LastRegistrationQueryVariables = Exact<{\n user_id: Scalars['numeric']['input'];\n}>;\n\n\nexport type LastRegistrationQuery = { __typename?: 'query_root', pastRegistrations: Array<{ __typename?: 'registrations', first_name?: string | null, middle_name?: string | null, last_name?: string | null, primary_phone?: string | null, secondary_phone?: string | null, primary_email?: string | null, secondary_email?: string | null, address_1?: string | null, address_2?: string | null, city?: string | null, state?: string | null, zip?: string | null, country?: string | null }> };\n\nexport type SaveRegistrationMutationVariables = Exact<{\n id: Scalars['numeric']['input'];\n _set: Registrations_Set_Input;\n}>;\n\n\nexport type SaveRegistrationMutation = { __typename?: 'mutation_root', update_registrations_by_pk?: { __typename?: 'registrations', id: any } | null };\n\nexport type SignRegistrationMutationVariables = Exact<{\n id: Scalars['Int']['input'];\n hash?: InputMaybe;\n signature_name: Scalars['String']['input'];\n signature_phone?: InputMaybe;\n signature_email?: InputMaybe;\n is_minor?: InputMaybe;\n}>;\n\n\nexport type SignRegistrationMutation = { __typename?: 'mutation_root', provideRegistrationSignature: boolean };\n\nexport type AwardsCeremonyCheckinQueryQueryVariables = Exact<{\n ffid: Scalars['numeric']['input'];\n ffidInt: Scalars['Int']['input'];\n}>;\n\n\nexport type AwardsCeremonyCheckinQueryQuery = { __typename?: 'query_root', teams: Array<{ __typename?: 'teams', id: any, team_number?: any | null, name?: string | null, film_name?: string | null, studio?: { __typename?: 'studios', id: number, name: string } | null, poster: Array<{ __typename?: 'team_assets', id: any, file_name: string }> }>, festival_submissions: Array<{ __typename?: 'festival_submissions', id: number, film_title: string, production_company: string, first_name: string, last_name: string, poster: Array<{ __typename?: 'festival_submission_assets', id: number, file_name: string }> }> };\n\nexport type RecordAwardsCeremonyCheckinMutationVariables = Exact<{\n announce: Scalars['String']['input'];\n teamId?: InputMaybe;\n festivalSubmissionId?: InputMaybe;\n}>;\n\n\nexport type RecordAwardsCeremonyCheckinMutation = { __typename?: 'mutation_root', recordAwardsCeremonyCheckin: boolean };\n\nexport type ExitInterviewsQueryVariables = Exact<{ [key: string]: never; }>;\n\n\nexport type ExitInterviewsQuery = { __typename?: 'query_root', exit_interviews: Array<{ __typename?: 'exit_interviews', id: number, live_kit_room_status?: string | null, mux_live_stream_playback_id?: string | null, mux_live_stream_status?: string | null, created_at: any, ready_at?: any | null, team: { __typename?: 'teams', id: any, team_number?: any | null, name?: string | null, film_name?: string | null, studio?: { __typename?: 'studios', id: number, name: string } | null }, interviewer?: { __typename?: 'users', id: any, name?: string | null, picture?: string | null } | null }> };\n\nexport type ExitInterviewsSubSubscriptionVariables = Exact<{ [key: string]: never; }>;\n\n\nexport type ExitInterviewsSubSubscription = { __typename?: 'subscription_root', exit_interviews: Array<{ __typename?: 'exit_interviews', id: number, live_kit_room_status?: string | null, mux_live_stream_playback_id?: string | null, mux_live_stream_status?: string | null, created_at: any, ready_at?: any | null, team: { __typename?: 'teams', id: any, team_number?: any | null, name?: string | null, film_name?: string | null, studio?: { __typename?: 'studios', id: number, name: string } | null }, interviewer?: { __typename?: 'users', id: any, name?: string | null, picture?: string | null } | null }> };\n\nexport type ClaimExitInterviewMutationVariables = Exact<{\n id: Scalars['Int']['input'];\n userId?: InputMaybe;\n}>;\n\n\nexport type ClaimExitInterviewMutation = { __typename?: 'mutation_root', update_exit_interviews_by_pk?: { __typename?: 'exit_interviews', id: number, claimed_by?: number | null, interviewer?: { __typename?: 'users', id: any, sub?: string | null, name?: string | null, picture?: string | null } | null } | null };\n\nexport type FilmGroupFilmsQueryVariables = Exact<{\n ffid: Scalars['numeric']['input'];\n poster: Scalars['numeric']['input'];\n ffidInt: Scalars['Int']['input'];\n posterInt: Scalars['Int']['input'];\n}>;\n\n\nexport type FilmGroupFilmsQuery = { __typename?: 'query_root', teams: Array<{ __typename?: 'teams', id: any, team_number?: any | null, name?: string | null, film_name?: string | null, poster: Array<{ __typename?: 'team_assets', id: any, file_name: string }> }>, festival_submissions: Array<{ __typename?: 'festival_submissions', id: number, film_title: string, genre: { __typename?: 'festival_genres', id: number, name: string }, poster: Array<{ __typename?: 'festival_submission_assets', id: number, file_name: string }> }>, film_groups: Array<{ __typename?: 'film_groups', id: number, name: string, type: string, teams: Array<{ __typename?: 'film_group_films', id: number, sort: number, team: { __typename?: 'teams', id: any, team_number?: any | null, name?: string | null, film_name?: string | null, poster: Array<{ __typename?: 'team_assets', id: any, file_name: string }> } }>, festival_submissions: Array<{ __typename?: 'film_group_festival_submissions', id: number, sort: number, festival_submission: { __typename?: 'festival_submissions', id: number, film_title: string, genre: { __typename?: 'festival_genres', id: number, name: string }, poster: Array<{ __typename?: 'festival_submission_assets', id: number, file_name: string }> } }> }> };\n\nexport type FilmGroupAssignmentsQueryVariables = Exact<{\n ffid: Scalars['numeric']['input'];\n}>;\n\n\nexport type FilmGroupAssignmentsQuery = { __typename?: 'query_root', film_groups: Array<{ __typename?: 'film_groups', id: number, name: string, type: string, users: Array<{ __typename?: 'film_group_users', id: number, film_group_id: number, rankings: any, updated_at: any, submitted_at?: any | null, user: { __typename?: 'users', id: any, name?: string | null, email?: string | null, sub?: string | null, picture?: string | null } }> }> };\n\nexport type UsersByRoleQueryVariables = Exact<{\n role: Scalars['String']['input'];\n}>;\n\n\nexport type UsersByRoleQuery = { __typename?: 'query_root', users: Array<{ __typename?: 'users', id: any, name?: string | null, email?: string | null, picture?: string | null, meta: any }> };\n\nexport type AssignFilmGroupMutationVariables = Exact<{\n objects: Array | Film_Group_Users_Insert_Input;\n}>;\n\n\nexport type AssignFilmGroupMutation = { __typename?: 'mutation_root', insert_film_group_users?: { __typename?: 'film_group_users_mutation_response', affected_rows: number } | null };\n\nexport type FiveFestAcademyReviewQueryVariables = Exact<{\n ffid: Scalars['numeric']['input'];\n}>;\n\n\nexport type FiveFestAcademyReviewQuery = { __typename?: 'query_root', film_groups: Array<{ __typename?: 'film_groups', id: number, name: string, festival_submissions: Array<{ __typename?: 'film_group_festival_submissions', id: number, sort: number, festival_submission: { __typename?: 'festival_submissions', id: number, film_title: string, genre: { __typename?: 'festival_genres', id: number, name: string }, poster: Array<{ __typename?: 'festival_submission_assets', id: number, file_name: string }> } }>, users: Array<{ __typename?: 'film_group_users', id: number, film_group_id: number, rankings: any, user: { __typename?: 'users', id: any, sub?: string | null, name?: string | null, email?: string | null, picture?: string | null } }>, festival_genre?: { __typename?: 'festival_genres', id: number, name: string } | null }> };\n\nexport type JudgeReviewQueryVariables = Exact<{\n ffid: Scalars['numeric']['input'];\n}>;\n\n\nexport type JudgeReviewQuery = { __typename?: 'query_root', film_groups: Array<{ __typename?: 'film_groups', id: number, name: string, teams: Array<{ __typename?: 'film_group_films', id: number, sort: number, team: { __typename?: 'teams', id: any, team_number?: any | null, name?: string | null, film_name?: string | null, poster: Array<{ __typename?: 'team_assets', id: any, file_name: string }> } }>, users: Array<{ __typename?: 'film_group_users', id: number, film_group_id: number, rankings: any, user: { __typename?: 'users', id: any, sub?: string | null, name?: string | null, email?: string | null, picture?: string | null } }>, award?: { __typename?: 'awards', id: any, name?: string | null, description?: string | null } | null }> };\n\nexport type SelectionReviewQueryVariables = Exact<{\n ffid: Scalars['numeric']['input'];\n}>;\n\n\nexport type SelectionReviewQuery = { __typename?: 'query_root', film_groups: Array<{ __typename?: 'film_groups', id: number, name: string, teams: Array<{ __typename?: 'film_group_films', id: number, sort: number, team: { __typename?: 'teams', id: any, team_number?: any | null, name?: string | null, film_name?: string | null, poster: Array<{ __typename?: 'team_assets', id: any, file_name: string }>, selection_metrics: Array<{ __typename?: 'selection_metrics', id: number, team_id: any, award_id: any, real_user_id: number, value: number }>, award_nominations_aggregate: { __typename?: 'award_nominations_aggregate', aggregate?: { __typename?: 'award_nominations_aggregate_fields', count: number } | null } } }>, users: Array<{ __typename?: 'film_group_users', id: number, user: { __typename?: 'users', id: any, sub?: string | null, name?: string | null, email?: string | null, picture?: string | null } }> }>, awards: Array<{ __typename?: 'awards', id: any, name?: string | null, description?: string | null, max_nominations: number }> };\n\nexport type SuperSharablesQueryVariables = Exact<{ [key: string]: never; }>;\n\n\nexport type SuperSharablesQuery = { __typename?: 'query_root', sharables: Array<{ __typename?: 'sharables', id: number, title: string, description?: string | null, mux_playback_id: string, mux_thumb_time?: any | null }> };\n\nexport type SuperFilmsForSharingQueryVariables = Exact<{ [key: string]: never; }>;\n\n\nexport type SuperFilmsForSharingQuery = { __typename?: 'query_root', teams: Array<{ __typename?: 'teams', id: any, name?: string | null, team_number?: any | null, film_name?: string | null, film_festival: { __typename?: 'film_festivals', id: any, name: string }, film?: { __typename?: 'films', id: any, mux_playback_id?: string | null, mux_thumbnail_time?: any | null } | null }> };\n\nexport type AdminTeamsSearchQueryVariables = Exact<{\n search?: InputMaybe;\n limit?: InputMaybe;\n offset?: InputMaybe;\n}>;\n\n\nexport type AdminTeamsSearchQuery = { __typename?: 'query_root', teams_aggregate: { __typename?: 'teams_aggregate', aggregate?: { __typename?: 'teams_aggregate_fields', count: number } | null }, teams: Array<{ __typename?: 'teams', id: any, team_number?: any | null, name?: string | null, film_name?: string | null, genre?: string | null, submitted_at?: any | null, owner_id: any, film_festival: { __typename?: 'film_festivals', id: any, name: string, due_at?: any | null }, studio?: { __typename?: 'studios', id: number, name: string } | null, film?: { __typename?: 'films', id: any, mux_playback_id?: string | null } | null }> };\n\nexport type AdminUsersSearchQueryVariables = Exact<{\n search: Scalars['String']['input'];\n limit?: InputMaybe;\n offset?: InputMaybe;\n}>;\n\n\nexport type AdminUsersSearchQuery = { __typename?: 'query_root', users_aggregate: { __typename?: 'users_aggregate', aggregate?: { __typename?: 'users_aggregate_fields', count: number } | null }, users: Array<{ __typename?: 'users', id: any, sub?: string | null, name?: string | null, email?: string | null, picture?: string | null, meta: any, created: any, roles: any }> };\n\nexport type AdminUsersSetMetaMutationVariables = Exact<{\n id: Scalars['numeric']['input'];\n meta: Scalars['jsonb']['input'];\n}>;\n\n\nexport type AdminUsersSetMetaMutation = { __typename?: 'mutation_root', update_users_by_pk?: { __typename?: 'users', id: any, meta: any, roles: any } | null };\n\nexport type PackageInventoryQueryVariables = Exact<{\n ffid?: Scalars['Int']['input'];\n}>;\n\n\nexport type PackageInventoryQuery = { __typename?: 'query_root', ticket_tailor_vouchers: Array<{ __typename?: 'ticket_tailor_vouchers', id: number, value: number }> };\n\nexport type MyVouchersQueryVariables = Exact<{\n ffid?: Scalars['Int']['input'];\n}>;\n\n\nexport type MyVouchersQuery = { __typename?: 'query_root', ticket_tailor_vouchers: Array<{ __typename?: 'ticket_tailor_vouchers', id: number, code: string, value: number }> };\n\nexport type GetGuestRegistrationQueryVariables = Exact<{\n hash: Scalars['String']['input'];\n}>;\n\n\nexport type GetGuestRegistrationQuery = { __typename?: 'query_root', registration?: { __typename?: 'ObscuredRegistration', id: number, first_name: string, middle_name: string, last_name: string, primary_email: string, secondary_email: string, primary_phone: string, secondary_phone: string, address_1: string, address_2: string, city: string, state: string, zip: string, country: string, role: string, film_festival: string, team: string, signature_ts?: string | null, signature_name?: string | null, is_minor: boolean, signature_phone?: string | null, signature_email?: string | null } | null };\n\nexport type MyPendingInvitesQueryVariables = Exact<{\n ffid: Scalars['numeric']['input'];\n email: Scalars['String']['input'];\n}>;\n\n\nexport type MyPendingInvitesQuery = { __typename?: 'query_root', invitations: Array<{ __typename?: 'team_memberships', id: any, registration?: { __typename?: 'registrations', id: any, first_name?: string | null, middle_name?: string | null, last_name?: string | null, primary_email?: string | null, secondary_email?: string | null, primary_phone?: string | null, secondary_phone?: string | null, address_1?: string | null, address_2?: string | null, city?: string | null, state?: string | null, zip?: string | null, country?: string | null } | null, role: { __typename?: 'team_roles', id: any, name?: string | null }, team: { __typename?: 'teams', id: any, name?: string | null, team_number?: any | null, studio?: { __typename?: 'studios', id: number, name: string } | null } }> };\n\nexport type ShouldReloadTeamSubscriptionVariables = Exact<{\n id: Scalars['ID']['input'];\n}>;\n\n\nexport type ShouldReloadTeamSubscription = { __typename?: 'subscription_root', shouldReloadTeam: boolean };\n\nexport type CreateTeamMutationVariables = Exact<{\n object: Registrations_Insert_Input;\n}>;\n\n\nexport type CreateTeamMutation = { __typename?: 'mutation_root', insert_registrations_one?: { __typename?: 'registrations', id: any, team_membership: { __typename?: 'team_memberships', id: any, team_id: any } } | null };\n\nexport type ShouldReloadFestivalSubmissionSubscriptionVariables = Exact<{\n id: Scalars['ID']['input'];\n}>;\n\n\nexport type ShouldReloadFestivalSubmissionSubscription = { __typename?: 'subscription_root', shouldReloadFestivalSubmission: boolean };\n\nexport type PrizeSponsorFilmGroupsQueryVariables = Exact<{\n ffid: Scalars['numeric']['input'];\n poster: Scalars['numeric']['input'];\n}>;\n\n\nexport type PrizeSponsorFilmGroupsQuery = { __typename?: 'query_root', filmGroups: Array<{ __typename?: 'film_groups', id: number, name: string, teams: Array<{ __typename?: 'film_group_films', id: number, team: { __typename?: 'teams', id: any, name?: string | null, team_number?: any | null, film_name?: string | null, genre?: string | null, description?: string | null, poster: Array<{ __typename?: 'team_assets', id: any, file_name: string }>, film?: { __typename?: 'films', id: any, mux_playback_id?: string | null, mux_thumbnail_time?: any | null } | null, studio?: { __typename?: 'studios', id: number, name: string } | null } }> }> };\n\nexport type ArchiveFestivalQueryQueryVariables = Exact<{ [key: string]: never; }>;\n\n\nexport type ArchiveFestivalQueryQuery = { __typename?: 'query_root', awards: Array<{ __typename?: 'awards', id: any, name?: string | null }>, film_festivals: Array<{ __typename?: 'film_festivals', id: any, name: string, is_fm: boolean, teams: Array<{ __typename?: 'teams', id: any, team_number?: any | null, name?: string | null, film_name?: string | null, genre?: string | null, description?: string | null, poster: Array<{ __typename?: 'team_assets', id: any, file_name: string }>, film?: { __typename?: 'films', id: any, mux_playback_id?: string | null, mux_thumbnail_time?: any | null } | null, studio?: { __typename?: 'studios', id: number, name: string } | null, awards: Array<{ __typename?: 'award_winners', id: number, rank: number, award_id: number }> }> }> };\n\nexport type FilmGroupsQueryQueryVariables = Exact<{\n ffid: Scalars['numeric']['input'];\n}>;\n\n\nexport type FilmGroupsQueryQuery = { __typename?: 'query_root', film_groups: Array<{ __typename?: 'film_groups', id: number, name: string, teams: Array<{ __typename?: 'film_group_films', id: number, sort: number, team: { __typename?: 'teams', id: any, team_number?: any | null, name?: string | null, film_name?: string | null, poster: Array<{ __typename?: 'team_assets', id: any, file_name: string }> } }> }> };\n\nexport type AudienceFavoriteCountsQueryVariables = Exact<{\n ffid: Scalars['numeric']['input'];\n}>;\n\n\nexport type AudienceFavoriteCountsQuery = { __typename?: 'query_root', audience_favorite_counts: Array<{ __typename?: 'audience_favorite_counts', count?: any | null, id?: number | null, team?: { __typename?: 'teams', id: any, name?: string | null, film_name?: string | null } | null }> };\n\nexport type RecordAudienceFavoriteVoteMutationVariables = Exact<{\n teamId: Scalars['Int']['input'];\n userId: Scalars['Int']['input'];\n}>;\n\n\nexport type RecordAudienceFavoriteVoteMutation = { __typename?: 'mutation_root', insert_audience_favorite_votes_one?: { __typename?: 'audience_favorite_votes', id: number } | null };\n\nexport type TeamRoleFragment = { __typename?: 'team_roles', id: any, name?: string | null, description?: string | null } & { ' $fragmentName'?: 'TeamRoleFragment' };\n\nexport type CountryFragment = { __typename?: 'countries', id: any, name?: string | null, code?: string | null } & { ' $fragmentName'?: 'CountryFragment' };\n\nexport type StudioInfoLiteFragment = { __typename?: 'studios', id: number, name: string, owner_id: number, teams: Array<{ __typename?: 'teams', id: any, name?: string | null, team_number?: any | null, submitted_at?: any | null }> } & { ' $fragmentName'?: 'StudioInfoLiteFragment' };\n\nexport type GenreFragment = { __typename?: 'genres', id: any, name: string, description?: string | null } & { ' $fragmentName'?: 'GenreFragment' };\n\nexport type FestivalGenreFragment = { __typename?: 'festival_genres', id: number, name: string, description?: string | null } & { ' $fragmentName'?: 'FestivalGenreFragment' };\n\nexport type AssetTypeFragment = { __typename?: 'asset_types', id: any, title?: string | null } & { ' $fragmentName'?: 'AssetTypeFragment' };\n\nexport type FestivalManagerCacheQueryVariables = Exact<{\n userId: Scalars['numeric']['input'];\n userIdInt: Scalars['Int']['input'];\n ffid: Scalars['Int']['input'];\n ffidNum: Scalars['numeric']['input'];\n}>;\n\n\nexport type FestivalManagerCacheQuery = { __typename?: 'query_root', team_roles: Array<(\n { __typename?: 'team_roles' }\n & { ' $fragmentRefs'?: { 'TeamRoleFragment': TeamRoleFragment } }\n )>, countries: Array<(\n { __typename?: 'countries' }\n & { ' $fragmentRefs'?: { 'CountryFragment': CountryFragment } }\n )>, genres: Array<(\n { __typename?: 'genres' }\n & { ' $fragmentRefs'?: { 'GenreFragment': GenreFragment } }\n )>, festival_genres: Array<(\n { __typename?: 'festival_genres' }\n & { ' $fragmentRefs'?: { 'FestivalGenreFragment': FestivalGenreFragment } }\n )>, studios: Array<(\n { __typename?: 'studios' }\n & { ' $fragmentRefs'?: { 'StudioInfoLiteFragment': StudioInfoLiteFragment } }\n )>, assetTypes: Array<(\n { __typename?: 'asset_types' }\n & { ' $fragmentRefs'?: { 'AssetTypeFragment': AssetTypeFragment } }\n )> };\n\nexport type UpsertFiveFestAcademyRankingsMutationVariables = Exact<{\n object: Film_Group_Users_Insert_Input;\n}>;\n\n\nexport type UpsertFiveFestAcademyRankingsMutation = { __typename?: 'mutation_root', insert_film_group_users_one?: { __typename?: 'film_group_users', id: number, film_group_id: number, user_id: number, rankings: any, submitted_at?: any | null } | null };\n\nexport type FiveFestAcademyFilmGroupsQueryVariables = Exact<{\n ffid: Scalars['numeric']['input'];\n poster: Scalars['Int']['input'];\n}>;\n\n\nexport type FiveFestAcademyFilmGroupsQuery = { __typename?: 'query_root', filmGroups: Array<{ __typename?: 'film_groups', id: number, name: string, users: Array<{ __typename?: 'film_group_users', id: number, film_group_id: number, user_id: number, rankings: any, submitted_at?: any | null }>, festival_submissions: Array<{ __typename?: 'film_group_festival_submissions', id: number, sort: number, festival_submission: { __typename?: 'festival_submissions', id: number, film_title: string, tagline?: string | null, synopsis: string, production_company: string, production_year: string, mux_playback_id?: string | null, mux_thumbnail_time?: any | null, poster: Array<{ __typename?: 'festival_submission_assets', id: number, file_name: string }>, genre: { __typename?: 'festival_genres', id: number, name: string }, feedback: Array<{ __typename?: 'festival_submission_feedback', id: number, comments: string }> } }> }> };\n\nexport type FestivalSubmissionQueryQueryVariables = Exact<{\n ffid: Scalars['Int']['input'];\n poster: Scalars['Int']['input'];\n}>;\n\n\nexport type FestivalSubmissionQueryQuery = { __typename?: 'query_root', festival_submissions: Array<{ __typename?: 'festival_submissions', id: number, film_title: string, tagline?: string | null, paid_at?: any | null, submitted_at?: any | null, poster: Array<{ __typename?: 'festival_submission_assets', id: number, file_name: string }> }> };\n\nexport type LoadFestivalSubmissionQueryVariables = Exact<{\n id: Scalars['Int']['input'];\n}>;\n\n\nexport type LoadFestivalSubmissionQuery = { __typename?: 'query_root', festival_submissions_by_pk?: { __typename?: 'festival_submissions', id: number, first_name: string, middle_name?: string | null, last_name: string, primary_phone: string, secondary_phone?: string | null, primary_email: string, secondary_email?: string | null, address_1: string, address_2?: string | null, city: string, state: string, zip: string, country: string, film_title: string, tagline?: string | null, production_year: string, production_company: string, synopsis: string, mux_asset_id?: string | null, mux_upload_id?: string | null, mux_playback_id?: string | null, mux_asset_data?: any | null, paid_at?: any | null, submitted_at?: any | null, genre: { __typename?: 'festival_genres', id: number, name: string, description?: string | null }, assets: Array<{ __typename?: 'festival_submission_assets', id: number, file_name: string, created_at: any, asset_type: { __typename?: 'asset_types', id: any, title?: string | null } }>, vouchers: Array<{ __typename?: 'festival_submission_vouchers', id: number, team: { __typename?: 'teams', id: any, studio_id?: number | null, team_number?: any | null, name?: string | null } }> } | null };\n\nexport type SubmissionPaymentMutationVariables = Exact<{\n returnUrl: Scalars['String']['input'];\n lineItems: Array | StripeLineItem;\n festivalSubmissionId: Scalars['Int']['input'];\n}>;\n\n\nexport type SubmissionPaymentMutation = { __typename?: 'mutation_root', url: string };\n\nexport type SaveFestivalSubmissionMutationVariables = Exact<{\n id: Scalars['Int']['input'];\n _set?: InputMaybe;\n}>;\n\n\nexport type SaveFestivalSubmissionMutation = { __typename?: 'mutation_root', update_festival_submissions_by_pk?: { __typename?: 'festival_submissions', id: number } | null };\n\nexport type JudgeSaveRankingsMutationVariables = Exact<{\n id: Scalars['Int']['input'];\n rankings?: InputMaybe;\n}>;\n\n\nexport type JudgeSaveRankingsMutation = { __typename?: 'mutation_root', update_film_group_users_by_pk?: { __typename?: 'film_group_users', id: number, film_group_id: number, user_id: number, rankings: any, submitted_at?: any | null } | null };\n\nexport type JudgeSaveSubmittedAtMutationVariables = Exact<{\n id: Scalars['Int']['input'];\n submittedAt?: InputMaybe;\n}>;\n\n\nexport type JudgeSaveSubmittedAtMutation = { __typename?: 'mutation_root', update_film_group_users_by_pk?: { __typename?: 'film_group_users', id: number, film_group_id: number, user_id: number, rankings: any, submitted_at?: any | null } | null };\n\nexport type JudgeFilmGroupsQueryVariables = Exact<{\n ffid: Scalars['numeric']['input'];\n poster: Scalars['numeric']['input'];\n}>;\n\n\nexport type JudgeFilmGroupsQuery = { __typename?: 'query_root', filmGroups: Array<{ __typename?: 'film_groups', id: number, name: string, users: Array<{ __typename?: 'film_group_users', id: number, film_group_id: number, user_id: number, rankings: any, submitted_at?: any | null }>, award?: { __typename?: 'awards', id: any, name?: string | null, description?: string | null } | null, teams: Array<{ __typename?: 'film_group_films', id: number, sort: number, team: { __typename?: 'teams', id: any, name?: string | null, team_number?: any | null, film_name?: string | null, genre?: string | null, description?: string | null, poster: Array<{ __typename?: 'team_assets', id: any, file_name: string }>, film?: { __typename?: 'films', id: any, mux_playback_id?: string | null, mux_thumbnail_time?: any | null } | null, studio?: { __typename?: 'studios', id: number, name: string } | null, award_nominations: Array<{ __typename?: 'award_nominations', id?: any | null, award?: { __typename?: 'awards', id: any, name?: string | null } | null, assets: Array<{ __typename?: 'nomination_assets', id: any, file_name: string }>, membership?: { __typename?: 'team_memberships', id: any, registration?: { __typename?: 'registrations', id: any, first_name?: string | null, last_name?: string | null } | null } | null }> } }> }> };\n\nexport type ScreeningPlaylistQueryVariables = Exact<{ [key: string]: never; }>;\n\n\nexport type ScreeningPlaylistQuery = { __typename?: 'query_root', film_groups: Array<{ __typename?: 'film_groups', id: number, name: string, teams: Array<{ __typename?: 'film_group_films', id: number, sort: number, film_group_id: number, team: { __typename?: 'teams', id: any, team_number?: any | null, name?: string | null, film_name?: string | null, genre?: string | null, description?: string | null, poster: Array<{ __typename?: 'team_assets', id: any, file_name: string }>, film?: { __typename?: 'films', id: any, mux_playback_id?: string | null, mux_thumbnail_time?: any | null } | null, studio?: { __typename?: 'studios', id: number, name: string } | null } }> }>, five_fest_film_groups: Array<{ __typename?: 'film_groups', id: number, name: string, festival_submissions: Array<{ __typename?: 'film_group_festival_submissions', id: number, sort: number, festival_submission: { __typename?: 'festival_submissions', id: number, film_title: string, production_company: string, production_year: string, synopsis: string, tagline?: string | null, first_name: string, last_name: string, mux_playback_id?: string | null, genre: { __typename?: 'festival_genres', id: number, name: string }, poster: Array<{ __typename?: 'festival_submission_assets', id: number, file_name: string }> } }> }> };\n\nexport type SelectionFilmGroupsQueryVariables = Exact<{\n ffid: Scalars['numeric']['input'];\n poster: Scalars['numeric']['input'];\n}>;\n\n\nexport type SelectionFilmGroupsQuery = { __typename?: 'query_root', filmGroups: Array<{ __typename?: 'film_groups', id: number, name: string, teams: Array<{ __typename?: 'film_group_films', id: number, team: { __typename?: 'teams', id: any, name?: string | null, team_number?: any | null, film_name?: string | null, genre?: string | null, description?: string | null, poster: Array<{ __typename?: 'team_assets', id: any, file_name: string }>, film?: { __typename?: 'films', id: any, mux_playback_id?: string | null, mux_thumbnail_time?: any | null } | null, studio?: { __typename?: 'studios', id: number, name: string } | null, selection_metrics_aggregate: { __typename?: 'selection_metrics_aggregate', aggregate?: { __typename?: 'selection_metrics_aggregate_fields', count: number } | null }, selection_metrics: Array<{ __typename?: 'selection_metrics', id: number, award_id: any, value: number }>, award_nominations: Array<{ __typename?: 'award_nominations', id?: any | null, award?: { __typename?: 'awards', id: any, name?: string | null } | null, assets: Array<{ __typename?: 'nomination_assets', id: any, file_name: string }>, membership?: { __typename?: 'team_memberships', id: any, registration?: { __typename?: 'registrations', id: any, first_name?: string | null, last_name?: string | null } | null } | null }> } }>, selection_progresses: Array<{ __typename?: 'selection_progress', id: number, index: number, seek: number }> }>, awards: Array<{ __typename?: 'awards', id: any, name?: string | null, description?: string | null, max_nominations: number }> };\n\nexport type UpsertSelectionProgressMutationVariables = Exact<{\n film_group_id: Scalars['Int']['input'];\n index: Scalars['Int']['input'];\n}>;\n\n\nexport type UpsertSelectionProgressMutation = { __typename?: 'mutation_root', insert_selection_progress_one?: { __typename?: 'selection_progress', id: number, index: number, seek: number } | null };\n\nexport type UpsertSelectionMetricMutationVariables = Exact<{\n award_id: Scalars['numeric']['input'];\n team_id: Scalars['numeric']['input'];\n value: Scalars['Int']['input'];\n}>;\n\n\nexport type UpsertSelectionMetricMutation = { __typename?: 'mutation_root', insert_selection_metrics_one?: { __typename?: 'selection_metrics', id: number, team_id: any, award_id: any, value: number, team: { __typename?: 'teams', id: any, selection_metrics_aggregate: { __typename?: 'selection_metrics_aggregate', aggregate?: { __typename?: 'selection_metrics_aggregate_fields', count: number } | null } } } | null };\n\nexport type UserFragment = { __typename?: 'users', id: any, name?: string | null, email?: string | null, sub?: string | null, picture?: string | null } & { ' $fragmentName'?: 'UserFragment' };\n\nexport type WhoamiQueryVariables = Exact<{ [key: string]: never; }>;\n\n\nexport type WhoamiQuery = { __typename?: 'query_root', users: Array<(\n { __typename?: 'users' }\n & { ' $fragmentRefs'?: { 'UserFragment': UserFragment } }\n )> };\n\nexport type StudioCacheQueryVariables = Exact<{\n id: Scalars['Int']['input'];\n}>;\n\n\nexport type StudioCacheQuery = { __typename?: 'query_root', studio?: { __typename?: 'studios', id: number, name: string, owner_id: number, participating_since?: string | null, slogan?: string | null, teams: Array<{ __typename?: 'teams', id: any, name?: string | null, film_name?: string | null, team_number?: any | null, film_festival: { __typename?: 'film_festivals', id: any, name: string }, film?: { __typename?: 'films', id: any, vimeo_url?: string | null, mux_playback_id?: string | null, mux_thumbnail_time?: any | null, recommendations?: any | null } | null, memberships_aggregate: { __typename?: 'team_memberships_aggregate', aggregate?: { __typename?: 'team_memberships_aggregate_fields', count: number } | null }, memberships: Array<{ __typename?: 'team_memberships', id: any, user_id?: any | null, role: { __typename?: 'team_roles', id: any, name?: string | null }, registration?: { __typename?: 'registrations', id: any, first_name?: string | null, last_name?: string | null } | null }> }> } | null };\n\nexport type TeamCacheQueryVariables = Exact<{\n id: Scalars['numeric']['input'];\n posterAssetTypeId: Scalars['numeric']['input'];\n}>;\n\n\nexport type TeamCacheQuery = { __typename?: 'query_root', team?: { __typename?: 'teams', id: any, studio_id?: number | null, owner_id: any, name?: string | null, team_number?: any | null, film_name?: string | null, genre?: string | null, description?: string | null, duration?: string | null, is_no_music?: string | null, submitted_at?: any | null, inspiration_meta: any, film_festival: { __typename?: 'film_festivals', id: any, name: string, registration_fee: any, due_at?: any | null }, festival_submission_vouchers: Array<{ __typename?: 'festival_submission_vouchers', id: number, redeemed_at?: any | null, festival_submission?: { __typename?: 'festival_submissions', id: number, film_title: string, mux_playback_id?: string | null, submitted_at?: any | null } | null }>, memberships: Array<{ __typename?: 'team_memberships', id: any, is_invited?: string | null, user_id?: any | null, registration?: { __typename?: 'registrations', id: any, first_name?: string | null, last_name?: string | null, primary_email?: string | null, signature_ts?: any | null } | null, role: { __typename?: 'team_roles', id: any, name?: string | null }, user?: { __typename?: 'users', id: any, sub?: string | null } | null }>, award_nominations: Array<{ __typename?: 'award_nominations', id?: any | null, award_id?: any | null, asset_types: Array<{ __typename?: 'award_asset_types', id: any, asset_type_id: any }>, assets: Array<{ __typename?: 'nomination_assets', id: any, asset_type_id: any }> }>, prize_elections: Array<{ __typename?: 'prize_elections', id?: any | null, prize_id?: any | null }>, music_releases: Array<{ __typename?: 'music_releases', id: any, song_title?: string | null, composer?: string | null, publisher?: string | null, start_time?: string | null, duration?: string | null, society?: string | null, use_type?: string | null, is_royalty_free?: string | null, royalty_free_source?: string | null, is_original?: string | null, asset?: { __typename?: 'team_assets', id: any, file_name: string } | null }>, location_releases: Array<{ __typename?: 'location_releases', id: any, venue_name?: string | null, first_name?: string | null, middle_name?: string | null, last_name?: string | null, address_1?: string | null, address_2?: string | null, city?: string | null, state?: string | null, zip?: string | null, country?: string | null, is_owned_by_team?: string | null, asset?: { __typename?: 'team_assets', id: any, file_name: string } | null }>, payments_aggregate: { __typename?: 'payments_aggregate', aggregate?: { __typename?: 'payments_aggregate_fields', sum?: { __typename?: 'payments_sum_fields', amount?: any | null } | null } | null }, film?: { __typename?: 'films', id: any, duration?: any | null, mux_playback_id?: string | null, mux_thumbnail_time?: any | null, uploaded_at?: any | null, recommendations?: any | null } | null, posters: Array<{ __typename?: 'team_assets', id: any, file_name: string }>, assets: Array<{ __typename?: 'team_assets', id: any, file_name: string, asset_type: { __typename?: 'asset_types', id: any, title?: string | null } }>, submission?: { __typename?: 'submission_summary', id?: any | null, paperwork_ts?: any | null, film_ts?: any | null, has_reupload?: boolean | null, official_ts?: any | null, is_on_time?: boolean | null } | null, matchup_requests_aggregate: { __typename?: 'matchup_requests_aggregate', aggregate?: { __typename?: 'matchup_requests_aggregate_fields', count: number } | null } } | null, awards: Array<{ __typename?: 'awards', id: any }> };\n\nexport const TeamRoleFragmentDoc = {\"kind\":\"Document\",\"definitions\":[{\"kind\":\"FragmentDefinition\",\"name\":{\"kind\":\"Name\",\"value\":\"TeamRole\"},\"typeCondition\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"team_roles\"}},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"name\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"description\"}}]}}]} as unknown as DocumentNode;\nexport const CountryFragmentDoc = {\"kind\":\"Document\",\"definitions\":[{\"kind\":\"FragmentDefinition\",\"name\":{\"kind\":\"Name\",\"value\":\"Country\"},\"typeCondition\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"countries\"}},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"name\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"code\"}}]}}]} as unknown as DocumentNode;\nexport const StudioInfoLiteFragmentDoc = {\"kind\":\"Document\",\"definitions\":[{\"kind\":\"FragmentDefinition\",\"name\":{\"kind\":\"Name\",\"value\":\"StudioInfoLite\"},\"typeCondition\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"studios\"}},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"name\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"owner_id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"teams\"},\"arguments\":[{\"kind\":\"Argument\",\"name\":{\"kind\":\"Name\",\"value\":\"where\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"film_festival_id\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"_eq\"},\"value\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"ffidNum\"}}}]}}]}}],\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"name\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"team_number\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"submitted_at\"}}]}}]}}]} as unknown as DocumentNode;\nexport const GenreFragmentDoc = {\"kind\":\"Document\",\"definitions\":[{\"kind\":\"FragmentDefinition\",\"name\":{\"kind\":\"Name\",\"value\":\"Genre\"},\"typeCondition\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"genres\"}},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"name\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"description\"}}]}}]} as unknown as DocumentNode;\nexport const FestivalGenreFragmentDoc = {\"kind\":\"Document\",\"definitions\":[{\"kind\":\"FragmentDefinition\",\"name\":{\"kind\":\"Name\",\"value\":\"FestivalGenre\"},\"typeCondition\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"festival_genres\"}},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"name\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"description\"}}]}}]} as unknown as DocumentNode;\nexport const AssetTypeFragmentDoc = {\"kind\":\"Document\",\"definitions\":[{\"kind\":\"FragmentDefinition\",\"name\":{\"kind\":\"Name\",\"value\":\"AssetType\"},\"typeCondition\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"asset_types\"}},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"title\"}}]}}]} as unknown as DocumentNode;\nexport const UserFragmentDoc = {\"kind\":\"Document\",\"definitions\":[{\"kind\":\"FragmentDefinition\",\"name\":{\"kind\":\"Name\",\"value\":\"User\"},\"typeCondition\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"users\"}},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"name\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"email\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"sub\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"picture\"}}]}}]} as unknown as DocumentNode;\nexport const RemoveSelectionAssignmentDocument = {\"kind\":\"Document\",\"definitions\":[{\"kind\":\"OperationDefinition\",\"operation\":\"mutation\",\"name\":{\"kind\":\"Name\",\"value\":\"RemoveSelectionAssignment\"},\"variableDefinitions\":[{\"kind\":\"VariableDefinition\",\"variable\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},\"type\":{\"kind\":\"NonNullType\",\"type\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"Int\"}}}}],\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"delete_film_group_users_by_pk\"},\"arguments\":[{\"kind\":\"Argument\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"},\"value\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}}}],\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}}]}}]}}]} as unknown as DocumentNode;\nexport const FilmGroupFestivalSubmissionUpDocument = {\"kind\":\"Document\",\"definitions\":[{\"kind\":\"OperationDefinition\",\"operation\":\"mutation\",\"name\":{\"kind\":\"Name\",\"value\":\"FilmGroupFestivalSubmissionUp\"},\"variableDefinitions\":[{\"kind\":\"VariableDefinition\",\"variable\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"filmGroupId\"}},\"type\":{\"kind\":\"NonNullType\",\"type\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"Int\"}}}},{\"kind\":\"VariableDefinition\",\"variable\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"oldSort\"}},\"type\":{\"kind\":\"NonNullType\",\"type\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"Int\"}}}},{\"kind\":\"VariableDefinition\",\"variable\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"newSort\"}},\"type\":{\"kind\":\"NonNullType\",\"type\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"Int\"}}}}],\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"alias\":{\"kind\":\"Name\",\"value\":\"reserve\"},\"name\":{\"kind\":\"Name\",\"value\":\"update_film_group_festival_submissions\"},\"arguments\":[{\"kind\":\"Argument\",\"name\":{\"kind\":\"Name\",\"value\":\"_set\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"sort\"},\"value\":{\"kind\":\"IntValue\",\"value\":\"-1\"}}]}},{\"kind\":\"Argument\",\"name\":{\"kind\":\"Name\",\"value\":\"where\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"film_group_id\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"_eq\"},\"value\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"filmGroupId\"}}}]}},{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"sort\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"_eq\"},\"value\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"oldSort\"}}}]}}]}}],\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"affected_rows\"}}]}},{\"kind\":\"Field\",\"alias\":{\"kind\":\"Name\",\"value\":\"bulk\"},\"name\":{\"kind\":\"Name\",\"value\":\"update_film_group_festival_submissions\"},\"arguments\":[{\"kind\":\"Argument\",\"name\":{\"kind\":\"Name\",\"value\":\"_inc\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"sort\"},\"value\":{\"kind\":\"IntValue\",\"value\":\"-1\"}}]}},{\"kind\":\"Argument\",\"name\":{\"kind\":\"Name\",\"value\":\"where\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"film_group_id\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"_eq\"},\"value\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"filmGroupId\"}}}]}},{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"sort\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"_gt\"},\"value\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"oldSort\"}}},{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"_lte\"},\"value\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"newSort\"}}}]}}]}}],\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"affected_rows\"}}]}},{\"kind\":\"Field\",\"alias\":{\"kind\":\"Name\",\"value\":\"swap\"},\"name\":{\"kind\":\"Name\",\"value\":\"update_film_group_festival_submissions\"},\"arguments\":[{\"kind\":\"Argument\",\"name\":{\"kind\":\"Name\",\"value\":\"_set\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"sort\"},\"value\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"newSort\"}}}]}},{\"kind\":\"Argument\",\"name\":{\"kind\":\"Name\",\"value\":\"where\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"film_group_id\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"_eq\"},\"value\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"filmGroupId\"}}}]}},{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"sort\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"_eq\"},\"value\":{\"kind\":\"IntValue\",\"value\":\"-1\"}}]}}]}}],\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"affected_rows\"}}]}}]}}]} as unknown as DocumentNode;\nexport const FilmGroupFestivalSubmissionDownDocument = {\"kind\":\"Document\",\"definitions\":[{\"kind\":\"OperationDefinition\",\"operation\":\"mutation\",\"name\":{\"kind\":\"Name\",\"value\":\"FilmGroupFestivalSubmissionDown\"},\"variableDefinitions\":[{\"kind\":\"VariableDefinition\",\"variable\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"filmGroupId\"}},\"type\":{\"kind\":\"NonNullType\",\"type\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"Int\"}}}},{\"kind\":\"VariableDefinition\",\"variable\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"oldSort\"}},\"type\":{\"kind\":\"NonNullType\",\"type\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"Int\"}}}},{\"kind\":\"VariableDefinition\",\"variable\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"newSort\"}},\"type\":{\"kind\":\"NonNullType\",\"type\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"Int\"}}}}],\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"alias\":{\"kind\":\"Name\",\"value\":\"reserve\"},\"name\":{\"kind\":\"Name\",\"value\":\"update_film_group_festival_submissions\"},\"arguments\":[{\"kind\":\"Argument\",\"name\":{\"kind\":\"Name\",\"value\":\"_set\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"sort\"},\"value\":{\"kind\":\"IntValue\",\"value\":\"-1\"}}]}},{\"kind\":\"Argument\",\"name\":{\"kind\":\"Name\",\"value\":\"where\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"film_group_id\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"_eq\"},\"value\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"filmGroupId\"}}}]}},{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"sort\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"_eq\"},\"value\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"oldSort\"}}}]}}]}}],\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"affected_rows\"}}]}},{\"kind\":\"Field\",\"alias\":{\"kind\":\"Name\",\"value\":\"bulk\"},\"name\":{\"kind\":\"Name\",\"value\":\"update_film_group_festival_submissions\"},\"arguments\":[{\"kind\":\"Argument\",\"name\":{\"kind\":\"Name\",\"value\":\"_inc\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"sort\"},\"value\":{\"kind\":\"IntValue\",\"value\":\"1\"}}]}},{\"kind\":\"Argument\",\"name\":{\"kind\":\"Name\",\"value\":\"where\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"film_group_id\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"_eq\"},\"value\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"filmGroupId\"}}}]}},{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"sort\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"_gte\"},\"value\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"newSort\"}}},{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"_lt\"},\"value\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"oldSort\"}}}]}}]}}],\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"affected_rows\"}}]}},{\"kind\":\"Field\",\"alias\":{\"kind\":\"Name\",\"value\":\"swap\"},\"name\":{\"kind\":\"Name\",\"value\":\"update_film_group_festival_submissions\"},\"arguments\":[{\"kind\":\"Argument\",\"name\":{\"kind\":\"Name\",\"value\":\"_set\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"sort\"},\"value\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"newSort\"}}}]}},{\"kind\":\"Argument\",\"name\":{\"kind\":\"Name\",\"value\":\"where\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"film_group_id\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"_eq\"},\"value\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"filmGroupId\"}}}]}},{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"sort\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"_eq\"},\"value\":{\"kind\":\"IntValue\",\"value\":\"-1\"}}]}}]}}],\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"affected_rows\"}}]}}]}}]} as unknown as DocumentNode;\nexport const FilmGroupFestivalSubmissionRemoveDocument = {\"kind\":\"Document\",\"definitions\":[{\"kind\":\"OperationDefinition\",\"operation\":\"mutation\",\"name\":{\"kind\":\"Name\",\"value\":\"FilmGroupFestivalSubmissionRemove\"},\"variableDefinitions\":[{\"kind\":\"VariableDefinition\",\"variable\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"filmGroupId\"}},\"type\":{\"kind\":\"NonNullType\",\"type\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"Int\"}}}},{\"kind\":\"VariableDefinition\",\"variable\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"sort\"}},\"type\":{\"kind\":\"NonNullType\",\"type\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"Int\"}}}}],\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"delete_film_group_festival_submissions\"},\"arguments\":[{\"kind\":\"Argument\",\"name\":{\"kind\":\"Name\",\"value\":\"where\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"film_group_id\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"_eq\"},\"value\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"filmGroupId\"}}}]}},{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"sort\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"_eq\"},\"value\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"sort\"}}}]}}]}}],\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"affected_rows\"}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"update_film_group_festival_submissions\"},\"arguments\":[{\"kind\":\"Argument\",\"name\":{\"kind\":\"Name\",\"value\":\"where\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"film_group_id\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"_eq\"},\"value\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"filmGroupId\"}}}]}},{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"sort\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"_gt\"},\"value\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"sort\"}}}]}}]}},{\"kind\":\"Argument\",\"name\":{\"kind\":\"Name\",\"value\":\"_inc\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"sort\"},\"value\":{\"kind\":\"IntValue\",\"value\":\"-1\"}}]}}],\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"affected_rows\"}}]}}]}}]} as unknown as DocumentNode;\nexport const SpliceFilmGroupFestivalSubmissionDocument = {\"kind\":\"Document\",\"definitions\":[{\"kind\":\"OperationDefinition\",\"operation\":\"mutation\",\"name\":{\"kind\":\"Name\",\"value\":\"SpliceFilmGroupFestivalSubmission\"},\"variableDefinitions\":[{\"kind\":\"VariableDefinition\",\"variable\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"filmGroupId\"}},\"type\":{\"kind\":\"NonNullType\",\"type\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"Int\"}}}},{\"kind\":\"VariableDefinition\",\"variable\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"sort\"}},\"type\":{\"kind\":\"NonNullType\",\"type\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"Int\"}}}},{\"kind\":\"VariableDefinition\",\"variable\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"festival_submission_id\"}},\"type\":{\"kind\":\"NonNullType\",\"type\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"Int\"}}}}],\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"update_film_group_festival_submissions\"},\"arguments\":[{\"kind\":\"Argument\",\"name\":{\"kind\":\"Name\",\"value\":\"where\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"_and\"},\"value\":{\"kind\":\"ListValue\",\"values\":[{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"film_group_id\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"_eq\"},\"value\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"filmGroupId\"}}}]}}]},{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"sort\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"_gte\"},\"value\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"sort\"}}}]}}]}]}}]}},{\"kind\":\"Argument\",\"name\":{\"kind\":\"Name\",\"value\":\"_inc\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"sort\"},\"value\":{\"kind\":\"IntValue\",\"value\":\"1\"}}]}}],\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"affected_rows\"}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"insert_film_group_festival_submissions_one\"},\"arguments\":[{\"kind\":\"Argument\",\"name\":{\"kind\":\"Name\",\"value\":\"object\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"film_group_id\"},\"value\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"filmGroupId\"}}},{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"sort\"},\"value\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"sort\"}}},{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"festival_submission_id\"},\"value\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"festival_submission_id\"}}}]}}],\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}}]}}]}}]} as unknown as DocumentNode;\nexport const SelectionBallotDocument = {\"kind\":\"Document\",\"definitions\":[{\"kind\":\"OperationDefinition\",\"operation\":\"query\",\"name\":{\"kind\":\"Name\",\"value\":\"SelectionBallot\"},\"variableDefinitions\":[{\"kind\":\"VariableDefinition\",\"variable\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"filmGroupId\"}},\"type\":{\"kind\":\"NonNullType\",\"type\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"Int\"}}}},{\"kind\":\"VariableDefinition\",\"variable\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"uid\"}},\"type\":{\"kind\":\"NonNullType\",\"type\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"Int\"}}}}],\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"film_groups_by_pk\"},\"arguments\":[{\"kind\":\"Argument\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"},\"value\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"filmGroupId\"}}}],\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"teams\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"team\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"award_nominations_aggregate\"},\"arguments\":[{\"kind\":\"Argument\",\"name\":{\"kind\":\"Name\",\"value\":\"distinct_on\"},\"value\":{\"kind\":\"EnumValue\",\"value\":\"award_id\"}}],\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"aggregate\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"count\"}}]}}]}}]}}]}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"selection_metrics\"},\"arguments\":[{\"kind\":\"Argument\",\"name\":{\"kind\":\"Name\",\"value\":\"where\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"real_user_id\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"_eq\"},\"value\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"uid\"}}}]}},{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"team\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"film_group\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"film_group_id\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"_eq\"},\"value\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"filmGroupId\"}}}]}}]}}]}},{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"value\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"_gt\"},\"value\":{\"kind\":\"IntValue\",\"value\":\"0\"}}]}}]}}],\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"team_id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"value\"}}]}}]}}]} as unknown as DocumentNode;\nexport const FilmGroupFilmUpDocument = {\"kind\":\"Document\",\"definitions\":[{\"kind\":\"OperationDefinition\",\"operation\":\"mutation\",\"name\":{\"kind\":\"Name\",\"value\":\"FilmGroupFilmUp\"},\"variableDefinitions\":[{\"kind\":\"VariableDefinition\",\"variable\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"filmGroupId\"}},\"type\":{\"kind\":\"NonNullType\",\"type\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"Int\"}}}},{\"kind\":\"VariableDefinition\",\"variable\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"oldSort\"}},\"type\":{\"kind\":\"NonNullType\",\"type\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"Int\"}}}},{\"kind\":\"VariableDefinition\",\"variable\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"newSort\"}},\"type\":{\"kind\":\"NonNullType\",\"type\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"Int\"}}}}],\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"alias\":{\"kind\":\"Name\",\"value\":\"reserve\"},\"name\":{\"kind\":\"Name\",\"value\":\"update_film_group_films\"},\"arguments\":[{\"kind\":\"Argument\",\"name\":{\"kind\":\"Name\",\"value\":\"_set\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"sort\"},\"value\":{\"kind\":\"IntValue\",\"value\":\"-1\"}}]}},{\"kind\":\"Argument\",\"name\":{\"kind\":\"Name\",\"value\":\"where\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"film_group_id\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"_eq\"},\"value\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"filmGroupId\"}}}]}},{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"sort\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"_eq\"},\"value\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"oldSort\"}}}]}}]}}],\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"affected_rows\"}}]}},{\"kind\":\"Field\",\"alias\":{\"kind\":\"Name\",\"value\":\"bulk\"},\"name\":{\"kind\":\"Name\",\"value\":\"update_film_group_films\"},\"arguments\":[{\"kind\":\"Argument\",\"name\":{\"kind\":\"Name\",\"value\":\"_inc\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"sort\"},\"value\":{\"kind\":\"IntValue\",\"value\":\"-1\"}}]}},{\"kind\":\"Argument\",\"name\":{\"kind\":\"Name\",\"value\":\"where\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"film_group_id\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"_eq\"},\"value\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"filmGroupId\"}}}]}},{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"sort\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"_gt\"},\"value\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"oldSort\"}}},{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"_lte\"},\"value\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"newSort\"}}}]}}]}}],\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"affected_rows\"}}]}},{\"kind\":\"Field\",\"alias\":{\"kind\":\"Name\",\"value\":\"swap\"},\"name\":{\"kind\":\"Name\",\"value\":\"update_film_group_films\"},\"arguments\":[{\"kind\":\"Argument\",\"name\":{\"kind\":\"Name\",\"value\":\"_set\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"sort\"},\"value\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"newSort\"}}}]}},{\"kind\":\"Argument\",\"name\":{\"kind\":\"Name\",\"value\":\"where\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"film_group_id\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"_eq\"},\"value\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"filmGroupId\"}}}]}},{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"sort\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"_eq\"},\"value\":{\"kind\":\"IntValue\",\"value\":\"-1\"}}]}}]}}],\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"affected_rows\"}}]}}]}}]} as unknown as DocumentNode;\nexport const FilmGroupFilmDownDocument = {\"kind\":\"Document\",\"definitions\":[{\"kind\":\"OperationDefinition\",\"operation\":\"mutation\",\"name\":{\"kind\":\"Name\",\"value\":\"FilmGroupFilmDown\"},\"variableDefinitions\":[{\"kind\":\"VariableDefinition\",\"variable\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"filmGroupId\"}},\"type\":{\"kind\":\"NonNullType\",\"type\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"Int\"}}}},{\"kind\":\"VariableDefinition\",\"variable\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"oldSort\"}},\"type\":{\"kind\":\"NonNullType\",\"type\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"Int\"}}}},{\"kind\":\"VariableDefinition\",\"variable\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"newSort\"}},\"type\":{\"kind\":\"NonNullType\",\"type\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"Int\"}}}}],\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"alias\":{\"kind\":\"Name\",\"value\":\"reserve\"},\"name\":{\"kind\":\"Name\",\"value\":\"update_film_group_films\"},\"arguments\":[{\"kind\":\"Argument\",\"name\":{\"kind\":\"Name\",\"value\":\"_set\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"sort\"},\"value\":{\"kind\":\"IntValue\",\"value\":\"-1\"}}]}},{\"kind\":\"Argument\",\"name\":{\"kind\":\"Name\",\"value\":\"where\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"film_group_id\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"_eq\"},\"value\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"filmGroupId\"}}}]}},{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"sort\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"_eq\"},\"value\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"oldSort\"}}}]}}]}}],\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"affected_rows\"}}]}},{\"kind\":\"Field\",\"alias\":{\"kind\":\"Name\",\"value\":\"bulk\"},\"name\":{\"kind\":\"Name\",\"value\":\"update_film_group_films\"},\"arguments\":[{\"kind\":\"Argument\",\"name\":{\"kind\":\"Name\",\"value\":\"_inc\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"sort\"},\"value\":{\"kind\":\"IntValue\",\"value\":\"1\"}}]}},{\"kind\":\"Argument\",\"name\":{\"kind\":\"Name\",\"value\":\"where\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"film_group_id\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"_eq\"},\"value\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"filmGroupId\"}}}]}},{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"sort\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"_gte\"},\"value\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"newSort\"}}},{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"_lt\"},\"value\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"oldSort\"}}}]}}]}}],\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"affected_rows\"}}]}},{\"kind\":\"Field\",\"alias\":{\"kind\":\"Name\",\"value\":\"swap\"},\"name\":{\"kind\":\"Name\",\"value\":\"update_film_group_films\"},\"arguments\":[{\"kind\":\"Argument\",\"name\":{\"kind\":\"Name\",\"value\":\"_set\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"sort\"},\"value\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"newSort\"}}}]}},{\"kind\":\"Argument\",\"name\":{\"kind\":\"Name\",\"value\":\"where\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"film_group_id\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"_eq\"},\"value\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"filmGroupId\"}}}]}},{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"sort\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"_eq\"},\"value\":{\"kind\":\"IntValue\",\"value\":\"-1\"}}]}}]}}],\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"affected_rows\"}}]}}]}}]} as unknown as DocumentNode;\nexport const FilmGroupFilmRemoveDocument = {\"kind\":\"Document\",\"definitions\":[{\"kind\":\"OperationDefinition\",\"operation\":\"mutation\",\"name\":{\"kind\":\"Name\",\"value\":\"FilmGroupFilmRemove\"},\"variableDefinitions\":[{\"kind\":\"VariableDefinition\",\"variable\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"filmGroupId\"}},\"type\":{\"kind\":\"NonNullType\",\"type\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"Int\"}}}},{\"kind\":\"VariableDefinition\",\"variable\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"sort\"}},\"type\":{\"kind\":\"NonNullType\",\"type\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"Int\"}}}}],\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"delete_film_group_films\"},\"arguments\":[{\"kind\":\"Argument\",\"name\":{\"kind\":\"Name\",\"value\":\"where\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"film_group_id\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"_eq\"},\"value\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"filmGroupId\"}}}]}},{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"sort\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"_eq\"},\"value\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"sort\"}}}]}}]}}],\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"affected_rows\"}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"update_film_group_films\"},\"arguments\":[{\"kind\":\"Argument\",\"name\":{\"kind\":\"Name\",\"value\":\"where\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"film_group_id\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"_eq\"},\"value\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"filmGroupId\"}}}]}},{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"sort\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"_gt\"},\"value\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"sort\"}}}]}}]}},{\"kind\":\"Argument\",\"name\":{\"kind\":\"Name\",\"value\":\"_inc\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"sort\"},\"value\":{\"kind\":\"IntValue\",\"value\":\"-1\"}}]}}],\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"affected_rows\"}}]}}]}}]} as unknown as DocumentNode;\nexport const SpliceFilmGroupFilmDocument = {\"kind\":\"Document\",\"definitions\":[{\"kind\":\"OperationDefinition\",\"operation\":\"mutation\",\"name\":{\"kind\":\"Name\",\"value\":\"SpliceFilmGroupFilm\"},\"variableDefinitions\":[{\"kind\":\"VariableDefinition\",\"variable\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"filmGroupId\"}},\"type\":{\"kind\":\"NonNullType\",\"type\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"Int\"}}}},{\"kind\":\"VariableDefinition\",\"variable\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"sort\"}},\"type\":{\"kind\":\"NonNullType\",\"type\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"Int\"}}}},{\"kind\":\"VariableDefinition\",\"variable\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"team_id\"}},\"type\":{\"kind\":\"NonNullType\",\"type\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"numeric\"}}}}],\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"update_film_group_films\"},\"arguments\":[{\"kind\":\"Argument\",\"name\":{\"kind\":\"Name\",\"value\":\"where\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"_and\"},\"value\":{\"kind\":\"ListValue\",\"values\":[{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"film_group_id\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"_eq\"},\"value\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"filmGroupId\"}}}]}}]},{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"sort\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"_gte\"},\"value\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"sort\"}}}]}}]}]}}]}},{\"kind\":\"Argument\",\"name\":{\"kind\":\"Name\",\"value\":\"_inc\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"sort\"},\"value\":{\"kind\":\"IntValue\",\"value\":\"1\"}}]}}],\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"affected_rows\"}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"insert_film_group_films_one\"},\"arguments\":[{\"kind\":\"Argument\",\"name\":{\"kind\":\"Name\",\"value\":\"object\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"film_group_id\"},\"value\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"filmGroupId\"}}},{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"sort\"},\"value\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"sort\"}}},{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"team_id\"},\"value\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"team_id\"}}}]}}],\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}}]}}]}}]} as unknown as DocumentNode;\nexport const AdminCreateUserDocument = {\"kind\":\"Document\",\"definitions\":[{\"kind\":\"OperationDefinition\",\"operation\":\"mutation\",\"name\":{\"kind\":\"Name\",\"value\":\"AdminCreateUser\"},\"variableDefinitions\":[{\"kind\":\"VariableDefinition\",\"variable\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"email\"}},\"type\":{\"kind\":\"NonNullType\",\"type\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"String\"}}}},{\"kind\":\"VariableDefinition\",\"variable\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"name\"}},\"type\":{\"kind\":\"NonNullType\",\"type\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"String\"}}}},{\"kind\":\"VariableDefinition\",\"variable\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"createdBy\"}},\"type\":{\"kind\":\"NonNullType\",\"type\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"String\"}}}}],\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"insert_users_one\"},\"arguments\":[{\"kind\":\"Argument\",\"name\":{\"kind\":\"Name\",\"value\":\"object\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"email\"},\"value\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"email\"}}},{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"name\"},\"value\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"name\"}}},{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"created_by\"},\"value\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"createdBy\"}}},{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"updated_by\"},\"value\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"createdBy\"}}}]}}],\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"name\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"email\"}}]}}]}}]} as unknown as DocumentNode;\nexport const AdminEditUserDocument = {\"kind\":\"Document\",\"definitions\":[{\"kind\":\"OperationDefinition\",\"operation\":\"mutation\",\"name\":{\"kind\":\"Name\",\"value\":\"AdminEditUser\"},\"variableDefinitions\":[{\"kind\":\"VariableDefinition\",\"variable\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},\"type\":{\"kind\":\"NonNullType\",\"type\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"numeric\"}}}},{\"kind\":\"VariableDefinition\",\"variable\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"name\"}},\"type\":{\"kind\":\"NonNullType\",\"type\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"String\"}}}}],\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"update_users_by_pk\"},\"arguments\":[{\"kind\":\"Argument\",\"name\":{\"kind\":\"Name\",\"value\":\"pk_columns\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"},\"value\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}}}]}},{\"kind\":\"Argument\",\"name\":{\"kind\":\"Name\",\"value\":\"_set\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"name\"},\"value\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"name\"}}}]}}],\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"name\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"email\"}}]}}]}}]} as unknown as DocumentNode;\nexport const TerminalCheckoutDocument = {\"kind\":\"Document\",\"definitions\":[{\"kind\":\"OperationDefinition\",\"operation\":\"mutation\",\"name\":{\"kind\":\"Name\",\"value\":\"TerminalCheckout\"},\"variableDefinitions\":[{\"kind\":\"VariableDefinition\",\"variable\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"amount\"}},\"type\":{\"kind\":\"NonNullType\",\"type\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"Int\"}}}}],\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"stripeTerminalCharge\"},\"arguments\":[{\"kind\":\"Argument\",\"name\":{\"kind\":\"Name\",\"value\":\"amount\"},\"value\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"amount\"}}}]}]}}]} as unknown as DocumentNode;\nexport const TerminalCancelDocument = {\"kind\":\"Document\",\"definitions\":[{\"kind\":\"OperationDefinition\",\"operation\":\"mutation\",\"name\":{\"kind\":\"Name\",\"value\":\"TerminalCancel\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"stripeTerminalCancel\"}}]}}]} as unknown as DocumentNode;\nexport const FiveFestAcademyFeedbackDocument = {\"kind\":\"Document\",\"definitions\":[{\"kind\":\"OperationDefinition\",\"operation\":\"mutation\",\"name\":{\"kind\":\"Name\",\"value\":\"FiveFestAcademyFeedback\"},\"variableDefinitions\":[{\"kind\":\"VariableDefinition\",\"variable\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"festivalSubmissionId\"}},\"type\":{\"kind\":\"NonNullType\",\"type\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"Int\"}}}},{\"kind\":\"VariableDefinition\",\"variable\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"comments\"}},\"type\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"String\"}}}],\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"insert_festival_submission_feedback_one\"},\"arguments\":[{\"kind\":\"Argument\",\"name\":{\"kind\":\"Name\",\"value\":\"object\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"festival_submission_id\"},\"value\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"festivalSubmissionId\"}}},{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"comments\"},\"value\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"comments\"}}}]}},{\"kind\":\"Argument\",\"name\":{\"kind\":\"Name\",\"value\":\"on_conflict\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"constraint\"},\"value\":{\"kind\":\"EnumValue\",\"value\":\"festival_submission_feedback_festival_submission_id_user_id_key\"}},{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"update_columns\"},\"value\":{\"kind\":\"ListValue\",\"values\":[{\"kind\":\"EnumValue\",\"value\":\"comments\"}]}}]}}],\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"comments\"}}]}}]}}]} as unknown as DocumentNode;\nexport const FestivalSubmissionVouchersDocument = {\"kind\":\"Document\",\"definitions\":[{\"kind\":\"OperationDefinition\",\"operation\":\"query\",\"name\":{\"kind\":\"Name\",\"value\":\"FestivalSubmissionVouchers\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"festival_submission_vouchers\"},\"arguments\":[{\"kind\":\"Argument\",\"name\":{\"kind\":\"Name\",\"value\":\"where\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"film_festival_id\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"_eq\"},\"value\":{\"kind\":\"IntValue\",\"value\":\"25\"}}]}},{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"redeemed_at\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"_is_null\"},\"value\":{\"kind\":\"BooleanValue\",\"value\":true}}]}}]}}],\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"team\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"team_number\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"name\"}}]}}]}}]}}]} as unknown as DocumentNode;\nexport const ClaimFestivalSubmissionVoucherDocument = {\"kind\":\"Document\",\"definitions\":[{\"kind\":\"OperationDefinition\",\"operation\":\"mutation\",\"name\":{\"kind\":\"Name\",\"value\":\"ClaimFestivalSubmissionVoucher\"},\"variableDefinitions\":[{\"kind\":\"VariableDefinition\",\"variable\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"voucherId\"}},\"type\":{\"kind\":\"NonNullType\",\"type\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"Int\"}}}},{\"kind\":\"VariableDefinition\",\"variable\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"submissionId\"}},\"type\":{\"kind\":\"NonNullType\",\"type\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"Int\"}}}}],\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"claimFestivalSubmissionVoucher\"},\"arguments\":[{\"kind\":\"Argument\",\"name\":{\"kind\":\"Name\",\"value\":\"voucherId\"},\"value\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"voucherId\"}}},{\"kind\":\"Argument\",\"name\":{\"kind\":\"Name\",\"value\":\"festivalSubmissionId\"},\"value\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"submissionId\"}}}]}]}}]} as unknown as DocumentNode;\nexport const SubmitFiveFestDocument = {\"kind\":\"Document\",\"definitions\":[{\"kind\":\"OperationDefinition\",\"operation\":\"mutation\",\"name\":{\"kind\":\"Name\",\"value\":\"SubmitFiveFest\"},\"variableDefinitions\":[{\"kind\":\"VariableDefinition\",\"variable\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},\"type\":{\"kind\":\"NonNullType\",\"type\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"Int\"}}}},{\"kind\":\"VariableDefinition\",\"variable\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"signature_name\"}},\"type\":{\"kind\":\"NonNullType\",\"type\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"String\"}}}},{\"kind\":\"VariableDefinition\",\"variable\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"is_minor\"}},\"type\":{\"kind\":\"NonNullType\",\"type\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"Boolean\"}}}},{\"kind\":\"VariableDefinition\",\"variable\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"signature_email\"}},\"type\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"String\"}}},{\"kind\":\"VariableDefinition\",\"variable\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"signature_phone\"}},\"type\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"String\"}}}],\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"submitFiveFest\"},\"arguments\":[{\"kind\":\"Argument\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"},\"value\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}}},{\"kind\":\"Argument\",\"name\":{\"kind\":\"Name\",\"value\":\"signature_name\"},\"value\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"signature_name\"}}},{\"kind\":\"Argument\",\"name\":{\"kind\":\"Name\",\"value\":\"is_minor\"},\"value\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"is_minor\"}}},{\"kind\":\"Argument\",\"name\":{\"kind\":\"Name\",\"value\":\"signature_email\"},\"value\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"signature_email\"}}},{\"kind\":\"Argument\",\"name\":{\"kind\":\"Name\",\"value\":\"signature_phone\"},\"value\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"signature_phone\"}}}]}]}}]} as unknown as DocumentNode;\nexport const StudioInterviewDetailsDocument = {\"kind\":\"Document\",\"definitions\":[{\"kind\":\"OperationDefinition\",\"operation\":\"query\",\"name\":{\"kind\":\"Name\",\"value\":\"StudioInterviewDetails\"},\"variableDefinitions\":[{\"kind\":\"VariableDefinition\",\"variable\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},\"type\":{\"kind\":\"NonNullType\",\"type\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"numeric\"}}},\"defaultValue\":{\"kind\":\"IntValue\",\"value\":\"1095\"}},{\"kind\":\"VariableDefinition\",\"variable\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"poster\"}},\"type\":{\"kind\":\"NonNullType\",\"type\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"numeric\"}}},\"defaultValue\":{\"kind\":\"StringValue\",\"value\":\"4\",\"block\":false}}],\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"studios\"},\"arguments\":[{\"kind\":\"Argument\",\"name\":{\"kind\":\"Name\",\"value\":\"limit\"},\"value\":{\"kind\":\"IntValue\",\"value\":\"1\"}},{\"kind\":\"Argument\",\"name\":{\"kind\":\"Name\",\"value\":\"where\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"teams\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"_eq\"},\"value\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}}}]}}]}}]}}],\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"name\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"teams\"},\"arguments\":[{\"kind\":\"Argument\",\"name\":{\"kind\":\"Name\",\"value\":\"where\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"submitted_at\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"_is_null\"},\"value\":{\"kind\":\"BooleanValue\",\"value\":false}}]}}]}},{\"kind\":\"Argument\",\"name\":{\"kind\":\"Name\",\"value\":\"order_by\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"created\"},\"value\":{\"kind\":\"EnumValue\",\"value\":\"desc\"}}]}}],\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"created\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"name\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"team_number\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"film_name\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"genre\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"description\"}},{\"kind\":\"Field\",\"alias\":{\"kind\":\"Name\",\"value\":\"poster\"},\"name\":{\"kind\":\"Name\",\"value\":\"assets\"},\"arguments\":[{\"kind\":\"Argument\",\"name\":{\"kind\":\"Name\",\"value\":\"where\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"asset_type_id\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"_eq\"},\"value\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"poster\"}}}]}}]}},{\"kind\":\"Argument\",\"name\":{\"kind\":\"Name\",\"value\":\"order_by\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"created\"},\"value\":{\"kind\":\"EnumValue\",\"value\":\"desc\"}}]}},{\"kind\":\"Argument\",\"name\":{\"kind\":\"Name\",\"value\":\"limit\"},\"value\":{\"kind\":\"IntValue\",\"value\":\"1\"}}],\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"file_name\"}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"film\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"mux_playback_id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"mux_thumbnail_time\"}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"award_nominations\"},\"arguments\":[{\"kind\":\"Argument\",\"name\":{\"kind\":\"Name\",\"value\":\"order_by\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"award\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"name\"},\"value\":{\"kind\":\"EnumValue\",\"value\":\"asc\"}}]}}]}}],\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"award\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"name\"}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"assets\"},\"arguments\":[{\"kind\":\"Argument\",\"name\":{\"kind\":\"Name\",\"value\":\"limit\"},\"value\":{\"kind\":\"IntValue\",\"value\":\"1\"}}],\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"file_name\"}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"membership\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"registration\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"first_name\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"last_name\"}}]}}]}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"prize_elections\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"prize\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"name\"}}]}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"submission\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"official_ts\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"is_on_time\"}}]}},{\"kind\":\"Field\",\"alias\":{\"kind\":\"Name\",\"value\":\"awards\"},\"name\":{\"kind\":\"Name\",\"value\":\"award_wins\"},\"arguments\":[{\"kind\":\"Argument\",\"name\":{\"kind\":\"Name\",\"value\":\"order_by\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"rank\"},\"value\":{\"kind\":\"EnumValue\",\"value\":\"asc\"}}]}}],\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"rank\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"award\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"name\"}}]}}]}}]}}]}}]}}]} as unknown as DocumentNode;\nexport const CreateStudioDocument = {\"kind\":\"Document\",\"definitions\":[{\"kind\":\"OperationDefinition\",\"operation\":\"mutation\",\"name\":{\"kind\":\"Name\",\"value\":\"CreateStudio\"},\"variableDefinitions\":[{\"kind\":\"VariableDefinition\",\"variable\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"studio\"}},\"type\":{\"kind\":\"NonNullType\",\"type\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"studios_insert_input\"}}}},{\"kind\":\"VariableDefinition\",\"variable\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"ffid\"}},\"type\":{\"kind\":\"NonNullType\",\"type\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"numeric\"}}}}],\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"insert_studios_one\"},\"arguments\":[{\"kind\":\"Argument\",\"name\":{\"kind\":\"Name\",\"value\":\"object\"},\"value\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"studio\"}}}],\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"name\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"owner_id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"teams\"},\"arguments\":[{\"kind\":\"Argument\",\"name\":{\"kind\":\"Name\",\"value\":\"where\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"film_festival_id\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"_eq\"},\"value\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"ffid\"}}}]}}]}}],\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"name\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"team_number\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"submitted_at\"}}]}}]}}]}}]} as unknown as DocumentNode;\nexport const UpdateTeamDetailsDocument = {\"kind\":\"Document\",\"definitions\":[{\"kind\":\"OperationDefinition\",\"operation\":\"mutation\",\"name\":{\"kind\":\"Name\",\"value\":\"UpdateTeamDetails\"},\"variableDefinitions\":[{\"kind\":\"VariableDefinition\",\"variable\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},\"type\":{\"kind\":\"NonNullType\",\"type\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"numeric\"}}}},{\"kind\":\"VariableDefinition\",\"variable\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"set\"}},\"type\":{\"kind\":\"NonNullType\",\"type\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"teams_set_input\"}}}}],\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"update_teams_by_pk\"},\"arguments\":[{\"kind\":\"Argument\",\"name\":{\"kind\":\"Name\",\"value\":\"pk_columns\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"},\"value\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}}}]}},{\"kind\":\"Argument\",\"name\":{\"kind\":\"Name\",\"value\":\"_set\"},\"value\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"set\"}}}],\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"name\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"film_name\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"genre\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"description\"}}]}}]}}]} as unknown as DocumentNode;\nexport const MyExitInterviewDocument = {\"kind\":\"Document\",\"definitions\":[{\"kind\":\"OperationDefinition\",\"operation\":\"query\",\"name\":{\"kind\":\"Name\",\"value\":\"MyExitInterview\"},\"variableDefinitions\":[{\"kind\":\"VariableDefinition\",\"variable\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"teamId\"}},\"type\":{\"kind\":\"NonNullType\",\"type\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"Int\"}}}}],\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"exit_interviews\"},\"arguments\":[{\"kind\":\"Argument\",\"name\":{\"kind\":\"Name\",\"value\":\"where\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"team_id\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"_eq\"},\"value\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"teamId\"}}}]}}]}},{\"kind\":\"Argument\",\"name\":{\"kind\":\"Name\",\"value\":\"order_by\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"created_at\"},\"value\":{\"kind\":\"EnumValue\",\"value\":\"desc\"}}]}},{\"kind\":\"Argument\",\"name\":{\"kind\":\"Name\",\"value\":\"limit\"},\"value\":{\"kind\":\"IntValue\",\"value\":\"1\"}}],\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"ready_at\"}}]}}]}}]} as unknown as DocumentNode;\nexport const MyExitInterviewSubDocument = {\"kind\":\"Document\",\"definitions\":[{\"kind\":\"OperationDefinition\",\"operation\":\"subscription\",\"name\":{\"kind\":\"Name\",\"value\":\"MyExitInterviewSub\"},\"variableDefinitions\":[{\"kind\":\"VariableDefinition\",\"variable\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"teamId\"}},\"type\":{\"kind\":\"NonNullType\",\"type\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"Int\"}}}}],\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"exit_interviews\"},\"arguments\":[{\"kind\":\"Argument\",\"name\":{\"kind\":\"Name\",\"value\":\"where\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"team_id\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"_eq\"},\"value\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"teamId\"}}}]}}]}},{\"kind\":\"Argument\",\"name\":{\"kind\":\"Name\",\"value\":\"order_by\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"created_at\"},\"value\":{\"kind\":\"EnumValue\",\"value\":\"desc\"}}]}},{\"kind\":\"Argument\",\"name\":{\"kind\":\"Name\",\"value\":\"limit\"},\"value\":{\"kind\":\"IntValue\",\"value\":\"1\"}}],\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"ready_at\"}}]}}]}}]} as unknown as DocumentNode;\nexport const ReadyExitInterviewDocument = {\"kind\":\"Document\",\"definitions\":[{\"kind\":\"OperationDefinition\",\"operation\":\"mutation\",\"name\":{\"kind\":\"Name\",\"value\":\"ReadyExitInterview\"},\"variableDefinitions\":[{\"kind\":\"VariableDefinition\",\"variable\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},\"type\":{\"kind\":\"NonNullType\",\"type\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"Int\"}}}}],\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"update_exit_interviews_by_pk\"},\"arguments\":[{\"kind\":\"Argument\",\"name\":{\"kind\":\"Name\",\"value\":\"pk_columns\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"},\"value\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}}}]}},{\"kind\":\"Argument\",\"name\":{\"kind\":\"Name\",\"value\":\"_set\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"ready_at\"},\"value\":{\"kind\":\"StringValue\",\"value\":\"now\",\"block\":false}}]}}],\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"ready_at\"}}]}}]}}]} as unknown as DocumentNode;\nexport const DeleteAwardNominationDocument = {\"kind\":\"Document\",\"definitions\":[{\"kind\":\"OperationDefinition\",\"operation\":\"mutation\",\"name\":{\"kind\":\"Name\",\"value\":\"DeleteAwardNomination\"},\"variableDefinitions\":[{\"kind\":\"VariableDefinition\",\"variable\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},\"type\":{\"kind\":\"NonNullType\",\"type\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"numeric\"}}}}],\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"delete_nominations_by_pk\"},\"arguments\":[{\"kind\":\"Argument\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"},\"value\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}}}],\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}}]}}]}}]} as unknown as DocumentNode;\nexport const DeleteNominationAssetDocument = {\"kind\":\"Document\",\"definitions\":[{\"kind\":\"OperationDefinition\",\"operation\":\"mutation\",\"name\":{\"kind\":\"Name\",\"value\":\"DeleteNominationAsset\"},\"variableDefinitions\":[{\"kind\":\"VariableDefinition\",\"variable\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},\"type\":{\"kind\":\"NonNullType\",\"type\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"numeric\"}}}}],\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"delete_nomination_assets_by_pk\"},\"arguments\":[{\"kind\":\"Argument\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"},\"value\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}}}],\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}}]}}]}}]} as unknown as DocumentNode;\nexport const DeleteLocationReleaseDocument = {\"kind\":\"Document\",\"definitions\":[{\"kind\":\"OperationDefinition\",\"operation\":\"mutation\",\"name\":{\"kind\":\"Name\",\"value\":\"DeleteLocationRelease\"},\"variableDefinitions\":[{\"kind\":\"VariableDefinition\",\"variable\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},\"type\":{\"kind\":\"NonNullType\",\"type\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"numeric\"}}}}],\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"delete_location_releases_by_pk\"},\"arguments\":[{\"kind\":\"Argument\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"},\"value\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}}}],\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}}]}}]}}]} as unknown as DocumentNode;\nexport const DeleteMembershipDocument = {\"kind\":\"Document\",\"definitions\":[{\"kind\":\"OperationDefinition\",\"operation\":\"mutation\",\"name\":{\"kind\":\"Name\",\"value\":\"DeleteMembership\"},\"variableDefinitions\":[{\"kind\":\"VariableDefinition\",\"variable\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},\"type\":{\"kind\":\"NonNullType\",\"type\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"numeric\"}}}}],\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"update_team_memberships_by_pk\"},\"arguments\":[{\"kind\":\"Argument\",\"name\":{\"kind\":\"Name\",\"value\":\"pk_columns\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"},\"value\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}}}]}},{\"kind\":\"Argument\",\"name\":{\"kind\":\"Name\",\"value\":\"_set\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"deleted\"},\"value\":{\"kind\":\"StringValue\",\"value\":\"now\",\"block\":false}}]}}],\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"deleted\"}}]}}]}}]} as unknown as DocumentNode;\nexport const DeleteMusicReleaseDocument = {\"kind\":\"Document\",\"definitions\":[{\"kind\":\"OperationDefinition\",\"operation\":\"mutation\",\"name\":{\"kind\":\"Name\",\"value\":\"DeleteMusicRelease\"},\"variableDefinitions\":[{\"kind\":\"VariableDefinition\",\"variable\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},\"type\":{\"kind\":\"NonNullType\",\"type\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"numeric\"}}}}],\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"delete_music_releases_by_pk\"},\"arguments\":[{\"kind\":\"Argument\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"},\"value\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}}}],\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}}]}}]}}]} as unknown as DocumentNode;\nexport const LoadRegistrationDocument = {\"kind\":\"Document\",\"definitions\":[{\"kind\":\"OperationDefinition\",\"operation\":\"query\",\"name\":{\"kind\":\"Name\",\"value\":\"LoadRegistration\"},\"variableDefinitions\":[{\"kind\":\"VariableDefinition\",\"variable\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},\"type\":{\"kind\":\"NonNullType\",\"type\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"numeric\"}}}}],\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"alias\":{\"kind\":\"Name\",\"value\":\"team_membership\"},\"name\":{\"kind\":\"Name\",\"value\":\"team_memberships_by_pk\"},\"arguments\":[{\"kind\":\"Argument\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"},\"value\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}}}],\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"role_id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"is_invited\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"registration\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"address_1\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"address_2\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"bio\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"city\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"country\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"first_name\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"last_name\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"middle_name\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"primary_email\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"primary_phone\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"secondary_email\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"secondary_phone\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"state\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"zip\"}}]}}]}}]}}]} as unknown as DocumentNode;\nexport const ReqeustSignatureDocument = {\"kind\":\"Document\",\"definitions\":[{\"kind\":\"OperationDefinition\",\"operation\":\"mutation\",\"name\":{\"kind\":\"Name\",\"value\":\"ReqeustSignature\"},\"variableDefinitions\":[{\"kind\":\"VariableDefinition\",\"variable\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},\"type\":{\"kind\":\"NonNullType\",\"type\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"Int\"}}}}],\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"sendGuestSignatureMail\"},\"arguments\":[{\"kind\":\"Argument\",\"name\":{\"kind\":\"Name\",\"value\":\"teamMembershipId\"},\"value\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}}}]}]}}]} as unknown as DocumentNode;\nexport const InviteMemberDocument = {\"kind\":\"Document\",\"definitions\":[{\"kind\":\"OperationDefinition\",\"operation\":\"mutation\",\"name\":{\"kind\":\"Name\",\"value\":\"InviteMember\"},\"variableDefinitions\":[{\"kind\":\"VariableDefinition\",\"variable\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},\"type\":{\"kind\":\"NonNullType\",\"type\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"Int\"}}}}],\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"sendTeamInvitationMail\"},\"arguments\":[{\"kind\":\"Argument\",\"name\":{\"kind\":\"Name\",\"value\":\"teamMembershipId\"},\"value\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}}}]}]}}]} as unknown as DocumentNode;\nexport const InviteGuestDocument = {\"kind\":\"Document\",\"definitions\":[{\"kind\":\"OperationDefinition\",\"operation\":\"mutation\",\"name\":{\"kind\":\"Name\",\"value\":\"InviteGuest\"},\"variableDefinitions\":[{\"kind\":\"VariableDefinition\",\"variable\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},\"type\":{\"kind\":\"NonNullType\",\"type\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"Int\"}}}}],\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"sendGuestSignatureMail\"},\"arguments\":[{\"kind\":\"Argument\",\"name\":{\"kind\":\"Name\",\"value\":\"teamMembershipId\"},\"value\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}}}]}]}}]} as unknown as DocumentNode;\nexport const CreateTeamMemberDocument = {\"kind\":\"Document\",\"definitions\":[{\"kind\":\"OperationDefinition\",\"operation\":\"mutation\",\"name\":{\"kind\":\"Name\",\"value\":\"CreateTeamMember\"},\"variableDefinitions\":[{\"kind\":\"VariableDefinition\",\"variable\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"object\"}},\"type\":{\"kind\":\"NonNullType\",\"type\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"registrations_insert_input\"}}}}],\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"alias\":{\"kind\":\"Name\",\"value\":\"registration\"},\"name\":{\"kind\":\"Name\",\"value\":\"insert_registrations_one\"},\"arguments\":[{\"kind\":\"Argument\",\"name\":{\"kind\":\"Name\",\"value\":\"object\"},\"value\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"object\"}}}],\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"team_membership\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"team_id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"is_invited\"}}]}}]}}]}}]} as unknown as DocumentNode;\nexport const TeamAwardNominationsDocument = {\"kind\":\"Document\",\"definitions\":[{\"kind\":\"OperationDefinition\",\"operation\":\"query\",\"name\":{\"kind\":\"Name\",\"value\":\"TeamAwardNominations\"},\"variableDefinitions\":[{\"kind\":\"VariableDefinition\",\"variable\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},\"type\":{\"kind\":\"NonNullType\",\"type\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"numeric\"}}}}],\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"awards\"},\"arguments\":[{\"kind\":\"Argument\",\"name\":{\"kind\":\"Name\",\"value\":\"order_by\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"name\"},\"value\":{\"kind\":\"EnumValue\",\"value\":\"asc\"}}]}},{\"kind\":\"Argument\",\"name\":{\"kind\":\"Name\",\"value\":\"where\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"max_nominations\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"_gt\"},\"value\":{\"kind\":\"IntValue\",\"value\":\"0\"}}]}}]}}],\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"name\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"description\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"max_nominations\"}},{\"kind\":\"Field\",\"alias\":{\"kind\":\"Name\",\"value\":\"nominations\"},\"name\":{\"kind\":\"Name\",\"value\":\"award_nominations\"},\"arguments\":[{\"kind\":\"Argument\",\"name\":{\"kind\":\"Name\",\"value\":\"where\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"membership\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"team_id\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"_eq\"},\"value\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}}}]}}]}}]}}],\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"alias\":{\"kind\":\"Name\",\"value\":\"team_membership\"},\"name\":{\"kind\":\"Name\",\"value\":\"membership\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"role\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"name\"}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"registration\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"first_name\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"last_name\"}}]}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"assets\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"file_name\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"asset_type_id\"}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"asset_types\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"asset_type_id\"}}]}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"required_asset_types\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"mime\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"asset_type\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"title\"}}]}}]}}]}}]}}]} as unknown as DocumentNode;\nexport const CreateAwardNominationDocument = {\"kind\":\"Document\",\"definitions\":[{\"kind\":\"OperationDefinition\",\"operation\":\"mutation\",\"name\":{\"kind\":\"Name\",\"value\":\"CreateAwardNomination\"},\"variableDefinitions\":[{\"kind\":\"VariableDefinition\",\"variable\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"nomination\"}},\"type\":{\"kind\":\"NonNullType\",\"type\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"nominations_insert_input\"}}}}],\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"insert_nominations_one\"},\"arguments\":[{\"kind\":\"Argument\",\"name\":{\"kind\":\"Name\",\"value\":\"object\"},\"value\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"nomination\"}}}],\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}}]}}]}}]} as unknown as DocumentNode;\nexport const DeleteTeamAssetDocument = {\"kind\":\"Document\",\"definitions\":[{\"kind\":\"OperationDefinition\",\"operation\":\"mutation\",\"name\":{\"kind\":\"Name\",\"value\":\"DeleteTeamAsset\"},\"variableDefinitions\":[{\"kind\":\"VariableDefinition\",\"variable\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},\"type\":{\"kind\":\"NonNullType\",\"type\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"numeric\"}}}}],\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"delete_team_assets_by_pk\"},\"arguments\":[{\"kind\":\"Argument\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"},\"value\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}}}],\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}}]}}]}}]} as unknown as DocumentNode;\nexport const DownloadTeamAssetDocument = {\"kind\":\"Document\",\"definitions\":[{\"kind\":\"OperationDefinition\",\"operation\":\"mutation\",\"name\":{\"kind\":\"Name\",\"value\":\"DownloadTeamAsset\"},\"variableDefinitions\":[{\"kind\":\"VariableDefinition\",\"variable\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"name\"}},\"type\":{\"kind\":\"NonNullType\",\"type\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"String\"}}}}],\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"assetSign\"},\"arguments\":[{\"kind\":\"Argument\",\"name\":{\"kind\":\"Name\",\"value\":\"name\"},\"value\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"name\"}}}]}]}}]} as unknown as DocumentNode;\nexport const UpdateFilmDetailsDocument = {\"kind\":\"Document\",\"definitions\":[{\"kind\":\"OperationDefinition\",\"operation\":\"mutation\",\"name\":{\"kind\":\"Name\",\"value\":\"UpdateFilmDetails\"},\"variableDefinitions\":[{\"kind\":\"VariableDefinition\",\"variable\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},\"type\":{\"kind\":\"NonNullType\",\"type\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"numeric\"}}}},{\"kind\":\"VariableDefinition\",\"variable\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"set\"}},\"type\":{\"kind\":\"NonNullType\",\"type\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"teams_set_input\"}}}}],\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"update_teams_by_pk\"},\"arguments\":[{\"kind\":\"Argument\",\"name\":{\"kind\":\"Name\",\"value\":\"pk_columns\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"},\"value\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}}}]}},{\"kind\":\"Argument\",\"name\":{\"kind\":\"Name\",\"value\":\"_set\"},\"value\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"set\"}}}],\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"name\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"film_name\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"genre\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"description\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"inspiration_meta\"}}]}}]}}]} as unknown as DocumentNode;\nexport const CreateFestivalSubmissionDocument = {\"kind\":\"Document\",\"definitions\":[{\"kind\":\"OperationDefinition\",\"operation\":\"mutation\",\"name\":{\"kind\":\"Name\",\"value\":\"CreateFestivalSubmission\"},\"variableDefinitions\":[{\"kind\":\"VariableDefinition\",\"variable\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"object\"}},\"type\":{\"kind\":\"NonNullType\",\"type\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"festival_submissions_insert_input\"}}},\"defaultValue\":{\"kind\":\"ObjectValue\",\"fields\":[]}}],\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"insert_festival_submissions_one\"},\"arguments\":[{\"kind\":\"Argument\",\"name\":{\"kind\":\"Name\",\"value\":\"object\"},\"value\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"object\"}}}],\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}}]}}]}}]} as unknown as DocumentNode;\nexport const AttachAssetToLocationReleaseDocument = {\"kind\":\"Document\",\"definitions\":[{\"kind\":\"OperationDefinition\",\"operation\":\"mutation\",\"name\":{\"kind\":\"Name\",\"value\":\"AttachAssetToLocationRelease\"},\"variableDefinitions\":[{\"kind\":\"VariableDefinition\",\"variable\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},\"type\":{\"kind\":\"NonNullType\",\"type\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"numeric\"}}}},{\"kind\":\"VariableDefinition\",\"variable\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"assetId\"}},\"type\":{\"kind\":\"NonNullType\",\"type\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"numeric\"}}}}],\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"update_location_releases_by_pk\"},\"arguments\":[{\"kind\":\"Argument\",\"name\":{\"kind\":\"Name\",\"value\":\"pk_columns\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"},\"value\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}}}]}},{\"kind\":\"Argument\",\"name\":{\"kind\":\"Name\",\"value\":\"_set\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"release_asset_id\"},\"value\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"assetId\"}}}]}}],\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"asset\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"file_name\"}}]}}]}}]}}]} as unknown as DocumentNode;\nexport const MyMatchupDocument = {\"kind\":\"Document\",\"definitions\":[{\"kind\":\"OperationDefinition\",\"operation\":\"query\",\"name\":{\"kind\":\"Name\",\"value\":\"MyMatchup\"},\"variableDefinitions\":[{\"kind\":\"VariableDefinition\",\"variable\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"filmFestivalId\"}},\"type\":{\"kind\":\"NonNullType\",\"type\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"numeric\"}}}},{\"kind\":\"VariableDefinition\",\"variable\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"userId\"}},\"type\":{\"kind\":\"NonNullType\",\"type\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"numeric\"}}}}],\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"matchup_requests\"},\"arguments\":[{\"kind\":\"Argument\",\"name\":{\"kind\":\"Name\",\"value\":\"where\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"film_festival_id\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"_eq\"},\"value\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"filmFestivalId\"}}}]}},{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"user_id\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"_eq\"},\"value\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"userId\"}}}]}}]}}],\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"first_name\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"last_name\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"email\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"phone\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"type\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"expertise_json\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"genres_json\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"notes\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"withdrawn\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"withdrawn_type\"}}]}}]}}]} as unknown as DocumentNode;\nexport const MatchupRequestsDocument = {\"kind\":\"Document\",\"definitions\":[{\"kind\":\"OperationDefinition\",\"operation\":\"query\",\"name\":{\"kind\":\"Name\",\"value\":\"MatchupRequests\"},\"variableDefinitions\":[{\"kind\":\"VariableDefinition\",\"variable\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"filmFestivalId\"}},\"type\":{\"kind\":\"NonNullType\",\"type\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"numeric\"}}}},{\"kind\":\"VariableDefinition\",\"variable\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"type\"}},\"type\":{\"kind\":\"NonNullType\",\"type\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"String\"}}}}],\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"alias\":{\"kind\":\"Name\",\"value\":\"requests\"},\"name\":{\"kind\":\"Name\",\"value\":\"matchup_requests\"},\"arguments\":[{\"kind\":\"Argument\",\"name\":{\"kind\":\"Name\",\"value\":\"where\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"film_festival_id\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"_eq\"},\"value\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"filmFestivalId\"}}}]}},{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"type\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"_eq\"},\"value\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"type\"}}}]}},{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"withdrawn\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"_is_null\"},\"value\":{\"kind\":\"BooleanValue\",\"value\":true}}]}}]}}],\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"first_name\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"last_name\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"email\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"phone\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"type\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"expertise_json\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"genres_json\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"notes\"}}]}}]}}]} as unknown as DocumentNode;\nexport const SaveMyMatchupDocument = {\"kind\":\"Document\",\"definitions\":[{\"kind\":\"OperationDefinition\",\"operation\":\"mutation\",\"name\":{\"kind\":\"Name\",\"value\":\"SaveMyMatchup\"},\"variableDefinitions\":[{\"kind\":\"VariableDefinition\",\"variable\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"request\"}},\"type\":{\"kind\":\"NonNullType\",\"type\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"matchup_requests_insert_input\"}}}}],\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"insert_matchup_requests_one\"},\"arguments\":[{\"kind\":\"Argument\",\"name\":{\"kind\":\"Name\",\"value\":\"on_conflict\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"constraint\"},\"value\":{\"kind\":\"EnumValue\",\"value\":\"matchup_requests_film_festival_id_user_id_key\"}},{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"update_columns\"},\"value\":{\"kind\":\"ListValue\",\"values\":[{\"kind\":\"EnumValue\",\"value\":\"first_name\"},{\"kind\":\"EnumValue\",\"value\":\"last_name\"},{\"kind\":\"EnumValue\",\"value\":\"email\"},{\"kind\":\"EnumValue\",\"value\":\"phone\"},{\"kind\":\"EnumValue\",\"value\":\"expertise_json\"},{\"kind\":\"EnumValue\",\"value\":\"genres_json\"},{\"kind\":\"EnumValue\",\"value\":\"notes\"},{\"kind\":\"EnumValue\",\"value\":\"type\"},{\"kind\":\"EnumValue\",\"value\":\"withdrawn\"},{\"kind\":\"EnumValue\",\"value\":\"withdrawn_type\"},{\"kind\":\"EnumValue\",\"value\":\"team_id\"}]}}]}},{\"kind\":\"Argument\",\"name\":{\"kind\":\"Name\",\"value\":\"object\"},\"value\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"request\"}}}],\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"first_name\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"last_name\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"email\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"phone\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"type\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"expertise_json\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"genres_json\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"notes\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"withdrawn\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"withdrawn_type\"}}]}}]}}]} as unknown as DocumentNode;\nexport const AttachAssetToMusicReleaseDocument = {\"kind\":\"Document\",\"definitions\":[{\"kind\":\"OperationDefinition\",\"operation\":\"mutation\",\"name\":{\"kind\":\"Name\",\"value\":\"AttachAssetToMusicRelease\"},\"variableDefinitions\":[{\"kind\":\"VariableDefinition\",\"variable\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},\"type\":{\"kind\":\"NonNullType\",\"type\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"numeric\"}}}},{\"kind\":\"VariableDefinition\",\"variable\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"assetId\"}},\"type\":{\"kind\":\"NonNullType\",\"type\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"numeric\"}}}}],\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"update_music_releases_by_pk\"},\"arguments\":[{\"kind\":\"Argument\",\"name\":{\"kind\":\"Name\",\"value\":\"pk_columns\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"},\"value\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}}}]}},{\"kind\":\"Argument\",\"name\":{\"kind\":\"Name\",\"value\":\"_set\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"release_asset_id\"},\"value\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"assetId\"}}}]}}],\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"asset\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"file_name\"}}]}}]}}]}}]} as unknown as DocumentNode;\nexport const ToggleNoMusicDocument = {\"kind\":\"Document\",\"definitions\":[{\"kind\":\"OperationDefinition\",\"operation\":\"mutation\",\"name\":{\"kind\":\"Name\",\"value\":\"ToggleNoMusic\"},\"variableDefinitions\":[{\"kind\":\"VariableDefinition\",\"variable\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"teamId\"}},\"type\":{\"kind\":\"NonNullType\",\"type\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"numeric\"}}}},{\"kind\":\"VariableDefinition\",\"variable\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"isNoMusic\"}},\"type\":{\"kind\":\"NonNullType\",\"type\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"String\"}}}}],\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"update_teams_by_pk\"},\"arguments\":[{\"kind\":\"Argument\",\"name\":{\"kind\":\"Name\",\"value\":\"pk_columns\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"},\"value\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"teamId\"}}}]}},{\"kind\":\"Argument\",\"name\":{\"kind\":\"Name\",\"value\":\"_set\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"is_no_music\"},\"value\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"isNoMusic\"}}}]}}],\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"is_no_music\"}}]}}]}}]} as unknown as DocumentNode;\nexport const TeamPaymentDocument = {\"kind\":\"Document\",\"definitions\":[{\"kind\":\"OperationDefinition\",\"operation\":\"mutation\",\"name\":{\"kind\":\"Name\",\"value\":\"TeamPayment\"},\"variableDefinitions\":[{\"kind\":\"VariableDefinition\",\"variable\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"returnUrl\"}},\"type\":{\"kind\":\"NonNullType\",\"type\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"String\"}}}},{\"kind\":\"VariableDefinition\",\"variable\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"lineItems\"}},\"type\":{\"kind\":\"NonNullType\",\"type\":{\"kind\":\"ListType\",\"type\":{\"kind\":\"NonNullType\",\"type\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"StripeLineItem\"}}}}}},{\"kind\":\"VariableDefinition\",\"variable\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"teamId\"}},\"type\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"Int\"}}},{\"kind\":\"VariableDefinition\",\"variable\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"badgeId\"}},\"type\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"Int\"}}}],\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"alias\":{\"kind\":\"Name\",\"value\":\"url\"},\"name\":{\"kind\":\"Name\",\"value\":\"stripeCreatePurchase\"},\"arguments\":[{\"kind\":\"Argument\",\"name\":{\"kind\":\"Name\",\"value\":\"returnUrl\"},\"value\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"returnUrl\"}}},{\"kind\":\"Argument\",\"name\":{\"kind\":\"Name\",\"value\":\"lineItems\"},\"value\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"lineItems\"}}},{\"kind\":\"Argument\",\"name\":{\"kind\":\"Name\",\"value\":\"teamId\"},\"value\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"teamId\"}}},{\"kind\":\"Argument\",\"name\":{\"kind\":\"Name\",\"value\":\"badgeId\"},\"value\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"badgeId\"}}}]}]}}]} as unknown as DocumentNode;\nexport const TeamPrizeNominationsDocument = {\"kind\":\"Document\",\"definitions\":[{\"kind\":\"OperationDefinition\",\"operation\":\"query\",\"name\":{\"kind\":\"Name\",\"value\":\"TeamPrizeNominations\"},\"variableDefinitions\":[{\"kind\":\"VariableDefinition\",\"variable\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"ffid\"}},\"type\":{\"kind\":\"NonNullType\",\"type\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"numeric\"}}}}],\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"prizes\"},\"arguments\":[{\"kind\":\"Argument\",\"name\":{\"kind\":\"Name\",\"value\":\"order_by\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"name\"},\"value\":{\"kind\":\"EnumValue\",\"value\":\"asc\"}}]}},{\"kind\":\"Argument\",\"name\":{\"kind\":\"Name\",\"value\":\"where\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"film_festival_id\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"_eq\"},\"value\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"ffid\"}}}]}}]}}],\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"name\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"description\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"sponsor\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"name\"}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"mux_playback_id\"}}]}}]}}]} as unknown as DocumentNode;\nexport const PrizeOptInDocument = {\"kind\":\"Document\",\"definitions\":[{\"kind\":\"OperationDefinition\",\"operation\":\"mutation\",\"name\":{\"kind\":\"Name\",\"value\":\"PrizeOptIn\"},\"variableDefinitions\":[{\"kind\":\"VariableDefinition\",\"variable\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"nomination\"}},\"type\":{\"kind\":\"NonNullType\",\"type\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"nominations_insert_input\"}}}}],\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"insert_nominations_one\"},\"arguments\":[{\"kind\":\"Argument\",\"name\":{\"kind\":\"Name\",\"value\":\"object\"},\"value\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"nomination\"}}}],\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}}]}}]}}]} as unknown as DocumentNode;\nexport const DeletePrizeNominationDocument = {\"kind\":\"Document\",\"definitions\":[{\"kind\":\"OperationDefinition\",\"operation\":\"mutation\",\"name\":{\"kind\":\"Name\",\"value\":\"DeletePrizeNomination\"},\"variableDefinitions\":[{\"kind\":\"VariableDefinition\",\"variable\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"nomination\"}},\"type\":{\"kind\":\"NonNullType\",\"type\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"nominations_bool_exp\"}}}}],\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"delete_nominations\"},\"arguments\":[{\"kind\":\"Argument\",\"name\":{\"kind\":\"Name\",\"value\":\"where\"},\"value\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"nomination\"}}}],\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"affected_rows\"}}]}}]}}]} as unknown as DocumentNode;\nexport const SubmitTeamDocument = {\"kind\":\"Document\",\"definitions\":[{\"kind\":\"OperationDefinition\",\"operation\":\"mutation\",\"name\":{\"kind\":\"Name\",\"value\":\"SubmitTeam\"},\"variableDefinitions\":[{\"kind\":\"VariableDefinition\",\"variable\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},\"type\":{\"kind\":\"NonNullType\",\"type\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"Int\"}}}}],\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"submitTeam\"},\"arguments\":[{\"kind\":\"Argument\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"},\"value\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}}}]}]}}]} as unknown as DocumentNode;\nexport const SetThumbTimeDocument = {\"kind\":\"Document\",\"definitions\":[{\"kind\":\"OperationDefinition\",\"operation\":\"mutation\",\"name\":{\"kind\":\"Name\",\"value\":\"SetThumbTime\"},\"variableDefinitions\":[{\"kind\":\"VariableDefinition\",\"variable\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},\"type\":{\"kind\":\"NonNullType\",\"type\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"numeric\"}}}},{\"kind\":\"VariableDefinition\",\"variable\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"time\"}},\"type\":{\"kind\":\"NonNullType\",\"type\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"numeric\"}}}}],\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"update_films_by_pk\"},\"arguments\":[{\"kind\":\"Argument\",\"name\":{\"kind\":\"Name\",\"value\":\"pk_columns\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"},\"value\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}}}]}},{\"kind\":\"Argument\",\"name\":{\"kind\":\"Name\",\"value\":\"_set\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"mux_thumbnail_time\"},\"value\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"time\"}}}]}}],\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"mux_thumbnail_time\"}}]}}]}}]} as unknown as DocumentNode;\nexport const SignAssetDocument = {\"kind\":\"Document\",\"definitions\":[{\"kind\":\"OperationDefinition\",\"operation\":\"mutation\",\"name\":{\"kind\":\"Name\",\"value\":\"SignAsset\"},\"variableDefinitions\":[{\"kind\":\"VariableDefinition\",\"variable\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"name\"}},\"type\":{\"kind\":\"NonNullType\",\"type\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"String\"}}}}],\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"assetSign\"},\"arguments\":[{\"kind\":\"Argument\",\"name\":{\"kind\":\"Name\",\"value\":\"name\"},\"value\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"name\"}}}]}]}}]} as unknown as DocumentNode;\nexport const CreateAssetUploadDocument = {\"kind\":\"Document\",\"definitions\":[{\"kind\":\"OperationDefinition\",\"operation\":\"mutation\",\"name\":{\"kind\":\"Name\",\"value\":\"CreateAssetUpload\"},\"variableDefinitions\":[{\"kind\":\"VariableDefinition\",\"variable\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"filename\"}},\"type\":{\"kind\":\"NonNullType\",\"type\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"String\"}}}}],\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"assetUpload\"},\"arguments\":[{\"kind\":\"Argument\",\"name\":{\"kind\":\"Name\",\"value\":\"filename\"},\"value\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"filename\"}}}],\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"name\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"uploadUrl\"}}]}}]}}]} as unknown as DocumentNode;\nexport const UploadTeamAssetDocument = {\"kind\":\"Document\",\"definitions\":[{\"kind\":\"OperationDefinition\",\"operation\":\"mutation\",\"name\":{\"kind\":\"Name\",\"value\":\"UploadTeamAsset\"},\"variableDefinitions\":[{\"kind\":\"VariableDefinition\",\"variable\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"asset\"}},\"type\":{\"kind\":\"NonNullType\",\"type\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"team_assets_insert_input\"}}}}],\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"insert_team_assets_one\"},\"arguments\":[{\"kind\":\"Argument\",\"name\":{\"kind\":\"Name\",\"value\":\"object\"},\"value\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"asset\"}}}],\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}}]}}]}}]} as unknown as DocumentNode;\nexport const CreateAwardNominationAssetDocument = {\"kind\":\"Document\",\"definitions\":[{\"kind\":\"OperationDefinition\",\"operation\":\"mutation\",\"name\":{\"kind\":\"Name\",\"value\":\"CreateAwardNominationAsset\"},\"variableDefinitions\":[{\"kind\":\"VariableDefinition\",\"variable\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"asset\"}},\"type\":{\"kind\":\"NonNullType\",\"type\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"nomination_assets_insert_input\"}}}}],\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"insert_nomination_assets_one\"},\"arguments\":[{\"kind\":\"Argument\",\"name\":{\"kind\":\"Name\",\"value\":\"object\"},\"value\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"asset\"}}}],\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}}]}}]}}]} as unknown as DocumentNode;\nexport const UploadFilmDocument = {\"kind\":\"Document\",\"definitions\":[{\"kind\":\"OperationDefinition\",\"operation\":\"mutation\",\"name\":{\"kind\":\"Name\",\"value\":\"UploadFilm\"},\"variableDefinitions\":[{\"kind\":\"VariableDefinition\",\"variable\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"fileName\"}},\"type\":{\"kind\":\"NonNullType\",\"type\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"String\"}}}},{\"kind\":\"VariableDefinition\",\"variable\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"fileSize\"}},\"type\":{\"kind\":\"NonNullType\",\"type\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"Int\"}}}},{\"kind\":\"VariableDefinition\",\"variable\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"teamId\"}},\"type\":{\"kind\":\"NonNullType\",\"type\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"Int\"}}}}],\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"muxCreateUpload\"},\"arguments\":[{\"kind\":\"Argument\",\"name\":{\"kind\":\"Name\",\"value\":\"fileName\"},\"value\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"fileName\"}}},{\"kind\":\"Argument\",\"name\":{\"kind\":\"Name\",\"value\":\"fileSize\"},\"value\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"fileSize\"}}},{\"kind\":\"Argument\",\"name\":{\"kind\":\"Name\",\"value\":\"teamId\"},\"value\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"teamId\"}}}]}]}}]} as unknown as DocumentNode;\nexport const UploadFiveFestFilmDocument = {\"kind\":\"Document\",\"definitions\":[{\"kind\":\"OperationDefinition\",\"operation\":\"mutation\",\"name\":{\"kind\":\"Name\",\"value\":\"UploadFiveFestFilm\"},\"variableDefinitions\":[{\"kind\":\"VariableDefinition\",\"variable\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"fileName\"}},\"type\":{\"kind\":\"NonNullType\",\"type\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"String\"}}}},{\"kind\":\"VariableDefinition\",\"variable\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"fileSize\"}},\"type\":{\"kind\":\"NonNullType\",\"type\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"Int\"}}}},{\"kind\":\"VariableDefinition\",\"variable\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"submissionId\"}},\"type\":{\"kind\":\"NonNullType\",\"type\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"Int\"}}}}],\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"muxCreateFiveFestUpload\"},\"arguments\":[{\"kind\":\"Argument\",\"name\":{\"kind\":\"Name\",\"value\":\"fileName\"},\"value\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"fileName\"}}},{\"kind\":\"Argument\",\"name\":{\"kind\":\"Name\",\"value\":\"fileSize\"},\"value\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"fileSize\"}}},{\"kind\":\"Argument\",\"name\":{\"kind\":\"Name\",\"value\":\"submissionId\"},\"value\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"submissionId\"}}}]}]}}]} as unknown as DocumentNode;\nexport const UploadFestivalSubmissionAssetDocument = {\"kind\":\"Document\",\"definitions\":[{\"kind\":\"OperationDefinition\",\"operation\":\"mutation\",\"name\":{\"kind\":\"Name\",\"value\":\"UploadFestivalSubmissionAsset\"},\"variableDefinitions\":[{\"kind\":\"VariableDefinition\",\"variable\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"asset\"}},\"type\":{\"kind\":\"NonNullType\",\"type\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"festival_submission_assets_insert_input\"}}}}],\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"insert_festival_submission_assets_one\"},\"arguments\":[{\"kind\":\"Argument\",\"name\":{\"kind\":\"Name\",\"value\":\"object\"},\"value\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"asset\"}}}],\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}}]}}]}}]} as unknown as DocumentNode;\nexport const JoinLiveKitExitInterviewDocument = {\"kind\":\"Document\",\"definitions\":[{\"kind\":\"OperationDefinition\",\"operation\":\"mutation\",\"name\":{\"kind\":\"Name\",\"value\":\"JoinLiveKitExitInterview\"},\"variableDefinitions\":[{\"kind\":\"VariableDefinition\",\"variable\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"teamId\"}},\"type\":{\"kind\":\"NonNullType\",\"type\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"Int\"}}}},{\"kind\":\"VariableDefinition\",\"variable\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"displayName\"}},\"type\":{\"kind\":\"NonNullType\",\"type\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"String\"}}}}],\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"joinLiveKitExitInterview\"},\"arguments\":[{\"kind\":\"Argument\",\"name\":{\"kind\":\"Name\",\"value\":\"teamId\"},\"value\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"teamId\"}}},{\"kind\":\"Argument\",\"name\":{\"kind\":\"Name\",\"value\":\"displayName\"},\"value\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"displayName\"}}}]}]}}]} as unknown as DocumentNode;\nexport const CreateLocationReleaseDocument = {\"kind\":\"Document\",\"definitions\":[{\"kind\":\"OperationDefinition\",\"operation\":\"mutation\",\"name\":{\"kind\":\"Name\",\"value\":\"CreateLocationRelease\"},\"variableDefinitions\":[{\"kind\":\"VariableDefinition\",\"variable\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"release\"}},\"type\":{\"kind\":\"NonNullType\",\"type\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"location_releases_insert_input\"}}}}],\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"insert_location_releases_one\"},\"arguments\":[{\"kind\":\"Argument\",\"name\":{\"kind\":\"Name\",\"value\":\"object\"},\"value\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"release\"}}}],\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}}]}}]}}]} as unknown as DocumentNode;\nexport const UpdateLocationReleaseDocument = {\"kind\":\"Document\",\"definitions\":[{\"kind\":\"OperationDefinition\",\"operation\":\"mutation\",\"name\":{\"kind\":\"Name\",\"value\":\"UpdateLocationRelease\"},\"variableDefinitions\":[{\"kind\":\"VariableDefinition\",\"variable\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},\"type\":{\"kind\":\"NonNullType\",\"type\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"numeric\"}}}},{\"kind\":\"VariableDefinition\",\"variable\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"release\"}},\"type\":{\"kind\":\"NonNullType\",\"type\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"location_releases_set_input\"}}}}],\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"update_location_releases_by_pk\"},\"arguments\":[{\"kind\":\"Argument\",\"name\":{\"kind\":\"Name\",\"value\":\"pk_columns\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"},\"value\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}}}]}},{\"kind\":\"Argument\",\"name\":{\"kind\":\"Name\",\"value\":\"_set\"},\"value\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"release\"}}}],\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"venue_name\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"first_name\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"middle_name\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"last_name\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"address_1\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"address_2\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"city\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"state\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"zip\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"country\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"is_owned_by_team\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"asset\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"file_name\"}}]}}]}}]}}]} as unknown as DocumentNode;\nexport const MatchupExpertiseDocument = {\"kind\":\"Document\",\"definitions\":[{\"kind\":\"OperationDefinition\",\"operation\":\"query\",\"name\":{\"kind\":\"Name\",\"value\":\"MatchupExpertise\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"expertise\"},\"arguments\":[{\"kind\":\"Argument\",\"name\":{\"kind\":\"Name\",\"value\":\"order_by\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"name\"},\"value\":{\"kind\":\"EnumValue\",\"value\":\"asc\"}}]}}],\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"name\"}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"genres\"},\"arguments\":[{\"kind\":\"Argument\",\"name\":{\"kind\":\"Name\",\"value\":\"order_by\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"name\"},\"value\":{\"kind\":\"EnumValue\",\"value\":\"asc\"}}]}}],\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"name\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"description\"}}]}}]}}]} as unknown as DocumentNode;\nexport const CreateMusicReleaseDocument = {\"kind\":\"Document\",\"definitions\":[{\"kind\":\"OperationDefinition\",\"operation\":\"mutation\",\"name\":{\"kind\":\"Name\",\"value\":\"CreateMusicRelease\"},\"variableDefinitions\":[{\"kind\":\"VariableDefinition\",\"variable\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"release\"}},\"type\":{\"kind\":\"NonNullType\",\"type\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"music_releases_insert_input\"}}}}],\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"insert_music_releases_one\"},\"arguments\":[{\"kind\":\"Argument\",\"name\":{\"kind\":\"Name\",\"value\":\"object\"},\"value\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"release\"}}}],\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}}]}}]}}]} as unknown as DocumentNode;\nexport const UpdateMusicReleaseDocument = {\"kind\":\"Document\",\"definitions\":[{\"kind\":\"OperationDefinition\",\"operation\":\"mutation\",\"name\":{\"kind\":\"Name\",\"value\":\"UpdateMusicRelease\"},\"variableDefinitions\":[{\"kind\":\"VariableDefinition\",\"variable\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},\"type\":{\"kind\":\"NonNullType\",\"type\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"numeric\"}}}},{\"kind\":\"VariableDefinition\",\"variable\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"release\"}},\"type\":{\"kind\":\"NonNullType\",\"type\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"music_releases_set_input\"}}}}],\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"update_music_releases_by_pk\"},\"arguments\":[{\"kind\":\"Argument\",\"name\":{\"kind\":\"Name\",\"value\":\"pk_columns\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"},\"value\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}}}]}},{\"kind\":\"Argument\",\"name\":{\"kind\":\"Name\",\"value\":\"_set\"},\"value\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"release\"}}}],\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"composer\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"duration\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"is_original\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"is_royalty_free\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"publisher\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"royalty_free_source\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"society\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"song_title\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"start_time\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"use_type\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"asset\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"file_name\"}}]}}]}}]}}]} as unknown as DocumentNode;\nexport const LastRegistrationDocument = {\"kind\":\"Document\",\"definitions\":[{\"kind\":\"OperationDefinition\",\"operation\":\"query\",\"name\":{\"kind\":\"Name\",\"value\":\"LastRegistration\"},\"variableDefinitions\":[{\"kind\":\"VariableDefinition\",\"variable\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"user_id\"}},\"type\":{\"kind\":\"NonNullType\",\"type\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"numeric\"}}}}],\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"alias\":{\"kind\":\"Name\",\"value\":\"pastRegistrations\"},\"name\":{\"kind\":\"Name\",\"value\":\"registrations\"},\"arguments\":[{\"kind\":\"Argument\",\"name\":{\"kind\":\"Name\",\"value\":\"where\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"user_id\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"_eq\"},\"value\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"user_id\"}}}]}}]}},{\"kind\":\"Argument\",\"name\":{\"kind\":\"Name\",\"value\":\"order_by\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"signature_ts\"},\"value\":{\"kind\":\"EnumValue\",\"value\":\"desc_nulls_last\"}}]}},{\"kind\":\"Argument\",\"name\":{\"kind\":\"Name\",\"value\":\"limit\"},\"value\":{\"kind\":\"IntValue\",\"value\":\"1\"}}],\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"first_name\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"middle_name\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"last_name\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"primary_phone\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"secondary_phone\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"primary_email\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"secondary_email\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"address_1\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"address_2\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"city\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"state\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"zip\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"country\"}}]}}]}}]} as unknown as DocumentNode;\nexport const SaveRegistrationDocument = {\"kind\":\"Document\",\"definitions\":[{\"kind\":\"OperationDefinition\",\"operation\":\"mutation\",\"name\":{\"kind\":\"Name\",\"value\":\"SaveRegistration\"},\"variableDefinitions\":[{\"kind\":\"VariableDefinition\",\"variable\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},\"type\":{\"kind\":\"NonNullType\",\"type\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"numeric\"}}}},{\"kind\":\"VariableDefinition\",\"variable\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"_set\"}},\"type\":{\"kind\":\"NonNullType\",\"type\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"registrations_set_input\"}}}}],\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"update_registrations_by_pk\"},\"arguments\":[{\"kind\":\"Argument\",\"name\":{\"kind\":\"Name\",\"value\":\"pk_columns\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"},\"value\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}}}]}},{\"kind\":\"Argument\",\"name\":{\"kind\":\"Name\",\"value\":\"_set\"},\"value\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"_set\"}}}],\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}}]}}]}}]} as unknown as DocumentNode;\nexport const SignRegistrationDocument = {\"kind\":\"Document\",\"definitions\":[{\"kind\":\"OperationDefinition\",\"operation\":\"mutation\",\"name\":{\"kind\":\"Name\",\"value\":\"SignRegistration\"},\"variableDefinitions\":[{\"kind\":\"VariableDefinition\",\"variable\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},\"type\":{\"kind\":\"NonNullType\",\"type\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"Int\"}}}},{\"kind\":\"VariableDefinition\",\"variable\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"hash\"}},\"type\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"String\"}}},{\"kind\":\"VariableDefinition\",\"variable\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"signature_name\"}},\"type\":{\"kind\":\"NonNullType\",\"type\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"String\"}}}},{\"kind\":\"VariableDefinition\",\"variable\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"signature_phone\"}},\"type\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"String\"}}},{\"kind\":\"VariableDefinition\",\"variable\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"signature_email\"}},\"type\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"String\"}}},{\"kind\":\"VariableDefinition\",\"variable\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"is_minor\"}},\"type\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"Boolean\"}},\"defaultValue\":{\"kind\":\"BooleanValue\",\"value\":false}}],\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"provideRegistrationSignature\"},\"arguments\":[{\"kind\":\"Argument\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"},\"value\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}}},{\"kind\":\"Argument\",\"name\":{\"kind\":\"Name\",\"value\":\"hash\"},\"value\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"hash\"}}},{\"kind\":\"Argument\",\"name\":{\"kind\":\"Name\",\"value\":\"signature_name\"},\"value\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"signature_name\"}}},{\"kind\":\"Argument\",\"name\":{\"kind\":\"Name\",\"value\":\"signature_phone\"},\"value\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"signature_phone\"}}},{\"kind\":\"Argument\",\"name\":{\"kind\":\"Name\",\"value\":\"signature_email\"},\"value\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"signature_email\"}}},{\"kind\":\"Argument\",\"name\":{\"kind\":\"Name\",\"value\":\"is_minor\"},\"value\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"is_minor\"}}}]}]}}]} as unknown as DocumentNode;\nexport const AwardsCeremonyCheckinQueryDocument = {\"kind\":\"Document\",\"definitions\":[{\"kind\":\"OperationDefinition\",\"operation\":\"query\",\"name\":{\"kind\":\"Name\",\"value\":\"AwardsCeremonyCheckinQuery\"},\"variableDefinitions\":[{\"kind\":\"VariableDefinition\",\"variable\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"ffid\"}},\"type\":{\"kind\":\"NonNullType\",\"type\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"numeric\"}}}},{\"kind\":\"VariableDefinition\",\"variable\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"ffidInt\"}},\"type\":{\"kind\":\"NonNullType\",\"type\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"Int\"}}}}],\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"teams\"},\"arguments\":[{\"kind\":\"Argument\",\"name\":{\"kind\":\"Name\",\"value\":\"where\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"film_festival_id\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"_eq\"},\"value\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"ffid\"}}}]}},{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"submitted_at\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"_is_null\"},\"value\":{\"kind\":\"BooleanValue\",\"value\":false}}]}}]}}],\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"team_number\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"name\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"studio\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"name\"}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"film_name\"}},{\"kind\":\"Field\",\"alias\":{\"kind\":\"Name\",\"value\":\"poster\"},\"name\":{\"kind\":\"Name\",\"value\":\"assets\"},\"arguments\":[{\"kind\":\"Argument\",\"name\":{\"kind\":\"Name\",\"value\":\"where\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"asset_type_id\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"_eq\"},\"value\":{\"kind\":\"IntValue\",\"value\":\"21\"}}]}}]}},{\"kind\":\"Argument\",\"name\":{\"kind\":\"Name\",\"value\":\"order_by\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"created\"},\"value\":{\"kind\":\"EnumValue\",\"value\":\"desc\"}}]}},{\"kind\":\"Argument\",\"name\":{\"kind\":\"Name\",\"value\":\"limit\"},\"value\":{\"kind\":\"IntValue\",\"value\":\"1\"}}],\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"file_name\"}}]}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"festival_submissions\"},\"arguments\":[{\"kind\":\"Argument\",\"name\":{\"kind\":\"Name\",\"value\":\"where\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"film_festival_id\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"_eq\"},\"value\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"ffidInt\"}}}]}},{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"submitted_at\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"_is_null\"},\"value\":{\"kind\":\"BooleanValue\",\"value\":false}}]}}]}}],\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"film_title\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"production_company\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"first_name\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"last_name\"}},{\"kind\":\"Field\",\"alias\":{\"kind\":\"Name\",\"value\":\"poster\"},\"name\":{\"kind\":\"Name\",\"value\":\"assets\"},\"arguments\":[{\"kind\":\"Argument\",\"name\":{\"kind\":\"Name\",\"value\":\"where\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"asset_type_id\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"_eq\"},\"value\":{\"kind\":\"IntValue\",\"value\":\"21\"}}]}}]}},{\"kind\":\"Argument\",\"name\":{\"kind\":\"Name\",\"value\":\"order_by\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"created_at\"},\"value\":{\"kind\":\"EnumValue\",\"value\":\"desc\"}}]}},{\"kind\":\"Argument\",\"name\":{\"kind\":\"Name\",\"value\":\"limit\"},\"value\":{\"kind\":\"IntValue\",\"value\":\"1\"}}],\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"file_name\"}}]}}]}}]}}]} as unknown as DocumentNode;\nexport const RecordAwardsCeremonyCheckinDocument = {\"kind\":\"Document\",\"definitions\":[{\"kind\":\"OperationDefinition\",\"operation\":\"mutation\",\"name\":{\"kind\":\"Name\",\"value\":\"RecordAwardsCeremonyCheckin\"},\"variableDefinitions\":[{\"kind\":\"VariableDefinition\",\"variable\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"announce\"}},\"type\":{\"kind\":\"NonNullType\",\"type\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"String\"}}}},{\"kind\":\"VariableDefinition\",\"variable\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"teamId\"}},\"type\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"Int\"}}},{\"kind\":\"VariableDefinition\",\"variable\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"festivalSubmissionId\"}},\"type\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"Int\"}}}],\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"recordAwardsCeremonyCheckin\"},\"arguments\":[{\"kind\":\"Argument\",\"name\":{\"kind\":\"Name\",\"value\":\"announce\"},\"value\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"announce\"}}},{\"kind\":\"Argument\",\"name\":{\"kind\":\"Name\",\"value\":\"teamId\"},\"value\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"teamId\"}}},{\"kind\":\"Argument\",\"name\":{\"kind\":\"Name\",\"value\":\"festivalSubmissionId\"},\"value\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"festivalSubmissionId\"}}}]}]}}]} as unknown as DocumentNode;\nexport const ExitInterviewsDocument = {\"kind\":\"Document\",\"definitions\":[{\"kind\":\"OperationDefinition\",\"operation\":\"query\",\"name\":{\"kind\":\"Name\",\"value\":\"ExitInterviews\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"exit_interviews\"},\"arguments\":[{\"kind\":\"Argument\",\"name\":{\"kind\":\"Name\",\"value\":\"order_by\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"created_at\"},\"value\":{\"kind\":\"EnumValue\",\"value\":\"desc\"}}]}}],\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"live_kit_room_status\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"mux_live_stream_playback_id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"mux_live_stream_status\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"team\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"team_number\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"name\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"film_name\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"studio\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"name\"}}]}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"created_at\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"ready_at\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"interviewer\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"name\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"picture\"}}]}}]}}]}}]} as unknown as DocumentNode;\nexport const ExitInterviewsSubDocument = {\"kind\":\"Document\",\"definitions\":[{\"kind\":\"OperationDefinition\",\"operation\":\"subscription\",\"name\":{\"kind\":\"Name\",\"value\":\"ExitInterviewsSub\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"exit_interviews\"},\"arguments\":[{\"kind\":\"Argument\",\"name\":{\"kind\":\"Name\",\"value\":\"order_by\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"created_at\"},\"value\":{\"kind\":\"EnumValue\",\"value\":\"desc\"}}]}}],\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"live_kit_room_status\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"mux_live_stream_playback_id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"mux_live_stream_status\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"team\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"team_number\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"name\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"film_name\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"studio\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"name\"}}]}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"created_at\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"ready_at\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"interviewer\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"name\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"picture\"}}]}}]}}]}}]} as unknown as DocumentNode;\nexport const ClaimExitInterviewDocument = {\"kind\":\"Document\",\"definitions\":[{\"kind\":\"OperationDefinition\",\"operation\":\"mutation\",\"name\":{\"kind\":\"Name\",\"value\":\"ClaimExitInterview\"},\"variableDefinitions\":[{\"kind\":\"VariableDefinition\",\"variable\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},\"type\":{\"kind\":\"NonNullType\",\"type\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"Int\"}}}},{\"kind\":\"VariableDefinition\",\"variable\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"userId\"}},\"type\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"Int\"}}}],\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"update_exit_interviews_by_pk\"},\"arguments\":[{\"kind\":\"Argument\",\"name\":{\"kind\":\"Name\",\"value\":\"pk_columns\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"},\"value\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}}}]}},{\"kind\":\"Argument\",\"name\":{\"kind\":\"Name\",\"value\":\"_set\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"claimed_by\"},\"value\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"userId\"}}}]}}],\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"claimed_by\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"interviewer\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"sub\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"name\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"picture\"}}]}}]}}]}}]} as unknown as DocumentNode;\nexport const FilmGroupFilmsDocument = {\"kind\":\"Document\",\"definitions\":[{\"kind\":\"OperationDefinition\",\"operation\":\"query\",\"name\":{\"kind\":\"Name\",\"value\":\"FilmGroupFilms\"},\"variableDefinitions\":[{\"kind\":\"VariableDefinition\",\"variable\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"ffid\"}},\"type\":{\"kind\":\"NonNullType\",\"type\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"numeric\"}}}},{\"kind\":\"VariableDefinition\",\"variable\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"poster\"}},\"type\":{\"kind\":\"NonNullType\",\"type\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"numeric\"}}}},{\"kind\":\"VariableDefinition\",\"variable\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"ffidInt\"}},\"type\":{\"kind\":\"NonNullType\",\"type\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"Int\"}}}},{\"kind\":\"VariableDefinition\",\"variable\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"posterInt\"}},\"type\":{\"kind\":\"NonNullType\",\"type\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"Int\"}}}}],\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"teams\"},\"arguments\":[{\"kind\":\"Argument\",\"name\":{\"kind\":\"Name\",\"value\":\"where\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"film_festival_id\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"_eq\"},\"value\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"ffid\"}}}]}},{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"submitted_at\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"_is_null\"},\"value\":{\"kind\":\"BooleanValue\",\"value\":false}}]}}]}},{\"kind\":\"Argument\",\"name\":{\"kind\":\"Name\",\"value\":\"order_by\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"film_name\"},\"value\":{\"kind\":\"EnumValue\",\"value\":\"asc\"}}]}}],\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"team_number\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"name\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"film_name\"}},{\"kind\":\"Field\",\"alias\":{\"kind\":\"Name\",\"value\":\"poster\"},\"name\":{\"kind\":\"Name\",\"value\":\"assets\"},\"arguments\":[{\"kind\":\"Argument\",\"name\":{\"kind\":\"Name\",\"value\":\"where\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"asset_type_id\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"_eq\"},\"value\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"poster\"}}}]}}]}},{\"kind\":\"Argument\",\"name\":{\"kind\":\"Name\",\"value\":\"order_by\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"created\"},\"value\":{\"kind\":\"EnumValue\",\"value\":\"desc\"}}]}},{\"kind\":\"Argument\",\"name\":{\"kind\":\"Name\",\"value\":\"limit\"},\"value\":{\"kind\":\"IntValue\",\"value\":\"1\"}}],\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"file_name\"}}]}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"festival_submissions\"},\"arguments\":[{\"kind\":\"Argument\",\"name\":{\"kind\":\"Name\",\"value\":\"where\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"film_festival_id\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"_eq\"},\"value\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"ffidInt\"}}}]}},{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"submitted_at\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"_is_null\"},\"value\":{\"kind\":\"BooleanValue\",\"value\":false}}]}}]}},{\"kind\":\"Argument\",\"name\":{\"kind\":\"Name\",\"value\":\"order_by\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"film_title\"},\"value\":{\"kind\":\"EnumValue\",\"value\":\"asc\"}}]}}],\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"film_title\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"genre\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"name\"}}]}},{\"kind\":\"Field\",\"alias\":{\"kind\":\"Name\",\"value\":\"poster\"},\"name\":{\"kind\":\"Name\",\"value\":\"assets\"},\"arguments\":[{\"kind\":\"Argument\",\"name\":{\"kind\":\"Name\",\"value\":\"where\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"asset_type_id\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"_eq\"},\"value\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"posterInt\"}}}]}}]}},{\"kind\":\"Argument\",\"name\":{\"kind\":\"Name\",\"value\":\"order_by\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"created_at\"},\"value\":{\"kind\":\"EnumValue\",\"value\":\"desc\"}}]}},{\"kind\":\"Argument\",\"name\":{\"kind\":\"Name\",\"value\":\"limit\"},\"value\":{\"kind\":\"IntValue\",\"value\":\"1\"}}],\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"file_name\"}}]}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"film_groups\"},\"arguments\":[{\"kind\":\"Argument\",\"name\":{\"kind\":\"Name\",\"value\":\"where\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"film_festival_id\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"_eq\"},\"value\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"ffid\"}}}]}}]}}],\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"name\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"type\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"teams\"},\"arguments\":[{\"kind\":\"Argument\",\"name\":{\"kind\":\"Name\",\"value\":\"order_by\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"sort\"},\"value\":{\"kind\":\"EnumValue\",\"value\":\"asc\"}}]}}],\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"sort\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"team\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"team_number\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"name\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"film_name\"}},{\"kind\":\"Field\",\"alias\":{\"kind\":\"Name\",\"value\":\"poster\"},\"name\":{\"kind\":\"Name\",\"value\":\"assets\"},\"arguments\":[{\"kind\":\"Argument\",\"name\":{\"kind\":\"Name\",\"value\":\"where\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"asset_type_id\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"_eq\"},\"value\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"poster\"}}}]}}]}},{\"kind\":\"Argument\",\"name\":{\"kind\":\"Name\",\"value\":\"order_by\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"created\"},\"value\":{\"kind\":\"EnumValue\",\"value\":\"desc\"}}]}},{\"kind\":\"Argument\",\"name\":{\"kind\":\"Name\",\"value\":\"limit\"},\"value\":{\"kind\":\"IntValue\",\"value\":\"1\"}}],\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"file_name\"}}]}}]}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"festival_submissions\"},\"arguments\":[{\"kind\":\"Argument\",\"name\":{\"kind\":\"Name\",\"value\":\"order_by\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"sort\"},\"value\":{\"kind\":\"EnumValue\",\"value\":\"asc\"}}]}}],\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"sort\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"festival_submission\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"film_title\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"genre\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"name\"}}]}},{\"kind\":\"Field\",\"alias\":{\"kind\":\"Name\",\"value\":\"poster\"},\"name\":{\"kind\":\"Name\",\"value\":\"assets\"},\"arguments\":[{\"kind\":\"Argument\",\"name\":{\"kind\":\"Name\",\"value\":\"where\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"asset_type_id\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"_eq\"},\"value\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"posterInt\"}}}]}}]}},{\"kind\":\"Argument\",\"name\":{\"kind\":\"Name\",\"value\":\"order_by\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"created_at\"},\"value\":{\"kind\":\"EnumValue\",\"value\":\"desc\"}}]}},{\"kind\":\"Argument\",\"name\":{\"kind\":\"Name\",\"value\":\"limit\"},\"value\":{\"kind\":\"IntValue\",\"value\":\"1\"}}],\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"file_name\"}}]}}]}}]}}]}}]}}]} as unknown as DocumentNode;\nexport const FilmGroupAssignmentsDocument = {\"kind\":\"Document\",\"definitions\":[{\"kind\":\"OperationDefinition\",\"operation\":\"query\",\"name\":{\"kind\":\"Name\",\"value\":\"FilmGroupAssignments\"},\"variableDefinitions\":[{\"kind\":\"VariableDefinition\",\"variable\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"ffid\"}},\"type\":{\"kind\":\"NonNullType\",\"type\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"numeric\"}}}}],\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"film_groups\"},\"arguments\":[{\"kind\":\"Argument\",\"name\":{\"kind\":\"Name\",\"value\":\"where\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"film_festival_id\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"_eq\"},\"value\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"ffid\"}}}]}},{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"type\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"_nin\"},\"value\":{\"kind\":\"ListValue\",\"values\":[{\"kind\":\"StringValue\",\"value\":\"screening\",\"block\":false},{\"kind\":\"StringValue\",\"value\":\"fivefest\",\"block\":false}]}}]}}]}}],\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"name\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"type\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"users\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"film_group_id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"rankings\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"updated_at\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"submitted_at\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"user\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"name\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"email\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"sub\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"picture\"}}]}}]}}]}}]}}]} as unknown as DocumentNode;\nexport const UsersByRoleDocument = {\"kind\":\"Document\",\"definitions\":[{\"kind\":\"OperationDefinition\",\"operation\":\"query\",\"name\":{\"kind\":\"Name\",\"value\":\"UsersByRole\"},\"variableDefinitions\":[{\"kind\":\"VariableDefinition\",\"variable\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"role\"}},\"type\":{\"kind\":\"NonNullType\",\"type\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"String\"}}}}],\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"users\"},\"arguments\":[{\"kind\":\"Argument\",\"name\":{\"kind\":\"Name\",\"value\":\"where\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"meta\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"_contains\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"roles\"},\"value\":{\"kind\":\"ListValue\",\"values\":[{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"role\"}}]}}]}}]}}]}}],\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"name\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"email\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"picture\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"meta\"}}]}}]}}]} as unknown as DocumentNode;\nexport const AssignFilmGroupDocument = {\"kind\":\"Document\",\"definitions\":[{\"kind\":\"OperationDefinition\",\"operation\":\"mutation\",\"name\":{\"kind\":\"Name\",\"value\":\"AssignFilmGroup\"},\"variableDefinitions\":[{\"kind\":\"VariableDefinition\",\"variable\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"objects\"}},\"type\":{\"kind\":\"NonNullType\",\"type\":{\"kind\":\"ListType\",\"type\":{\"kind\":\"NonNullType\",\"type\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"film_group_users_insert_input\"}}}}}}],\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"insert_film_group_users\"},\"arguments\":[{\"kind\":\"Argument\",\"name\":{\"kind\":\"Name\",\"value\":\"objects\"},\"value\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"objects\"}}}],\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"affected_rows\"}}]}}]}}]} as unknown as DocumentNode;\nexport const FiveFestAcademyReviewDocument = {\"kind\":\"Document\",\"definitions\":[{\"kind\":\"OperationDefinition\",\"operation\":\"query\",\"name\":{\"kind\":\"Name\",\"value\":\"FiveFestAcademyReview\"},\"variableDefinitions\":[{\"kind\":\"VariableDefinition\",\"variable\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"ffid\"}},\"type\":{\"kind\":\"NonNullType\",\"type\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"numeric\"}}}}],\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"film_groups\"},\"arguments\":[{\"kind\":\"Argument\",\"name\":{\"kind\":\"Name\",\"value\":\"where\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"film_festival_id\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"_eq\"},\"value\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"ffid\"}}}]}},{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"type\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"_eq\"},\"value\":{\"kind\":\"StringValue\",\"value\":\"fivefest\",\"block\":false}}]}}]}}],\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"name\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"festival_submissions\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"sort\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"festival_submission\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"film_title\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"genre\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"name\"}}]}},{\"kind\":\"Field\",\"alias\":{\"kind\":\"Name\",\"value\":\"poster\"},\"name\":{\"kind\":\"Name\",\"value\":\"assets\"},\"arguments\":[{\"kind\":\"Argument\",\"name\":{\"kind\":\"Name\",\"value\":\"where\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"asset_type_id\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"_eq\"},\"value\":{\"kind\":\"IntValue\",\"value\":\"21\"}}]}}]}},{\"kind\":\"Argument\",\"name\":{\"kind\":\"Name\",\"value\":\"order_by\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"created_at\"},\"value\":{\"kind\":\"EnumValue\",\"value\":\"desc\"}}]}},{\"kind\":\"Argument\",\"name\":{\"kind\":\"Name\",\"value\":\"limit\"},\"value\":{\"kind\":\"IntValue\",\"value\":\"1\"}}],\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"file_name\"}}]}}]}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"users\"},\"arguments\":[{\"kind\":\"Argument\",\"name\":{\"kind\":\"Name\",\"value\":\"where\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"submitted_at\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"_is_null\"},\"value\":{\"kind\":\"BooleanValue\",\"value\":false}}]}}]}}],\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"film_group_id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"rankings\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"user\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"sub\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"name\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"email\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"picture\"}}]}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"festival_genre\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"name\"}}]}}]}}]}}]} as unknown as DocumentNode;\nexport const JudgeReviewDocument = {\"kind\":\"Document\",\"definitions\":[{\"kind\":\"OperationDefinition\",\"operation\":\"query\",\"name\":{\"kind\":\"Name\",\"value\":\"JudgeReview\"},\"variableDefinitions\":[{\"kind\":\"VariableDefinition\",\"variable\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"ffid\"}},\"type\":{\"kind\":\"NonNullType\",\"type\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"numeric\"}}}}],\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"film_groups\"},\"arguments\":[{\"kind\":\"Argument\",\"name\":{\"kind\":\"Name\",\"value\":\"where\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"film_festival_id\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"_eq\"},\"value\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"ffid\"}}}]}},{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"type\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"_eq\"},\"value\":{\"kind\":\"StringValue\",\"value\":\"judge\",\"block\":false}}]}}]}}],\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"name\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"teams\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"sort\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"team\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"team_number\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"name\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"film_name\"}},{\"kind\":\"Field\",\"alias\":{\"kind\":\"Name\",\"value\":\"poster\"},\"name\":{\"kind\":\"Name\",\"value\":\"assets\"},\"arguments\":[{\"kind\":\"Argument\",\"name\":{\"kind\":\"Name\",\"value\":\"where\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"asset_type_id\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"_eq\"},\"value\":{\"kind\":\"IntValue\",\"value\":\"21\"}}]}}]}},{\"kind\":\"Argument\",\"name\":{\"kind\":\"Name\",\"value\":\"order_by\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"created\"},\"value\":{\"kind\":\"EnumValue\",\"value\":\"desc\"}}]}}],\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"file_name\"}}]}}]}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"users\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"film_group_id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"rankings\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"user\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"sub\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"name\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"email\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"picture\"}}]}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"award\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"name\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"description\"}}]}}]}}]}}]} as unknown as DocumentNode;\nexport const SelectionReviewDocument = {\"kind\":\"Document\",\"definitions\":[{\"kind\":\"OperationDefinition\",\"operation\":\"query\",\"name\":{\"kind\":\"Name\",\"value\":\"SelectionReview\"},\"variableDefinitions\":[{\"kind\":\"VariableDefinition\",\"variable\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"ffid\"}},\"type\":{\"kind\":\"NonNullType\",\"type\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"numeric\"}}}}],\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"film_groups\"},\"arguments\":[{\"kind\":\"Argument\",\"name\":{\"kind\":\"Name\",\"value\":\"where\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"film_festival_id\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"_eq\"},\"value\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"ffid\"}}}]}},{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"type\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"_eq\"},\"value\":{\"kind\":\"StringValue\",\"value\":\"selection\",\"block\":false}}]}}]}}],\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"name\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"teams\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"sort\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"team\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"team_number\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"name\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"film_name\"}},{\"kind\":\"Field\",\"alias\":{\"kind\":\"Name\",\"value\":\"poster\"},\"name\":{\"kind\":\"Name\",\"value\":\"assets\"},\"arguments\":[{\"kind\":\"Argument\",\"name\":{\"kind\":\"Name\",\"value\":\"where\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"asset_type_id\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"_eq\"},\"value\":{\"kind\":\"IntValue\",\"value\":\"21\"}}]}}]}},{\"kind\":\"Argument\",\"name\":{\"kind\":\"Name\",\"value\":\"order_by\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"created\"},\"value\":{\"kind\":\"EnumValue\",\"value\":\"desc\"}}]}}],\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"file_name\"}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"selection_metrics\"},\"arguments\":[{\"kind\":\"Argument\",\"name\":{\"kind\":\"Name\",\"value\":\"where\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"value\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"_gt\"},\"value\":{\"kind\":\"IntValue\",\"value\":\"0\"}}]}}]}}],\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"team_id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"award_id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"real_user_id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"value\"}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"award_nominations_aggregate\"},\"arguments\":[{\"kind\":\"Argument\",\"name\":{\"kind\":\"Name\",\"value\":\"distinct_on\"},\"value\":{\"kind\":\"EnumValue\",\"value\":\"award_id\"}}],\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"aggregate\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"count\"}}]}}]}}]}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"users\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"user\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"sub\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"name\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"email\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"picture\"}}]}}]}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"awards\"},\"arguments\":[{\"kind\":\"Argument\",\"name\":{\"kind\":\"Name\",\"value\":\"where\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"max_nominations\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"_neq\"},\"value\":{\"kind\":\"IntValue\",\"value\":\"0\"}}]}}]}},{\"kind\":\"Argument\",\"name\":{\"kind\":\"Name\",\"value\":\"order_by\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"name\"},\"value\":{\"kind\":\"EnumValue\",\"value\":\"asc\"}}]}}],\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"name\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"description\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"max_nominations\"}}]}}]}}]} as unknown as DocumentNode;\nexport const SuperSharablesDocument = {\"kind\":\"Document\",\"definitions\":[{\"kind\":\"OperationDefinition\",\"operation\":\"query\",\"name\":{\"kind\":\"Name\",\"value\":\"SuperSharables\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"sharables\"},\"arguments\":[{\"kind\":\"Argument\",\"name\":{\"kind\":\"Name\",\"value\":\"order_by\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"created_at\"},\"value\":{\"kind\":\"EnumValue\",\"value\":\"desc\"}}]}}],\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"title\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"description\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"mux_playback_id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"mux_thumb_time\"}}]}}]}}]} as unknown as DocumentNode;\nexport const SuperFilmsForSharingDocument = {\"kind\":\"Document\",\"definitions\":[{\"kind\":\"OperationDefinition\",\"operation\":\"query\",\"name\":{\"kind\":\"Name\",\"value\":\"SuperFilmsForSharing\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"teams\"},\"arguments\":[{\"kind\":\"Argument\",\"name\":{\"kind\":\"Name\",\"value\":\"where\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"film_festival_id\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"_eq\"},\"value\":{\"kind\":\"IntValue\",\"value\":\"25\"}}]}},{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"team_number\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"_is_null\"},\"value\":{\"kind\":\"BooleanValue\",\"value\":false}}]}},{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"submitted_at\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"_is_null\"},\"value\":{\"kind\":\"BooleanValue\",\"value\":false}}]}}]}},{\"kind\":\"Argument\",\"name\":{\"kind\":\"Name\",\"value\":\"order_by\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"team_number\"},\"value\":{\"kind\":\"EnumValue\",\"value\":\"asc\"}}]}}],\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"film_festival\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"name\"}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"name\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"team_number\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"film_name\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"film\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"mux_playback_id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"mux_thumbnail_time\"}}]}}]}}]}}]} as unknown as DocumentNode;\nexport const AdminTeamsSearchDocument = {\"kind\":\"Document\",\"definitions\":[{\"kind\":\"OperationDefinition\",\"operation\":\"query\",\"name\":{\"kind\":\"Name\",\"value\":\"AdminTeamsSearch\"},\"variableDefinitions\":[{\"kind\":\"VariableDefinition\",\"variable\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"search\"}},\"type\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"String\"}},\"defaultValue\":{\"kind\":\"StringValue\",\"value\":\"%\",\"block\":false}},{\"kind\":\"VariableDefinition\",\"variable\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"limit\"}},\"type\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"Int\"}},\"defaultValue\":{\"kind\":\"IntValue\",\"value\":\"10\"}},{\"kind\":\"VariableDefinition\",\"variable\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"offset\"}},\"type\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"Int\"}},\"defaultValue\":{\"kind\":\"IntValue\",\"value\":\"0\"}}],\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"teams_aggregate\"},\"arguments\":[{\"kind\":\"Argument\",\"name\":{\"kind\":\"Name\",\"value\":\"where\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"team_number\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"_is_null\"},\"value\":{\"kind\":\"BooleanValue\",\"value\":false}}]}},{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"_or\"},\"value\":{\"kind\":\"ListValue\",\"values\":[{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"name\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"_ilike\"},\"value\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"search\"}}}]}}]},{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"film_name\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"_ilike\"},\"value\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"search\"}}}]}}]},{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"studio\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"name\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"_ilike\"},\"value\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"search\"}}}]}}]}}]}]}}]}}],\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"aggregate\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"count\"}}]}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"teams\"},\"arguments\":[{\"kind\":\"Argument\",\"name\":{\"kind\":\"Name\",\"value\":\"where\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"team_number\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"_is_null\"},\"value\":{\"kind\":\"BooleanValue\",\"value\":false}}]}},{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"_or\"},\"value\":{\"kind\":\"ListValue\",\"values\":[{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"name\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"_ilike\"},\"value\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"search\"}}}]}}]},{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"film_name\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"_ilike\"},\"value\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"search\"}}}]}}]},{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"studio\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"name\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"_ilike\"},\"value\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"search\"}}}]}}]}}]}]}}]}},{\"kind\":\"Argument\",\"name\":{\"kind\":\"Name\",\"value\":\"order_by\"},\"value\":{\"kind\":\"ListValue\",\"values\":[{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"film_festival_id\"},\"value\":{\"kind\":\"EnumValue\",\"value\":\"desc\"}}]},{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"team_number\"},\"value\":{\"kind\":\"EnumValue\",\"value\":\"asc\"}}]}]}},{\"kind\":\"Argument\",\"name\":{\"kind\":\"Name\",\"value\":\"limit\"},\"value\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"limit\"}}},{\"kind\":\"Argument\",\"name\":{\"kind\":\"Name\",\"value\":\"offset\"},\"value\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"offset\"}}}],\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"film_festival\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"name\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"due_at\"}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"team_number\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"name\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"studio\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"name\"}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"film_name\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"genre\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"film\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"mux_playback_id\"}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"submitted_at\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"owner_id\"}}]}}]}}]} as unknown as DocumentNode;\nexport const AdminUsersSearchDocument = {\"kind\":\"Document\",\"definitions\":[{\"kind\":\"OperationDefinition\",\"operation\":\"query\",\"name\":{\"kind\":\"Name\",\"value\":\"AdminUsersSearch\"},\"variableDefinitions\":[{\"kind\":\"VariableDefinition\",\"variable\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"search\"}},\"type\":{\"kind\":\"NonNullType\",\"type\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"String\"}}}},{\"kind\":\"VariableDefinition\",\"variable\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"limit\"}},\"type\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"Int\"}},\"defaultValue\":{\"kind\":\"IntValue\",\"value\":\"10\"}},{\"kind\":\"VariableDefinition\",\"variable\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"offset\"}},\"type\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"Int\"}},\"defaultValue\":{\"kind\":\"IntValue\",\"value\":\"0\"}}],\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"users_aggregate\"},\"arguments\":[{\"kind\":\"Argument\",\"name\":{\"kind\":\"Name\",\"value\":\"where\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"_or\"},\"value\":{\"kind\":\"ListValue\",\"values\":[{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"name\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"_ilike\"},\"value\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"search\"}}}]}}]},{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"email\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"_ilike\"},\"value\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"search\"}}}]}}]}]}}]}}],\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"aggregate\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"count\"}}]}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"users\"},\"arguments\":[{\"kind\":\"Argument\",\"name\":{\"kind\":\"Name\",\"value\":\"where\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"_or\"},\"value\":{\"kind\":\"ListValue\",\"values\":[{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"name\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"_ilike\"},\"value\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"search\"}}}]}}]},{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"email\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"_ilike\"},\"value\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"search\"}}}]}}]}]}}]}},{\"kind\":\"Argument\",\"name\":{\"kind\":\"Name\",\"value\":\"order_by\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"created\"},\"value\":{\"kind\":\"EnumValue\",\"value\":\"desc\"}}]}},{\"kind\":\"Argument\",\"name\":{\"kind\":\"Name\",\"value\":\"limit\"},\"value\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"limit\"}}},{\"kind\":\"Argument\",\"name\":{\"kind\":\"Name\",\"value\":\"offset\"},\"value\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"offset\"}}}],\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"sub\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"name\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"email\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"picture\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"meta\"}},{\"kind\":\"Field\",\"alias\":{\"kind\":\"Name\",\"value\":\"roles\"},\"name\":{\"kind\":\"Name\",\"value\":\"meta\"},\"arguments\":[{\"kind\":\"Argument\",\"name\":{\"kind\":\"Name\",\"value\":\"path\"},\"value\":{\"kind\":\"StringValue\",\"value\":\"roles\",\"block\":false}}]},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"created\"}}]}}]}}]} as unknown as DocumentNode;\nexport const AdminUsersSetMetaDocument = {\"kind\":\"Document\",\"definitions\":[{\"kind\":\"OperationDefinition\",\"operation\":\"mutation\",\"name\":{\"kind\":\"Name\",\"value\":\"AdminUsersSetMeta\"},\"variableDefinitions\":[{\"kind\":\"VariableDefinition\",\"variable\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},\"type\":{\"kind\":\"NonNullType\",\"type\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"numeric\"}}}},{\"kind\":\"VariableDefinition\",\"variable\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"meta\"}},\"type\":{\"kind\":\"NonNullType\",\"type\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"jsonb\"}}}}],\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"update_users_by_pk\"},\"arguments\":[{\"kind\":\"Argument\",\"name\":{\"kind\":\"Name\",\"value\":\"pk_columns\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"},\"value\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}}}]}},{\"kind\":\"Argument\",\"name\":{\"kind\":\"Name\",\"value\":\"_set\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"meta\"},\"value\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"meta\"}}}]}}],\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"meta\"}},{\"kind\":\"Field\",\"alias\":{\"kind\":\"Name\",\"value\":\"roles\"},\"name\":{\"kind\":\"Name\",\"value\":\"meta\"},\"arguments\":[{\"kind\":\"Argument\",\"name\":{\"kind\":\"Name\",\"value\":\"path\"},\"value\":{\"kind\":\"StringValue\",\"value\":\"roles\",\"block\":false}}]}]}}]}}]} as unknown as DocumentNode;\nexport const PackageInventoryDocument = {\"kind\":\"Document\",\"definitions\":[{\"kind\":\"OperationDefinition\",\"operation\":\"query\",\"name\":{\"kind\":\"Name\",\"value\":\"PackageInventory\"},\"variableDefinitions\":[{\"kind\":\"VariableDefinition\",\"variable\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"ffid\"}},\"type\":{\"kind\":\"NonNullType\",\"type\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"Int\"}}},\"defaultValue\":{\"kind\":\"IntValue\",\"value\":\"24\"}}],\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"ticket_tailor_vouchers\"},\"arguments\":[{\"kind\":\"Argument\",\"name\":{\"kind\":\"Name\",\"value\":\"where\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"film_festival_id\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"_eq\"},\"value\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"ffid\"}}}]}}]}}],\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"value\"}}]}}]}}]} as unknown as DocumentNode;\nexport const MyVouchersDocument = {\"kind\":\"Document\",\"definitions\":[{\"kind\":\"OperationDefinition\",\"operation\":\"query\",\"name\":{\"kind\":\"Name\",\"value\":\"MyVouchers\"},\"variableDefinitions\":[{\"kind\":\"VariableDefinition\",\"variable\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"ffid\"}},\"type\":{\"kind\":\"NonNullType\",\"type\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"Int\"}}},\"defaultValue\":{\"kind\":\"IntValue\",\"value\":\"24\"}}],\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"ticket_tailor_vouchers\"},\"arguments\":[{\"kind\":\"Argument\",\"name\":{\"kind\":\"Name\",\"value\":\"where\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"film_festival_id\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"_eq\"},\"value\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"ffid\"}}}]}}]}}],\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"code\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"value\"}}]}}]}}]} as unknown as DocumentNode;\nexport const GetGuestRegistrationDocument = {\"kind\":\"Document\",\"definitions\":[{\"kind\":\"OperationDefinition\",\"operation\":\"query\",\"name\":{\"kind\":\"Name\",\"value\":\"GetGuestRegistration\"},\"variableDefinitions\":[{\"kind\":\"VariableDefinition\",\"variable\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"hash\"}},\"type\":{\"kind\":\"NonNullType\",\"type\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"String\"}}}}],\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"alias\":{\"kind\":\"Name\",\"value\":\"registration\"},\"name\":{\"kind\":\"Name\",\"value\":\"fetchedObscuredRegistration\"},\"arguments\":[{\"kind\":\"Argument\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"},\"value\":{\"kind\":\"IntValue\",\"value\":\"0\"}},{\"kind\":\"Argument\",\"name\":{\"kind\":\"Name\",\"value\":\"hash\"},\"value\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"hash\"}}}],\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"first_name\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"middle_name\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"last_name\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"primary_email\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"secondary_email\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"primary_phone\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"secondary_phone\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"address_1\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"address_2\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"city\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"state\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"zip\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"country\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"role\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"film_festival\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"team\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"signature_ts\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"signature_name\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"is_minor\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"signature_phone\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"signature_email\"}}]}}]}}]} as unknown as DocumentNode;\nexport const MyPendingInvitesDocument = {\"kind\":\"Document\",\"definitions\":[{\"kind\":\"OperationDefinition\",\"operation\":\"query\",\"name\":{\"kind\":\"Name\",\"value\":\"MyPendingInvites\"},\"variableDefinitions\":[{\"kind\":\"VariableDefinition\",\"variable\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"ffid\"}},\"type\":{\"kind\":\"NonNullType\",\"type\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"numeric\"}}}},{\"kind\":\"VariableDefinition\",\"variable\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"email\"}},\"type\":{\"kind\":\"NonNullType\",\"type\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"String\"}}}}],\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"alias\":{\"kind\":\"Name\",\"value\":\"invitations\"},\"name\":{\"kind\":\"Name\",\"value\":\"team_memberships\"},\"arguments\":[{\"kind\":\"Argument\",\"name\":{\"kind\":\"Name\",\"value\":\"where\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"team\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"film_festival_id\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"_eq\"},\"value\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"ffid\"}}}]}}]}},{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"user_id\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"_is_null\"},\"value\":{\"kind\":\"BooleanValue\",\"value\":true}}]}},{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"registration\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"primary_email\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"_ilike\"},\"value\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"email\"}}}]}}]}}]}}],\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"registration\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"first_name\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"middle_name\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"last_name\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"primary_email\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"secondary_email\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"primary_phone\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"secondary_phone\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"address_1\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"address_2\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"city\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"state\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"zip\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"country\"}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"role\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"name\"}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"team\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"name\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"team_number\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"studio\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"name\"}}]}}]}}]}}]}}]} as unknown as DocumentNode;\nexport const ShouldReloadTeamDocument = {\"kind\":\"Document\",\"definitions\":[{\"kind\":\"OperationDefinition\",\"operation\":\"subscription\",\"name\":{\"kind\":\"Name\",\"value\":\"ShouldReloadTeam\"},\"variableDefinitions\":[{\"kind\":\"VariableDefinition\",\"variable\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},\"type\":{\"kind\":\"NonNullType\",\"type\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"ID\"}}}}],\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"shouldReloadTeam\"},\"arguments\":[{\"kind\":\"Argument\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"},\"value\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}}}]}]}}]} as unknown as DocumentNode;\nexport const CreateTeamDocument = {\"kind\":\"Document\",\"definitions\":[{\"kind\":\"OperationDefinition\",\"operation\":\"mutation\",\"name\":{\"kind\":\"Name\",\"value\":\"CreateTeam\"},\"variableDefinitions\":[{\"kind\":\"VariableDefinition\",\"variable\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"object\"}},\"type\":{\"kind\":\"NonNullType\",\"type\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"registrations_insert_input\"}}}}],\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"insert_registrations_one\"},\"arguments\":[{\"kind\":\"Argument\",\"name\":{\"kind\":\"Name\",\"value\":\"object\"},\"value\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"object\"}}}],\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"team_membership\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"team_id\"}}]}}]}}]}}]} as unknown as DocumentNode;\nexport const ShouldReloadFestivalSubmissionDocument = {\"kind\":\"Document\",\"definitions\":[{\"kind\":\"OperationDefinition\",\"operation\":\"subscription\",\"name\":{\"kind\":\"Name\",\"value\":\"ShouldReloadFestivalSubmission\"},\"variableDefinitions\":[{\"kind\":\"VariableDefinition\",\"variable\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},\"type\":{\"kind\":\"NonNullType\",\"type\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"ID\"}}}}],\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"shouldReloadFestivalSubmission\"},\"arguments\":[{\"kind\":\"Argument\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"},\"value\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}}}]}]}}]} as unknown as DocumentNode;\nexport const PrizeSponsorFilmGroupsDocument = {\"kind\":\"Document\",\"definitions\":[{\"kind\":\"OperationDefinition\",\"operation\":\"query\",\"name\":{\"kind\":\"Name\",\"value\":\"PrizeSponsorFilmGroups\"},\"variableDefinitions\":[{\"kind\":\"VariableDefinition\",\"variable\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"ffid\"}},\"type\":{\"kind\":\"NonNullType\",\"type\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"numeric\"}}}},{\"kind\":\"VariableDefinition\",\"variable\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"poster\"}},\"type\":{\"kind\":\"NonNullType\",\"type\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"numeric\"}}}}],\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"alias\":{\"kind\":\"Name\",\"value\":\"filmGroups\"},\"name\":{\"kind\":\"Name\",\"value\":\"film_groups\"},\"arguments\":[{\"kind\":\"Argument\",\"name\":{\"kind\":\"Name\",\"value\":\"where\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"film_festival_id\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"_eq\"},\"value\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"ffid\"}}}]}},{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"type\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"_eq\"},\"value\":{\"kind\":\"StringValue\",\"value\":\"prize\",\"block\":false}}]}}]}}],\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"name\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"teams\"},\"arguments\":[{\"kind\":\"Argument\",\"name\":{\"kind\":\"Name\",\"value\":\"order_by\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"sort\"},\"value\":{\"kind\":\"EnumValue\",\"value\":\"asc\"}}]}}],\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"team\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"name\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"team_number\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"film_name\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"genre\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"description\"}},{\"kind\":\"Field\",\"alias\":{\"kind\":\"Name\",\"value\":\"poster\"},\"name\":{\"kind\":\"Name\",\"value\":\"assets\"},\"arguments\":[{\"kind\":\"Argument\",\"name\":{\"kind\":\"Name\",\"value\":\"where\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"asset_type_id\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"_eq\"},\"value\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"poster\"}}}]}}]}},{\"kind\":\"Argument\",\"name\":{\"kind\":\"Name\",\"value\":\"order_by\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"created\"},\"value\":{\"kind\":\"EnumValue\",\"value\":\"desc\"}}]}},{\"kind\":\"Argument\",\"name\":{\"kind\":\"Name\",\"value\":\"limit\"},\"value\":{\"kind\":\"IntValue\",\"value\":\"1\"}}],\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"file_name\"}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"film\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"mux_playback_id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"mux_thumbnail_time\"}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"studio\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"name\"}}]}}]}}]}}]}}]}}]} as unknown as DocumentNode;\nexport const ArchiveFestivalQueryDocument = {\"kind\":\"Document\",\"definitions\":[{\"kind\":\"OperationDefinition\",\"operation\":\"query\",\"name\":{\"kind\":\"Name\",\"value\":\"ArchiveFestivalQuery\"},\"directives\":[{\"kind\":\"Directive\",\"name\":{\"kind\":\"Name\",\"value\":\"cached\"},\"arguments\":[{\"kind\":\"Argument\",\"name\":{\"kind\":\"Name\",\"value\":\"ttl\"},\"value\":{\"kind\":\"IntValue\",\"value\":\"300\"}}]}],\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"awards\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"name\"}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"film_festivals\"},\"arguments\":[{\"kind\":\"Argument\",\"name\":{\"kind\":\"Name\",\"value\":\"order_by\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"},\"value\":{\"kind\":\"EnumValue\",\"value\":\"desc\"}}]}}],\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"name\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"is_fm\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"teams\"},\"arguments\":[{\"kind\":\"Argument\",\"name\":{\"kind\":\"Name\",\"value\":\"where\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"submitted_at\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"_is_null\"},\"value\":{\"kind\":\"BooleanValue\",\"value\":false}}]}}]}},{\"kind\":\"Argument\",\"name\":{\"kind\":\"Name\",\"value\":\"order_by\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"film_name\"},\"value\":{\"kind\":\"EnumValue\",\"value\":\"asc\"}}]}}],\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"team_number\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"name\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"film_name\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"genre\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"description\"}},{\"kind\":\"Field\",\"alias\":{\"kind\":\"Name\",\"value\":\"poster\"},\"name\":{\"kind\":\"Name\",\"value\":\"assets\"},\"arguments\":[{\"kind\":\"Argument\",\"name\":{\"kind\":\"Name\",\"value\":\"where\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"asset_type_id\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"_eq\"},\"value\":{\"kind\":\"IntValue\",\"value\":\"21\"}}]}}]}},{\"kind\":\"Argument\",\"name\":{\"kind\":\"Name\",\"value\":\"order_by\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"created\"},\"value\":{\"kind\":\"EnumValue\",\"value\":\"desc\"}}]}},{\"kind\":\"Argument\",\"name\":{\"kind\":\"Name\",\"value\":\"limit\"},\"value\":{\"kind\":\"IntValue\",\"value\":\"1\"}}],\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"file_name\"}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"film\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"mux_playback_id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"mux_thumbnail_time\"}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"studio\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"name\"}}]}},{\"kind\":\"Field\",\"alias\":{\"kind\":\"Name\",\"value\":\"awards\"},\"name\":{\"kind\":\"Name\",\"value\":\"award_wins\"},\"arguments\":[{\"kind\":\"Argument\",\"name\":{\"kind\":\"Name\",\"value\":\"order_by\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"rank\"},\"value\":{\"kind\":\"EnumValue\",\"value\":\"asc\"}}]}}],\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"rank\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"award_id\"}}]}}]}}]}}]}}]} as unknown as DocumentNode;\nexport const FilmGroupsQueryDocument = {\"kind\":\"Document\",\"definitions\":[{\"kind\":\"OperationDefinition\",\"operation\":\"query\",\"name\":{\"kind\":\"Name\",\"value\":\"FilmGroupsQuery\"},\"variableDefinitions\":[{\"kind\":\"VariableDefinition\",\"variable\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"ffid\"}},\"type\":{\"kind\":\"NonNullType\",\"type\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"numeric\"}}}}],\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"film_groups\"},\"arguments\":[{\"kind\":\"Argument\",\"name\":{\"kind\":\"Name\",\"value\":\"where\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"type\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"_eq\"},\"value\":{\"kind\":\"StringValue\",\"value\":\"screening\",\"block\":false}}]}},{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"film_festival_id\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"_eq\"},\"value\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"ffid\"}}}]}}]}}],\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"name\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"teams\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"sort\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"team\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"team_number\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"name\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"film_name\"}},{\"kind\":\"Field\",\"alias\":{\"kind\":\"Name\",\"value\":\"poster\"},\"name\":{\"kind\":\"Name\",\"value\":\"assets\"},\"arguments\":[{\"kind\":\"Argument\",\"name\":{\"kind\":\"Name\",\"value\":\"where\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"asset_type_id\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"_eq\"},\"value\":{\"kind\":\"IntValue\",\"value\":\"21\"}}]}}]}},{\"kind\":\"Argument\",\"name\":{\"kind\":\"Name\",\"value\":\"order_by\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"created\"},\"value\":{\"kind\":\"EnumValue\",\"value\":\"desc\"}}]}},{\"kind\":\"Argument\",\"name\":{\"kind\":\"Name\",\"value\":\"limit\"},\"value\":{\"kind\":\"IntValue\",\"value\":\"1\"}}],\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"file_name\"}}]}}]}}]}}]}}]}}]} as unknown as DocumentNode;\nexport const AudienceFavoriteCountsDocument = {\"kind\":\"Document\",\"definitions\":[{\"kind\":\"OperationDefinition\",\"operation\":\"query\",\"name\":{\"kind\":\"Name\",\"value\":\"AudienceFavoriteCounts\"},\"variableDefinitions\":[{\"kind\":\"VariableDefinition\",\"variable\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"ffid\"}},\"type\":{\"kind\":\"NonNullType\",\"type\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"numeric\"}}}}],\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"audience_favorite_counts\"},\"arguments\":[{\"kind\":\"Argument\",\"name\":{\"kind\":\"Name\",\"value\":\"where\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"team\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"film_festival_id\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"_eq\"},\"value\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"ffid\"}}}]}}]}}]}}],\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"alias\":{\"kind\":\"Name\",\"value\":\"id\"},\"name\":{\"kind\":\"Name\",\"value\":\"team_id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"count\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"team\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"name\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"film_name\"}}]}}]}}]}}]} as unknown as DocumentNode;\nexport const RecordAudienceFavoriteVoteDocument = {\"kind\":\"Document\",\"definitions\":[{\"kind\":\"OperationDefinition\",\"operation\":\"mutation\",\"name\":{\"kind\":\"Name\",\"value\":\"RecordAudienceFavoriteVote\"},\"variableDefinitions\":[{\"kind\":\"VariableDefinition\",\"variable\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"teamId\"}},\"type\":{\"kind\":\"NonNullType\",\"type\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"Int\"}}}},{\"kind\":\"VariableDefinition\",\"variable\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"userId\"}},\"type\":{\"kind\":\"NonNullType\",\"type\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"Int\"}}}}],\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"insert_audience_favorite_votes_one\"},\"arguments\":[{\"kind\":\"Argument\",\"name\":{\"kind\":\"Name\",\"value\":\"object\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"team_id\"},\"value\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"teamId\"}}},{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"user_id\"},\"value\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"userId\"}}}]}}],\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}}]}}]}}]} as unknown as DocumentNode;\nexport const FestivalManagerCacheDocument = {\"kind\":\"Document\",\"definitions\":[{\"kind\":\"OperationDefinition\",\"operation\":\"query\",\"name\":{\"kind\":\"Name\",\"value\":\"FestivalManagerCache\"},\"variableDefinitions\":[{\"kind\":\"VariableDefinition\",\"variable\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"userId\"}},\"type\":{\"kind\":\"NonNullType\",\"type\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"numeric\"}}}},{\"kind\":\"VariableDefinition\",\"variable\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"userIdInt\"}},\"type\":{\"kind\":\"NonNullType\",\"type\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"Int\"}}}},{\"kind\":\"VariableDefinition\",\"variable\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"ffid\"}},\"type\":{\"kind\":\"NonNullType\",\"type\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"Int\"}}}},{\"kind\":\"VariableDefinition\",\"variable\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"ffidNum\"}},\"type\":{\"kind\":\"NonNullType\",\"type\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"numeric\"}}}}],\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"team_roles\"},\"arguments\":[{\"kind\":\"Argument\",\"name\":{\"kind\":\"Name\",\"value\":\"where\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"name\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"_is_null\"},\"value\":{\"kind\":\"BooleanValue\",\"value\":false}}]}}]}},{\"kind\":\"Argument\",\"name\":{\"kind\":\"Name\",\"value\":\"order_by\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"name\"},\"value\":{\"kind\":\"EnumValue\",\"value\":\"asc\"}}]}}],\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"FragmentSpread\",\"name\":{\"kind\":\"Name\",\"value\":\"TeamRole\"}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"countries\"},\"arguments\":[{\"kind\":\"Argument\",\"name\":{\"kind\":\"Name\",\"value\":\"where\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"name\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"_is_null\"},\"value\":{\"kind\":\"BooleanValue\",\"value\":false}}]}}]}},{\"kind\":\"Argument\",\"name\":{\"kind\":\"Name\",\"value\":\"order_by\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"name\"},\"value\":{\"kind\":\"EnumValue\",\"value\":\"asc\"}}]}}],\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"FragmentSpread\",\"name\":{\"kind\":\"Name\",\"value\":\"Country\"}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"genres\"},\"arguments\":[{\"kind\":\"Argument\",\"name\":{\"kind\":\"Name\",\"value\":\"order_by\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"name\"},\"value\":{\"kind\":\"EnumValue\",\"value\":\"asc\"}}]}}],\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"FragmentSpread\",\"name\":{\"kind\":\"Name\",\"value\":\"Genre\"}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"festival_genres\"},\"arguments\":[{\"kind\":\"Argument\",\"name\":{\"kind\":\"Name\",\"value\":\"where\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"film_festival_id\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"_eq\"},\"value\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"ffid\"}}}]}}]}},{\"kind\":\"Argument\",\"name\":{\"kind\":\"Name\",\"value\":\"order_by\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"name\"},\"value\":{\"kind\":\"EnumValue\",\"value\":\"asc\"}}]}}],\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"FragmentSpread\",\"name\":{\"kind\":\"Name\",\"value\":\"FestivalGenre\"}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"studios\"},\"arguments\":[{\"kind\":\"Argument\",\"name\":{\"kind\":\"Name\",\"value\":\"where\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"_or\"},\"value\":{\"kind\":\"ListValue\",\"values\":[{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"owner_id\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"_eq\"},\"value\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"userIdInt\"}}}]}}]},{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"teams\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"owner_id\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"_eq\"},\"value\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"userId\"}}}]}}]}}]},{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"teams\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"memberships\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"user_id\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"_eq\"},\"value\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"userId\"}}}]}}]}}]}}]}]}}]}}],\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"FragmentSpread\",\"name\":{\"kind\":\"Name\",\"value\":\"StudioInfoLite\"}}]}},{\"kind\":\"Field\",\"alias\":{\"kind\":\"Name\",\"value\":\"assetTypes\"},\"name\":{\"kind\":\"Name\",\"value\":\"asset_types\"},\"arguments\":[{\"kind\":\"Argument\",\"name\":{\"kind\":\"Name\",\"value\":\"where\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"_or\"},\"value\":{\"kind\":\"ListValue\",\"values\":[{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"hidden\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"_is_null\"},\"value\":{\"kind\":\"BooleanValue\",\"value\":true}}]}}]},{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"hidden\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"_neq\"},\"value\":{\"kind\":\"StringValue\",\"value\":\"Y\",\"block\":false}}]}}]}]}}]}},{\"kind\":\"Argument\",\"name\":{\"kind\":\"Name\",\"value\":\"order_by\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"title\"},\"value\":{\"kind\":\"EnumValue\",\"value\":\"asc\"}}]}}],\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"FragmentSpread\",\"name\":{\"kind\":\"Name\",\"value\":\"AssetType\"}}]}}]}},{\"kind\":\"FragmentDefinition\",\"name\":{\"kind\":\"Name\",\"value\":\"TeamRole\"},\"typeCondition\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"team_roles\"}},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"name\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"description\"}}]}},{\"kind\":\"FragmentDefinition\",\"name\":{\"kind\":\"Name\",\"value\":\"Country\"},\"typeCondition\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"countries\"}},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"name\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"code\"}}]}},{\"kind\":\"FragmentDefinition\",\"name\":{\"kind\":\"Name\",\"value\":\"Genre\"},\"typeCondition\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"genres\"}},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"name\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"description\"}}]}},{\"kind\":\"FragmentDefinition\",\"name\":{\"kind\":\"Name\",\"value\":\"FestivalGenre\"},\"typeCondition\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"festival_genres\"}},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"name\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"description\"}}]}},{\"kind\":\"FragmentDefinition\",\"name\":{\"kind\":\"Name\",\"value\":\"StudioInfoLite\"},\"typeCondition\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"studios\"}},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"name\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"owner_id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"teams\"},\"arguments\":[{\"kind\":\"Argument\",\"name\":{\"kind\":\"Name\",\"value\":\"where\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"film_festival_id\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"_eq\"},\"value\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"ffidNum\"}}}]}}]}}],\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"name\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"team_number\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"submitted_at\"}}]}}]}},{\"kind\":\"FragmentDefinition\",\"name\":{\"kind\":\"Name\",\"value\":\"AssetType\"},\"typeCondition\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"asset_types\"}},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"title\"}}]}}]} as unknown as DocumentNode;\nexport const UpsertFiveFestAcademyRankingsDocument = {\"kind\":\"Document\",\"definitions\":[{\"kind\":\"OperationDefinition\",\"operation\":\"mutation\",\"name\":{\"kind\":\"Name\",\"value\":\"UpsertFiveFestAcademyRankings\"},\"variableDefinitions\":[{\"kind\":\"VariableDefinition\",\"variable\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"object\"}},\"type\":{\"kind\":\"NonNullType\",\"type\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"film_group_users_insert_input\"}}}}],\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"insert_film_group_users_one\"},\"arguments\":[{\"kind\":\"Argument\",\"name\":{\"kind\":\"Name\",\"value\":\"object\"},\"value\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"object\"}}},{\"kind\":\"Argument\",\"name\":{\"kind\":\"Name\",\"value\":\"on_conflict\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"constraint\"},\"value\":{\"kind\":\"EnumValue\",\"value\":\"film_group_users_user_id_film_group_id_key\"}},{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"update_columns\"},\"value\":{\"kind\":\"ListValue\",\"values\":[{\"kind\":\"EnumValue\",\"value\":\"rankings\"},{\"kind\":\"EnumValue\",\"value\":\"submitted_at\"}]}}]}}],\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"film_group_id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"user_id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"rankings\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"submitted_at\"}}]}}]}}]} as unknown as DocumentNode;\nexport const FiveFestAcademyFilmGroupsDocument = {\"kind\":\"Document\",\"definitions\":[{\"kind\":\"OperationDefinition\",\"operation\":\"query\",\"name\":{\"kind\":\"Name\",\"value\":\"FiveFestAcademyFilmGroups\"},\"variableDefinitions\":[{\"kind\":\"VariableDefinition\",\"variable\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"ffid\"}},\"type\":{\"kind\":\"NonNullType\",\"type\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"numeric\"}}}},{\"kind\":\"VariableDefinition\",\"variable\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"poster\"}},\"type\":{\"kind\":\"NonNullType\",\"type\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"Int\"}}}}],\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"alias\":{\"kind\":\"Name\",\"value\":\"filmGroups\"},\"name\":{\"kind\":\"Name\",\"value\":\"film_groups\"},\"arguments\":[{\"kind\":\"Argument\",\"name\":{\"kind\":\"Name\",\"value\":\"where\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"film_festival_id\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"_eq\"},\"value\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"ffid\"}}}]}}]}},{\"kind\":\"Argument\",\"name\":{\"kind\":\"Name\",\"value\":\"order_by\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"name\"},\"value\":{\"kind\":\"EnumValue\",\"value\":\"asc\"}}]}}],\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"name\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"users\"},\"arguments\":[{\"kind\":\"Argument\",\"name\":{\"kind\":\"Name\",\"value\":\"limit\"},\"value\":{\"kind\":\"IntValue\",\"value\":\"1\"}}],\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"film_group_id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"user_id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"rankings\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"submitted_at\"}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"festival_submissions\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"sort\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"festival_submission\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"film_title\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"tagline\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"synopsis\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"production_company\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"production_year\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"mux_playback_id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"mux_thumbnail_time\"}},{\"kind\":\"Field\",\"alias\":{\"kind\":\"Name\",\"value\":\"poster\"},\"name\":{\"kind\":\"Name\",\"value\":\"assets\"},\"arguments\":[{\"kind\":\"Argument\",\"name\":{\"kind\":\"Name\",\"value\":\"where\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"asset_type_id\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"_eq\"},\"value\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"poster\"}}}]}}]}},{\"kind\":\"Argument\",\"name\":{\"kind\":\"Name\",\"value\":\"order_by\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"created_at\"},\"value\":{\"kind\":\"EnumValue\",\"value\":\"desc\"}}]}},{\"kind\":\"Argument\",\"name\":{\"kind\":\"Name\",\"value\":\"limit\"},\"value\":{\"kind\":\"IntValue\",\"value\":\"1\"}}],\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"file_name\"}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"genre\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"name\"}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"feedback\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"comments\"}}]}}]}}]}}]}}]}}]} as unknown as DocumentNode;\nexport const FestivalSubmissionQueryDocument = {\"kind\":\"Document\",\"definitions\":[{\"kind\":\"OperationDefinition\",\"operation\":\"query\",\"name\":{\"kind\":\"Name\",\"value\":\"FestivalSubmissionQuery\"},\"variableDefinitions\":[{\"kind\":\"VariableDefinition\",\"variable\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"ffid\"}},\"type\":{\"kind\":\"NonNullType\",\"type\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"Int\"}}}},{\"kind\":\"VariableDefinition\",\"variable\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"poster\"}},\"type\":{\"kind\":\"NonNullType\",\"type\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"Int\"}}}}],\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"festival_submissions\"},\"arguments\":[{\"kind\":\"Argument\",\"name\":{\"kind\":\"Name\",\"value\":\"where\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"film_festival_id\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"_eq\"},\"value\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"ffid\"}}}]}}]}}],\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"film_title\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"tagline\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"paid_at\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"submitted_at\"}},{\"kind\":\"Field\",\"alias\":{\"kind\":\"Name\",\"value\":\"poster\"},\"name\":{\"kind\":\"Name\",\"value\":\"assets\"},\"arguments\":[{\"kind\":\"Argument\",\"name\":{\"kind\":\"Name\",\"value\":\"where\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"asset_type_id\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"_eq\"},\"value\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"poster\"}}}]}}]}},{\"kind\":\"Argument\",\"name\":{\"kind\":\"Name\",\"value\":\"order_by\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"created_at\"},\"value\":{\"kind\":\"EnumValue\",\"value\":\"desc\"}}]}},{\"kind\":\"Argument\",\"name\":{\"kind\":\"Name\",\"value\":\"limit\"},\"value\":{\"kind\":\"IntValue\",\"value\":\"1\"}}],\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"file_name\"}}]}}]}}]}}]} as unknown as DocumentNode;\nexport const LoadFestivalSubmissionDocument = {\"kind\":\"Document\",\"definitions\":[{\"kind\":\"OperationDefinition\",\"operation\":\"query\",\"name\":{\"kind\":\"Name\",\"value\":\"LoadFestivalSubmission\"},\"variableDefinitions\":[{\"kind\":\"VariableDefinition\",\"variable\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},\"type\":{\"kind\":\"NonNullType\",\"type\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"Int\"}}}}],\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"festival_submissions_by_pk\"},\"arguments\":[{\"kind\":\"Argument\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"},\"value\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}}}],\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"first_name\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"middle_name\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"last_name\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"primary_phone\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"secondary_phone\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"primary_email\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"secondary_email\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"address_1\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"address_2\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"city\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"state\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"zip\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"country\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"film_title\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"tagline\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"genre\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"name\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"description\"}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"production_year\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"production_company\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"synopsis\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"mux_asset_id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"mux_upload_id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"mux_playback_id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"mux_asset_data\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"paid_at\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"submitted_at\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"assets\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"file_name\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"asset_type\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"title\"}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"created_at\"}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"vouchers\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"team\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"studio_id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"team_number\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"name\"}}]}}]}}]}}]}}]} as unknown as DocumentNode;\nexport const SubmissionPaymentDocument = {\"kind\":\"Document\",\"definitions\":[{\"kind\":\"OperationDefinition\",\"operation\":\"mutation\",\"name\":{\"kind\":\"Name\",\"value\":\"SubmissionPayment\"},\"variableDefinitions\":[{\"kind\":\"VariableDefinition\",\"variable\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"returnUrl\"}},\"type\":{\"kind\":\"NonNullType\",\"type\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"String\"}}}},{\"kind\":\"VariableDefinition\",\"variable\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"lineItems\"}},\"type\":{\"kind\":\"NonNullType\",\"type\":{\"kind\":\"ListType\",\"type\":{\"kind\":\"NonNullType\",\"type\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"StripeLineItem\"}}}}}},{\"kind\":\"VariableDefinition\",\"variable\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"festivalSubmissionId\"}},\"type\":{\"kind\":\"NonNullType\",\"type\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"Int\"}}}}],\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"alias\":{\"kind\":\"Name\",\"value\":\"url\"},\"name\":{\"kind\":\"Name\",\"value\":\"stripeCreatePurchase\"},\"arguments\":[{\"kind\":\"Argument\",\"name\":{\"kind\":\"Name\",\"value\":\"returnUrl\"},\"value\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"returnUrl\"}}},{\"kind\":\"Argument\",\"name\":{\"kind\":\"Name\",\"value\":\"lineItems\"},\"value\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"lineItems\"}}},{\"kind\":\"Argument\",\"name\":{\"kind\":\"Name\",\"value\":\"festivalSubmissionId\"},\"value\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"festivalSubmissionId\"}}}]}]}}]} as unknown as DocumentNode;\nexport const SaveFestivalSubmissionDocument = {\"kind\":\"Document\",\"definitions\":[{\"kind\":\"OperationDefinition\",\"operation\":\"mutation\",\"name\":{\"kind\":\"Name\",\"value\":\"SaveFestivalSubmission\"},\"variableDefinitions\":[{\"kind\":\"VariableDefinition\",\"variable\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},\"type\":{\"kind\":\"NonNullType\",\"type\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"Int\"}}}},{\"kind\":\"VariableDefinition\",\"variable\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"_set\"}},\"type\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"festival_submissions_set_input\"}},\"defaultValue\":{\"kind\":\"ObjectValue\",\"fields\":[]}}],\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"update_festival_submissions_by_pk\"},\"arguments\":[{\"kind\":\"Argument\",\"name\":{\"kind\":\"Name\",\"value\":\"pk_columns\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"},\"value\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}}}]}},{\"kind\":\"Argument\",\"name\":{\"kind\":\"Name\",\"value\":\"_set\"},\"value\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"_set\"}}}],\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}}]}}]}}]} as unknown as DocumentNode;\nexport const JudgeSaveRankingsDocument = {\"kind\":\"Document\",\"definitions\":[{\"kind\":\"OperationDefinition\",\"operation\":\"mutation\",\"name\":{\"kind\":\"Name\",\"value\":\"JudgeSaveRankings\"},\"variableDefinitions\":[{\"kind\":\"VariableDefinition\",\"variable\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},\"type\":{\"kind\":\"NonNullType\",\"type\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"Int\"}}}},{\"kind\":\"VariableDefinition\",\"variable\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"rankings\"}},\"type\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"jsonb\"}}}],\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"update_film_group_users_by_pk\"},\"arguments\":[{\"kind\":\"Argument\",\"name\":{\"kind\":\"Name\",\"value\":\"pk_columns\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"},\"value\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}}}]}},{\"kind\":\"Argument\",\"name\":{\"kind\":\"Name\",\"value\":\"_set\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"rankings\"},\"value\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"rankings\"}}}]}}],\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"film_group_id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"user_id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"rankings\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"submitted_at\"}}]}}]}}]} as unknown as DocumentNode;\nexport const JudgeSaveSubmittedAtDocument = {\"kind\":\"Document\",\"definitions\":[{\"kind\":\"OperationDefinition\",\"operation\":\"mutation\",\"name\":{\"kind\":\"Name\",\"value\":\"JudgeSaveSubmittedAt\"},\"variableDefinitions\":[{\"kind\":\"VariableDefinition\",\"variable\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},\"type\":{\"kind\":\"NonNullType\",\"type\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"Int\"}}}},{\"kind\":\"VariableDefinition\",\"variable\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"submittedAt\"}},\"type\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"timestamptz\"}}}],\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"update_film_group_users_by_pk\"},\"arguments\":[{\"kind\":\"Argument\",\"name\":{\"kind\":\"Name\",\"value\":\"pk_columns\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"},\"value\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}}}]}},{\"kind\":\"Argument\",\"name\":{\"kind\":\"Name\",\"value\":\"_set\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"submitted_at\"},\"value\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"submittedAt\"}}}]}}],\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"film_group_id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"user_id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"rankings\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"submitted_at\"}}]}}]}}]} as unknown as DocumentNode;\nexport const JudgeFilmGroupsDocument = {\"kind\":\"Document\",\"definitions\":[{\"kind\":\"OperationDefinition\",\"operation\":\"query\",\"name\":{\"kind\":\"Name\",\"value\":\"JudgeFilmGroups\"},\"variableDefinitions\":[{\"kind\":\"VariableDefinition\",\"variable\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"ffid\"}},\"type\":{\"kind\":\"NonNullType\",\"type\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"numeric\"}}}},{\"kind\":\"VariableDefinition\",\"variable\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"poster\"}},\"type\":{\"kind\":\"NonNullType\",\"type\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"numeric\"}}}}],\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"alias\":{\"kind\":\"Name\",\"value\":\"filmGroups\"},\"name\":{\"kind\":\"Name\",\"value\":\"film_groups\"},\"arguments\":[{\"kind\":\"Argument\",\"name\":{\"kind\":\"Name\",\"value\":\"where\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"film_festival_id\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"_eq\"},\"value\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"ffid\"}}}]}}]}},{\"kind\":\"Argument\",\"name\":{\"kind\":\"Name\",\"value\":\"order_by\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"name\"},\"value\":{\"kind\":\"EnumValue\",\"value\":\"asc\"}}]}}],\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"name\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"users\"},\"arguments\":[{\"kind\":\"Argument\",\"name\":{\"kind\":\"Name\",\"value\":\"limit\"},\"value\":{\"kind\":\"IntValue\",\"value\":\"1\"}}],\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"film_group_id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"user_id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"rankings\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"submitted_at\"}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"award\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"name\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"description\"}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"teams\"},\"arguments\":[{\"kind\":\"Argument\",\"name\":{\"kind\":\"Name\",\"value\":\"order_by\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"sort\"},\"value\":{\"kind\":\"EnumValue\",\"value\":\"asc\"}}]}}],\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"sort\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"team\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"name\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"team_number\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"film_name\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"genre\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"description\"}},{\"kind\":\"Field\",\"alias\":{\"kind\":\"Name\",\"value\":\"poster\"},\"name\":{\"kind\":\"Name\",\"value\":\"assets\"},\"arguments\":[{\"kind\":\"Argument\",\"name\":{\"kind\":\"Name\",\"value\":\"where\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"asset_type_id\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"_eq\"},\"value\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"poster\"}}}]}}]}},{\"kind\":\"Argument\",\"name\":{\"kind\":\"Name\",\"value\":\"order_by\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"created\"},\"value\":{\"kind\":\"EnumValue\",\"value\":\"desc\"}}]}},{\"kind\":\"Argument\",\"name\":{\"kind\":\"Name\",\"value\":\"limit\"},\"value\":{\"kind\":\"IntValue\",\"value\":\"1\"}}],\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"file_name\"}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"film\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"mux_playback_id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"mux_thumbnail_time\"}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"studio\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"name\"}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"award_nominations\"},\"arguments\":[{\"kind\":\"Argument\",\"name\":{\"kind\":\"Name\",\"value\":\"order_by\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"award\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"name\"},\"value\":{\"kind\":\"EnumValue\",\"value\":\"asc\"}}]}}]}}],\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"award\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"name\"}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"assets\"},\"arguments\":[{\"kind\":\"Argument\",\"name\":{\"kind\":\"Name\",\"value\":\"limit\"},\"value\":{\"kind\":\"IntValue\",\"value\":\"1\"}}],\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"file_name\"}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"membership\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"registration\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"first_name\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"last_name\"}}]}}]}}]}}]}}]}}]}}]}}]} as unknown as DocumentNode;\nexport const ScreeningPlaylistDocument = {\"kind\":\"Document\",\"definitions\":[{\"kind\":\"OperationDefinition\",\"operation\":\"query\",\"name\":{\"kind\":\"Name\",\"value\":\"ScreeningPlaylist\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"film_groups\"},\"arguments\":[{\"kind\":\"Argument\",\"name\":{\"kind\":\"Name\",\"value\":\"where\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"type\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"_eq\"},\"value\":{\"kind\":\"StringValue\",\"value\":\"screening\",\"block\":false}}]}},{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"name\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"_nlike\"},\"value\":{\"kind\":\"StringValue\",\"value\":\"%Winners%\",\"block\":false}}]}}]}}],\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"name\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"teams\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"sort\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"film_group_id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"team\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"team_number\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"name\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"film_name\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"genre\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"description\"}},{\"kind\":\"Field\",\"alias\":{\"kind\":\"Name\",\"value\":\"poster\"},\"name\":{\"kind\":\"Name\",\"value\":\"assets\"},\"arguments\":[{\"kind\":\"Argument\",\"name\":{\"kind\":\"Name\",\"value\":\"order_by\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"created\"},\"value\":{\"kind\":\"EnumValue\",\"value\":\"desc\"}}]}},{\"kind\":\"Argument\",\"name\":{\"kind\":\"Name\",\"value\":\"limit\"},\"value\":{\"kind\":\"IntValue\",\"value\":\"1\"}}],\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"file_name\"}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"film\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"mux_playback_id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"mux_thumbnail_time\"}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"studio\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"name\"}}]}}]}}]}}]}},{\"kind\":\"Field\",\"alias\":{\"kind\":\"Name\",\"value\":\"five_fest_film_groups\"},\"name\":{\"kind\":\"Name\",\"value\":\"film_groups\"},\"arguments\":[{\"kind\":\"Argument\",\"name\":{\"kind\":\"Name\",\"value\":\"where\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"type\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"_eq\"},\"value\":{\"kind\":\"StringValue\",\"value\":\"fivefest\",\"block\":false}}]}},{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"name\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"_like\"},\"value\":{\"kind\":\"StringValue\",\"value\":\"Block%\",\"block\":false}}]}}]}}],\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"name\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"festival_submissions\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"sort\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"festival_submission\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"film_title\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"production_company\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"production_year\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"synopsis\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"tagline\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"first_name\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"last_name\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"mux_playback_id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"genre\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"name\"}}]}},{\"kind\":\"Field\",\"alias\":{\"kind\":\"Name\",\"value\":\"poster\"},\"name\":{\"kind\":\"Name\",\"value\":\"assets\"},\"arguments\":[{\"kind\":\"Argument\",\"name\":{\"kind\":\"Name\",\"value\":\"order_by\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"created_at\"},\"value\":{\"kind\":\"EnumValue\",\"value\":\"desc\"}}]}},{\"kind\":\"Argument\",\"name\":{\"kind\":\"Name\",\"value\":\"limit\"},\"value\":{\"kind\":\"IntValue\",\"value\":\"1\"}}],\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"file_name\"}}]}}]}}]}}]}}]}}]} as unknown as DocumentNode;\nexport const SelectionFilmGroupsDocument = {\"kind\":\"Document\",\"definitions\":[{\"kind\":\"OperationDefinition\",\"operation\":\"query\",\"name\":{\"kind\":\"Name\",\"value\":\"SelectionFilmGroups\"},\"variableDefinitions\":[{\"kind\":\"VariableDefinition\",\"variable\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"ffid\"}},\"type\":{\"kind\":\"NonNullType\",\"type\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"numeric\"}}}},{\"kind\":\"VariableDefinition\",\"variable\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"poster\"}},\"type\":{\"kind\":\"NonNullType\",\"type\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"numeric\"}}}}],\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"alias\":{\"kind\":\"Name\",\"value\":\"filmGroups\"},\"name\":{\"kind\":\"Name\",\"value\":\"film_groups\"},\"arguments\":[{\"kind\":\"Argument\",\"name\":{\"kind\":\"Name\",\"value\":\"where\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"film_festival_id\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"_eq\"},\"value\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"ffid\"}}}]}},{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"type\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"_eq\"},\"value\":{\"kind\":\"StringValue\",\"value\":\"selection\",\"block\":false}}]}}]}}],\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"name\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"teams\"},\"arguments\":[{\"kind\":\"Argument\",\"name\":{\"kind\":\"Name\",\"value\":\"order_by\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"sort\"},\"value\":{\"kind\":\"EnumValue\",\"value\":\"asc\"}}]}}],\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"team\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"name\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"team_number\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"film_name\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"genre\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"description\"}},{\"kind\":\"Field\",\"alias\":{\"kind\":\"Name\",\"value\":\"poster\"},\"name\":{\"kind\":\"Name\",\"value\":\"assets\"},\"arguments\":[{\"kind\":\"Argument\",\"name\":{\"kind\":\"Name\",\"value\":\"where\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"asset_type_id\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"_eq\"},\"value\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"poster\"}}}]}}]}},{\"kind\":\"Argument\",\"name\":{\"kind\":\"Name\",\"value\":\"order_by\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"created\"},\"value\":{\"kind\":\"EnumValue\",\"value\":\"desc\"}}]}},{\"kind\":\"Argument\",\"name\":{\"kind\":\"Name\",\"value\":\"limit\"},\"value\":{\"kind\":\"IntValue\",\"value\":\"1\"}}],\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"file_name\"}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"film\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"mux_playback_id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"mux_thumbnail_time\"}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"studio\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"name\"}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"selection_metrics_aggregate\"},\"arguments\":[{\"kind\":\"Argument\",\"name\":{\"kind\":\"Name\",\"value\":\"where\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"value\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"_gt\"},\"value\":{\"kind\":\"IntValue\",\"value\":\"0\"}}]}}]}}],\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"aggregate\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"count\"}}]}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"selection_metrics\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"award_id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"value\"}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"award_nominations\"},\"arguments\":[{\"kind\":\"Argument\",\"name\":{\"kind\":\"Name\",\"value\":\"order_by\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"award\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"name\"},\"value\":{\"kind\":\"EnumValue\",\"value\":\"asc\"}}]}}]}}],\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"award\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"name\"}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"assets\"},\"arguments\":[{\"kind\":\"Argument\",\"name\":{\"kind\":\"Name\",\"value\":\"limit\"},\"value\":{\"kind\":\"IntValue\",\"value\":\"1\"}}],\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"file_name\"}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"membership\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"registration\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"first_name\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"last_name\"}}]}}]}}]}}]}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"selection_progresses\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"index\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"seek\"}}]}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"awards\"},\"arguments\":[{\"kind\":\"Argument\",\"name\":{\"kind\":\"Name\",\"value\":\"where\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"max_nominations\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"_neq\"},\"value\":{\"kind\":\"IntValue\",\"value\":\"0\"}}]}}]}},{\"kind\":\"Argument\",\"name\":{\"kind\":\"Name\",\"value\":\"order_by\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"name\"},\"value\":{\"kind\":\"EnumValue\",\"value\":\"asc\"}}]}}],\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"name\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"description\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"max_nominations\"}}]}}]}}]} as unknown as DocumentNode;\nexport const UpsertSelectionProgressDocument = {\"kind\":\"Document\",\"definitions\":[{\"kind\":\"OperationDefinition\",\"operation\":\"mutation\",\"name\":{\"kind\":\"Name\",\"value\":\"UpsertSelectionProgress\"},\"variableDefinitions\":[{\"kind\":\"VariableDefinition\",\"variable\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"film_group_id\"}},\"type\":{\"kind\":\"NonNullType\",\"type\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"Int\"}}}},{\"kind\":\"VariableDefinition\",\"variable\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"index\"}},\"type\":{\"kind\":\"NonNullType\",\"type\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"Int\"}}}}],\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"insert_selection_progress_one\"},\"arguments\":[{\"kind\":\"Argument\",\"name\":{\"kind\":\"Name\",\"value\":\"object\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"film_group_id\"},\"value\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"film_group_id\"}}},{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"index\"},\"value\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"index\"}}},{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"seek\"},\"value\":{\"kind\":\"IntValue\",\"value\":\"0\"}}]}},{\"kind\":\"Argument\",\"name\":{\"kind\":\"Name\",\"value\":\"on_conflict\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"constraint\"},\"value\":{\"kind\":\"EnumValue\",\"value\":\"selection_progress_film_group_id_real_user_id_key\"}},{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"update_columns\"},\"value\":{\"kind\":\"ListValue\",\"values\":[{\"kind\":\"EnumValue\",\"value\":\"index\"},{\"kind\":\"EnumValue\",\"value\":\"seek\"}]}}]}}],\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"index\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"seek\"}}]}}]}}]} as unknown as DocumentNode;\nexport const UpsertSelectionMetricDocument = {\"kind\":\"Document\",\"definitions\":[{\"kind\":\"OperationDefinition\",\"operation\":\"mutation\",\"name\":{\"kind\":\"Name\",\"value\":\"UpsertSelectionMetric\"},\"variableDefinitions\":[{\"kind\":\"VariableDefinition\",\"variable\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"award_id\"}},\"type\":{\"kind\":\"NonNullType\",\"type\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"numeric\"}}}},{\"kind\":\"VariableDefinition\",\"variable\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"team_id\"}},\"type\":{\"kind\":\"NonNullType\",\"type\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"numeric\"}}}},{\"kind\":\"VariableDefinition\",\"variable\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"value\"}},\"type\":{\"kind\":\"NonNullType\",\"type\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"Int\"}}}}],\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"insert_selection_metrics_one\"},\"arguments\":[{\"kind\":\"Argument\",\"name\":{\"kind\":\"Name\",\"value\":\"object\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"award_id\"},\"value\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"award_id\"}}},{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"team_id\"},\"value\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"team_id\"}}},{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"value\"},\"value\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"value\"}}}]}},{\"kind\":\"Argument\",\"name\":{\"kind\":\"Name\",\"value\":\"on_conflict\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"constraint\"},\"value\":{\"kind\":\"EnumValue\",\"value\":\"selection_metrics_real_user_id_team_id_award_id_key\"}},{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"update_columns\"},\"value\":{\"kind\":\"EnumValue\",\"value\":\"value\"}}]}}],\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"team_id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"award_id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"value\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"team\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"selection_metrics_aggregate\"},\"arguments\":[{\"kind\":\"Argument\",\"name\":{\"kind\":\"Name\",\"value\":\"where\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"value\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"_gt\"},\"value\":{\"kind\":\"IntValue\",\"value\":\"0\"}}]}}]}}],\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"aggregate\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"count\"}}]}}]}}]}}]}}]}}]} as unknown as DocumentNode;\nexport const WhoamiDocument = {\"kind\":\"Document\",\"definitions\":[{\"kind\":\"OperationDefinition\",\"operation\":\"query\",\"name\":{\"kind\":\"Name\",\"value\":\"Whoami\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"users\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"FragmentSpread\",\"name\":{\"kind\":\"Name\",\"value\":\"User\"}}]}}]}},{\"kind\":\"FragmentDefinition\",\"name\":{\"kind\":\"Name\",\"value\":\"User\"},\"typeCondition\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"users\"}},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"name\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"email\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"sub\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"picture\"}}]}}]} as unknown as DocumentNode;\nexport const StudioCacheDocument = {\"kind\":\"Document\",\"definitions\":[{\"kind\":\"OperationDefinition\",\"operation\":\"query\",\"name\":{\"kind\":\"Name\",\"value\":\"StudioCache\"},\"variableDefinitions\":[{\"kind\":\"VariableDefinition\",\"variable\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},\"type\":{\"kind\":\"NonNullType\",\"type\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"Int\"}}}}],\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"alias\":{\"kind\":\"Name\",\"value\":\"studio\"},\"name\":{\"kind\":\"Name\",\"value\":\"studios_by_pk\"},\"arguments\":[{\"kind\":\"Argument\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"},\"value\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}}}],\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"name\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"owner_id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"participating_since\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"slogan\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"teams\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"name\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"film_name\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"team_number\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"film_festival\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"name\"}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"film\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"vimeo_url\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"mux_playback_id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"mux_thumbnail_time\"}},{\"kind\":\"Field\",\"alias\":{\"kind\":\"Name\",\"value\":\"recommendations\"},\"name\":{\"kind\":\"Name\",\"value\":\"mux_asset_data\"},\"arguments\":[{\"kind\":\"Argument\",\"name\":{\"kind\":\"Name\",\"value\":\"path\"},\"value\":{\"kind\":\"StringValue\",\"value\":\"non_standard_input_reasons\",\"block\":false}}]}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"memberships_aggregate\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"aggregate\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"count\"}}]}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"memberships\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"user_id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"role\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"name\"}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"registration\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"first_name\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"last_name\"}}]}}]}}]}}]}}]}}]} as unknown as DocumentNode;\nexport const TeamCacheDocument = {\"kind\":\"Document\",\"definitions\":[{\"kind\":\"OperationDefinition\",\"operation\":\"query\",\"name\":{\"kind\":\"Name\",\"value\":\"TeamCache\"},\"variableDefinitions\":[{\"kind\":\"VariableDefinition\",\"variable\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},\"type\":{\"kind\":\"NonNullType\",\"type\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"numeric\"}}}},{\"kind\":\"VariableDefinition\",\"variable\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"posterAssetTypeId\"}},\"type\":{\"kind\":\"NonNullType\",\"type\":{\"kind\":\"NamedType\",\"name\":{\"kind\":\"Name\",\"value\":\"numeric\"}}}}],\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"alias\":{\"kind\":\"Name\",\"value\":\"team\"},\"name\":{\"kind\":\"Name\",\"value\":\"teams_by_pk\"},\"arguments\":[{\"kind\":\"Argument\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"},\"value\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}}}],\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"film_festival\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"name\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"registration_fee\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"due_at\"}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"studio_id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"owner_id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"name\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"team_number\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"film_name\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"genre\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"description\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"duration\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"is_no_music\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"submitted_at\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"inspiration_meta\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"festival_submission_vouchers\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"redeemed_at\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"festival_submission\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"film_title\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"mux_playback_id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"submitted_at\"}}]}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"memberships\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"is_invited\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"registration\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"first_name\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"last_name\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"primary_email\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"signature_ts\"}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"role\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"name\"}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"user_id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"user\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"sub\"}}]}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"award_nominations\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"award_id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"asset_types\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"asset_type_id\"}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"assets\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"asset_type_id\"}}]}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"prize_elections\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"prize_id\"}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"music_releases\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"song_title\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"composer\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"publisher\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"start_time\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"duration\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"society\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"use_type\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"is_royalty_free\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"royalty_free_source\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"is_original\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"asset\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"file_name\"}}]}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"location_releases\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"venue_name\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"first_name\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"middle_name\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"last_name\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"address_1\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"address_2\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"city\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"state\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"zip\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"country\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"is_owned_by_team\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"asset\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"file_name\"}}]}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"payments_aggregate\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"aggregate\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"sum\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"amount\"}}]}}]}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"film\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"duration\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"mux_playback_id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"mux_thumbnail_time\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"uploaded_at\"}},{\"kind\":\"Field\",\"alias\":{\"kind\":\"Name\",\"value\":\"recommendations\"},\"name\":{\"kind\":\"Name\",\"value\":\"mux_asset_data\"},\"arguments\":[{\"kind\":\"Argument\",\"name\":{\"kind\":\"Name\",\"value\":\"path\"},\"value\":{\"kind\":\"StringValue\",\"value\":\"non_standard_input_reasons\",\"block\":false}}]}]}},{\"kind\":\"Field\",\"alias\":{\"kind\":\"Name\",\"value\":\"posters\"},\"name\":{\"kind\":\"Name\",\"value\":\"assets\"},\"arguments\":[{\"kind\":\"Argument\",\"name\":{\"kind\":\"Name\",\"value\":\"limit\"},\"value\":{\"kind\":\"IntValue\",\"value\":\"1\"}},{\"kind\":\"Argument\",\"name\":{\"kind\":\"Name\",\"value\":\"order_by\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"created\"},\"value\":{\"kind\":\"EnumValue\",\"value\":\"desc_nulls_last\"}}]}},{\"kind\":\"Argument\",\"name\":{\"kind\":\"Name\",\"value\":\"where\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"asset_type_id\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"_eq\"},\"value\":{\"kind\":\"Variable\",\"name\":{\"kind\":\"Name\",\"value\":\"posterAssetTypeId\"}}}]}}]}}],\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"file_name\"}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"assets\"},\"arguments\":[{\"kind\":\"Argument\",\"name\":{\"kind\":\"Name\",\"value\":\"where\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"asset_type\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"_or\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"_or\"},\"value\":{\"kind\":\"ListValue\",\"values\":[{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"hidden\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"_is_null\"},\"value\":{\"kind\":\"BooleanValue\",\"value\":true}}]}}]},{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"hidden\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"_neq\"},\"value\":{\"kind\":\"StringValue\",\"value\":\"Y\",\"block\":false}}]}}]}]}}]}}]}}]}}],\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"file_name\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"asset_type\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"title\"}}]}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"submission\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"paperwork_ts\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"film_ts\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"has_reupload\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"official_ts\"}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"is_on_time\"}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"matchup_requests_aggregate\"},\"arguments\":[{\"kind\":\"Argument\",\"name\":{\"kind\":\"Name\",\"value\":\"where\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"withdrawn\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"_is_null\"},\"value\":{\"kind\":\"BooleanValue\",\"value\":true}}]}}]}}],\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"aggregate\"},\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"count\"}}]}}]}}]}},{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"awards\"},\"arguments\":[{\"kind\":\"Argument\",\"name\":{\"kind\":\"Name\",\"value\":\"where\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"max_nominations\"},\"value\":{\"kind\":\"ObjectValue\",\"fields\":[{\"kind\":\"ObjectField\",\"name\":{\"kind\":\"Name\",\"value\":\"_gt\"},\"value\":{\"kind\":\"IntValue\",\"value\":\"0\"}}]}}]}}],\"selectionSet\":{\"kind\":\"SelectionSet\",\"selections\":[{\"kind\":\"Field\",\"name\":{\"kind\":\"Name\",\"value\":\"id\"}}]}}]}}]} as unknown as DocumentNode;","/* eslint-disable */\nimport * as types from './graphql';\nimport { TypedDocumentNode as DocumentNode } from '@graphql-typed-document-node/core';\n\n/**\n * Map of all GraphQL operations in the project.\n *\n * This map has several performance disadvantages:\n * 1. It is not tree-shakeable, so it will include all operations in the project.\n * 2. It is not minifiable, so the string of a GraphQL query will be multiple times inside the bundle.\n * 3. It does not support dead code elimination, so it will add unused operations.\n *\n * Therefore it is highly recommended to use the babel or swc plugin for production.\n * Learn more about it here: https://the-guild.dev/graphql/codegen/plugins/presets/preset-client#reducing-bundle-size\n */\ntype Documents = {\n \"mutation RemoveSelectionAssignment($id: Int!) {\\n delete_film_group_users_by_pk(id: $id) {\\n id\\n }\\n}\": typeof types.RemoveSelectionAssignmentDocument,\n \"mutation FilmGroupFestivalSubmissionUp(\\n $filmGroupId: Int!\\n $oldSort: Int!\\n $newSort: Int!\\n) {\\n reserve: update_film_group_festival_submissions(\\n _set: { sort: -1 }\\n where: {\\n film_group_id: { _eq: $filmGroupId }\\n sort: { _eq: $oldSort }\\n }\\n ) {\\n affected_rows\\n }\\n bulk: update_film_group_festival_submissions(\\n _inc: { sort: -1 }\\n where: {\\n film_group_id: { _eq: $filmGroupId }\\n sort: { _gt: $oldSort, _lte: $newSort }\\n }\\n ) {\\n affected_rows\\n }\\n swap: update_film_group_festival_submissions(\\n _set: { sort: $newSort }\\n where: { film_group_id: { _eq: $filmGroupId }, sort: { _eq: -1 } }\\n ) {\\n affected_rows\\n }\\n}\": typeof types.FilmGroupFestivalSubmissionUpDocument,\n \"mutation FilmGroupFestivalSubmissionDown(\\n $filmGroupId: Int!\\n $oldSort: Int!\\n $newSort: Int!\\n) {\\n reserve: update_film_group_festival_submissions(\\n _set: { sort: -1 }\\n where: {\\n film_group_id: { _eq: $filmGroupId }\\n sort: { _eq: $oldSort }\\n }\\n ) {\\n affected_rows\\n }\\n bulk: update_film_group_festival_submissions(\\n _inc: { sort: 1 }\\n where: {\\n film_group_id: { _eq: $filmGroupId }\\n sort: { _gte: $newSort, _lt: $oldSort }\\n }\\n ) {\\n affected_rows\\n }\\n swap: update_film_group_festival_submissions(\\n _set: { sort: $newSort }\\n where: { film_group_id: { _eq: $filmGroupId }, sort: { _eq: -1 } }\\n ) {\\n affected_rows\\n }\\n}\": typeof types.FilmGroupFestivalSubmissionDownDocument,\n \"mutation FilmGroupFestivalSubmissionRemove($filmGroupId: Int!, $sort: Int!) {\\n delete_film_group_festival_submissions(\\n where: {\\n film_group_id: { _eq: $filmGroupId }\\n sort: { _eq: $sort }\\n }\\n ) {\\n affected_rows\\n }\\n update_film_group_festival_submissions(\\n where: {\\n film_group_id: { _eq: $filmGroupId }\\n sort: { _gt: $sort }\\n }\\n _inc: { sort: -1 }\\n ) {\\n affected_rows\\n }\\n}\": typeof types.FilmGroupFestivalSubmissionRemoveDocument,\n \"mutation SpliceFilmGroupFestivalSubmission(\\n $filmGroupId: Int!\\n $sort: Int!\\n $festival_submission_id: Int!\\n) {\\n update_film_group_festival_submissions(\\n where: {\\n _and: [\\n { film_group_id: { _eq: $filmGroupId } }\\n { sort: { _gte: $sort } }\\n ]\\n }\\n _inc: { sort: 1 }\\n ) {\\n affected_rows\\n }\\n insert_film_group_festival_submissions_one(\\n object: {\\n film_group_id: $filmGroupId\\n sort: $sort\\n festival_submission_id: $festival_submission_id\\n }\\n ) {\\n id\\n }\\n}\": typeof types.SpliceFilmGroupFestivalSubmissionDocument,\n \"query SelectionBallot($filmGroupId: Int!, $uid: Int!) {\\n film_groups_by_pk(id:$filmGroupId) {\\n id\\n teams {\\n id\\n team {\\n id\\n award_nominations_aggregate(distinct_on:award_id) {\\n aggregate {\\n count\\n }\\n }\\n }\\n }\\n }\\n selection_metrics(where:{\\n real_user_id: {_eq: $uid},\\n team: {\\n film_group: {\\n film_group_id: {_eq: $filmGroupId}\\n }\\n }\\n value: {_gt: 0}\\n }) {\\n id\\n team_id\\n value\\n }\\n}\": typeof types.SelectionBallotDocument,\n \"mutation FilmGroupFilmUp(\\n $filmGroupId: Int!\\n $oldSort: Int!\\n $newSort: Int!\\n) {\\n reserve: update_film_group_films(\\n _set: { sort: -1 }\\n where: {\\n film_group_id: { _eq: $filmGroupId }\\n sort: { _eq: $oldSort }\\n }\\n ) {\\n affected_rows\\n }\\n bulk: update_film_group_films(\\n _inc: { sort: -1 }\\n where: {\\n film_group_id: { _eq: $filmGroupId }\\n sort: { _gt: $oldSort, _lte: $newSort }\\n }\\n ) {\\n affected_rows\\n }\\n swap: update_film_group_films(\\n _set: { sort: $newSort }\\n where: { film_group_id: { _eq: $filmGroupId }, sort: { _eq: -1 } }\\n ) {\\n affected_rows\\n }\\n}\": typeof types.FilmGroupFilmUpDocument,\n \"mutation FilmGroupFilmDown(\\n $filmGroupId: Int!\\n $oldSort: Int!\\n $newSort: Int!\\n) {\\n reserve: update_film_group_films(\\n _set: { sort: -1 }\\n where: {\\n film_group_id: { _eq: $filmGroupId }\\n sort: { _eq: $oldSort }\\n }\\n ) {\\n affected_rows\\n }\\n bulk: update_film_group_films(\\n _inc: { sort: 1 }\\n where: {\\n film_group_id: { _eq: $filmGroupId }\\n sort: { _gte: $newSort, _lt: $oldSort }\\n }\\n ) {\\n affected_rows\\n }\\n swap: update_film_group_films(\\n _set: { sort: $newSort }\\n where: { film_group_id: { _eq: $filmGroupId }, sort: { _eq: -1 } }\\n ) {\\n affected_rows\\n }\\n}\": typeof types.FilmGroupFilmDownDocument,\n \"mutation FilmGroupFilmRemove($filmGroupId: Int!, $sort: Int!) {\\n delete_film_group_films(\\n where: {\\n film_group_id: { _eq: $filmGroupId }\\n sort: { _eq: $sort }\\n }\\n ) {\\n affected_rows\\n }\\n update_film_group_films(\\n where: {\\n film_group_id: { _eq: $filmGroupId }\\n sort: { _gt: $sort }\\n }\\n _inc: { sort: -1 }\\n ) {\\n affected_rows\\n }\\n}\": typeof types.FilmGroupFilmRemoveDocument,\n \"mutation SpliceFilmGroupFilm(\\n $filmGroupId: Int!\\n $sort: Int!\\n $team_id: numeric!\\n) {\\n update_film_group_films(\\n where: {\\n _and: [\\n { film_group_id: { _eq: $filmGroupId } }\\n { sort: { _gte: $sort } }\\n ]\\n }\\n _inc: { sort: 1 }\\n ) {\\n affected_rows\\n }\\n insert_film_group_films_one(\\n object: {\\n film_group_id: $filmGroupId\\n sort: $sort\\n team_id: $team_id\\n }\\n ) {\\n id\\n }\\n}\": typeof types.SpliceFilmGroupFilmDocument,\n \"mutation AdminCreateUser($email: String!, $name: String!, $createdBy: String!) {\\n insert_users_one(object: {email: $email, name: $name, created_by: $createdBy, updated_by: $createdBy}) {\\n id\\n name\\n email\\n }\\n}\": typeof types.AdminCreateUserDocument,\n \"mutation AdminEditUser($id: numeric!, $name: String!) {\\n update_users_by_pk(pk_columns: {id: $id}, _set: {name: $name}) {\\n id\\n name\\n email\\n }\\n}\": typeof types.AdminEditUserDocument,\n \"mutation TerminalCheckout($amount: Int!) { stripeTerminalCharge(amount: $amount) }\": typeof types.TerminalCheckoutDocument,\n \"mutation TerminalCancel { stripeTerminalCancel }\": typeof types.TerminalCancelDocument,\n \"mutation FiveFestAcademyFeedback($festivalSubmissionId: Int!, $comments: String) {\\n insert_festival_submission_feedback_one(object: {festival_submission_id: $festivalSubmissionId, comments: $comments}, on_conflict: {constraint: festival_submission_feedback_festival_submission_id_user_id_key, update_columns: [comments]}) {\\n id\\n comments\\n }\\n}\": typeof types.FiveFestAcademyFeedbackDocument,\n \"query FestivalSubmissionVouchers {\\n festival_submission_vouchers(where: {film_festival_id: {_eq: 25}, redeemed_at: {_is_null: true}}) {\\n id\\n team {\\n id\\n team_number\\n name\\n }\\n }\\n}\": typeof types.FestivalSubmissionVouchersDocument,\n \"mutation ClaimFestivalSubmissionVoucher($voucherId: Int!, $submissionId: Int!) {\\n claimFestivalSubmissionVoucher(voucherId: $voucherId, festivalSubmissionId: $submissionId)\\n}\": typeof types.ClaimFestivalSubmissionVoucherDocument,\n \"mutation SubmitFiveFest($id: Int!, $signature_name: String!, $is_minor: Boolean!, $signature_email: String, $signature_phone: String) {\\n submitFiveFest(id: $id, signature_name: $signature_name, is_minor: $is_minor, signature_email: $signature_email, signature_phone: $signature_phone)\\n}\": typeof types.SubmitFiveFestDocument,\n \"query StudioInterviewDetails($id: numeric! = 1095, $poster: numeric! = \\\"4\\\") {\\n studios(limit: 1, where: {teams: {id: {_eq: $id}}}) {\\n id\\n name\\n teams(where: {submitted_at: {_is_null: false}}, order_by: {created: desc}) {\\n id\\n created\\n name\\n team_number\\n film_name\\n genre\\n description\\n poster: assets(where: {asset_type_id: {_eq: $poster}}, order_by: {created: desc}, limit: 1) {\\n id\\n file_name\\n }\\n film {\\n id\\n mux_playback_id\\n mux_thumbnail_time\\n }\\n award_nominations(order_by: {award: {name: asc}}) {\\n id\\n award {\\n id\\n name\\n }\\n assets(limit: 1) {\\n id\\n file_name\\n }\\n membership {\\n id\\n registration {\\n id\\n first_name\\n last_name\\n }\\n }\\n }\\n prize_elections {\\n id\\n prize {\\n id\\n name\\n }\\n }\\n submission {\\n id\\n official_ts\\n is_on_time\\n }\\n awards: award_wins(order_by: {rank: asc}) {\\n id\\n rank\\n award {\\n id\\n name\\n }\\n }\\n }\\n }\\n}\\n\": typeof types.StudioInterviewDetailsDocument,\n \"mutation CreateStudio($studio: studios_insert_input!, $ffid: numeric!) {\\n insert_studios_one(object: $studio) {\\n id name owner_id teams(where: {film_festival_id: {_eq: $ffid}}) { id name team_number submitted_at }\\n }\\n}\": typeof types.CreateStudioDocument,\n \"mutation UpdateTeamDetails($id: numeric!, $set: teams_set_input!) {\\n update_teams_by_pk(pk_columns: {id: $id}, _set: $set) {\\n id, name, film_name, genre, description\\n }\\n}\": typeof types.UpdateTeamDetailsDocument,\n \"query MyExitInterview($teamId: Int!) {\\n exit_interviews(where: {team_id: {_eq: $teamId}}, order_by: {created_at: desc}, limit: 1) {\\n id\\n ready_at\\n }\\n}\": typeof types.MyExitInterviewDocument,\n \"subscription MyExitInterviewSub($teamId: Int!) {\\n exit_interviews(where: {team_id: {_eq: $teamId}}, order_by: {created_at: desc}, limit: 1) {\\n id\\n ready_at\\n }\\n}\": typeof types.MyExitInterviewSubDocument,\n \"mutation ReadyExitInterview($id: Int!) {\\n update_exit_interviews_by_pk(pk_columns: {id: $id}, _set: {ready_at: \\\"now\\\"}) {\\n id\\n ready_at\\n }\\n}\": typeof types.ReadyExitInterviewDocument,\n \"mutation DeleteAwardNomination($id: numeric!) {\\n delete_nominations_by_pk(id: $id) {\\n id\\n }\\n}\": typeof types.DeleteAwardNominationDocument,\n \"mutation DeleteNominationAsset($id: numeric!) {\\n delete_nomination_assets_by_pk(id: $id) {\\n id\\n }\\n}\": typeof types.DeleteNominationAssetDocument,\n \"mutation DeleteLocationRelease($id: numeric!) {\\n delete_location_releases_by_pk(id: $id) {\\n id\\n }\\n}\": typeof types.DeleteLocationReleaseDocument,\n \"mutation DeleteMembership($id: numeric!) {\\n update_team_memberships_by_pk(pk_columns: {id: $id}, _set: {deleted: \\\"now\\\"}) {\\n id\\n deleted\\n }\\n}\": typeof types.DeleteMembershipDocument,\n \"mutation DeleteMusicRelease($id: numeric!) {\\n delete_music_releases_by_pk(id: $id) {\\n id\\n }\\n}\": typeof types.DeleteMusicReleaseDocument,\n \"query LoadRegistration($id: numeric!) {\\n team_membership: team_memberships_by_pk(id: $id) {\\n id\\n role_id\\n is_invited\\n registration {\\n address_1\\n address_2\\n bio\\n city\\n country\\n first_name\\n id\\n last_name\\n middle_name\\n primary_email\\n primary_phone\\n secondary_email\\n secondary_phone\\n state\\n zip\\n }\\n }\\n}\": typeof types.LoadRegistrationDocument,\n \"mutation ReqeustSignature($id: Int!) {\\n\\tsendGuestSignatureMail(teamMembershipId: $id)\\n}\": typeof types.ReqeustSignatureDocument,\n \"mutation InviteMember($id: Int!) {\\n\\tsendTeamInvitationMail(teamMembershipId: $id)\\n}\": typeof types.InviteMemberDocument,\n \"mutation InviteGuest($id: Int!) {\\n\\tsendGuestSignatureMail(teamMembershipId: $id)\\n}\": typeof types.InviteGuestDocument,\n \"mutation CreateTeamMember($object: registrations_insert_input!) {\\n registration: insert_registrations_one(object: $object) {\\n id\\n team_membership {\\n id\\n team_id\\n is_invited\\n }\\n }\\n}\": typeof types.CreateTeamMemberDocument,\n \"query TeamAwardNominations($id: numeric!) {\\n awards(order_by: {name: asc} where: {max_nominations: { _gt: 0 }}) {\\n id\\n name\\n description\\n max_nominations\\n nominations: award_nominations(where: {membership: {team_id: {_eq: $id}}}) {\\n id\\n team_membership: membership {\\n id\\n role {\\n id\\n name\\n }\\n registration {\\n id\\n first_name\\n last_name\\n }\\n }\\n assets {\\n id\\n file_name\\n asset_type_id\\n }\\n asset_types {\\n id\\n asset_type_id\\n }\\n }\\n required_asset_types {\\n id\\n mime\\n asset_type {\\n id\\n title\\n }\\n }\\n }\\n}\": typeof types.TeamAwardNominationsDocument,\n \"mutation CreateAwardNomination($nomination: nominations_insert_input!) {\\n insert_nominations_one(object: $nomination) {\\n id\\n }\\n}\": typeof types.CreateAwardNominationDocument,\n \"mutation DeleteTeamAsset($id: numeric!) {\\n delete_team_assets_by_pk(id: $id) {\\n id\\n }\\n}\": typeof types.DeleteTeamAssetDocument,\n \"mutation DownloadTeamAsset($name: String!) {\\n assetSign(name:$name)\\n}\": typeof types.DownloadTeamAssetDocument,\n \"mutation UpdateFilmDetails($id: numeric!, $set: teams_set_input!) {\\n update_teams_by_pk(pk_columns: {id: $id}, _set: $set) {\\n id, name, film_name, genre, description, inspiration_meta\\n }\\n}\": typeof types.UpdateFilmDetailsDocument,\n \"mutation CreateFestivalSubmission($object: festival_submissions_insert_input! = {}) {\\n insert_festival_submissions_one(object: $object) {\\n id\\n }\\n}\": typeof types.CreateFestivalSubmissionDocument,\n \"mutation AttachAssetToLocationRelease($id: numeric!, $assetId: numeric!) {\\n update_location_releases_by_pk(pk_columns: {id: $id}, _set: {release_asset_id: $assetId}) {\\n id asset { id file_name }\\n }\\n}\": typeof types.AttachAssetToLocationReleaseDocument,\n \"query MyMatchup($filmFestivalId: numeric!, $userId: numeric!) {\\n matchup_requests(where: {film_festival_id: {_eq: $filmFestivalId}, user_id: {_eq: $userId}}) {\\n id\\n first_name\\n last_name\\n email\\n phone\\n type\\n expertise_json\\n genres_json\\n notes\\n withdrawn\\n withdrawn_type\\n }\\n}\": typeof types.MyMatchupDocument,\n \"query MatchupRequests($filmFestivalId: numeric!, $type: String!) {\\n requests: matchup_requests(where: {film_festival_id: {_eq: $filmFestivalId}, type: {_eq: $type}, withdrawn: {_is_null: true}}) {\\n id\\n first_name\\n last_name\\n email\\n phone\\n type\\n expertise_json\\n genres_json\\n notes\\n }\\n}\": typeof types.MatchupRequestsDocument,\n \"mutation SaveMyMatchup($request: matchup_requests_insert_input!) {\\n insert_matchup_requests_one(on_conflict: {constraint: matchup_requests_film_festival_id_user_id_key, update_columns: [first_name, last_name, email, phone, expertise_json, genres_json, notes, type, withdrawn, withdrawn_type, team_id]}, object: $request) {\\n id\\n first_name\\n last_name\\n email\\n phone\\n type\\n expertise_json\\n genres_json\\n notes\\n withdrawn\\n withdrawn_type\\n }\\n}\": typeof types.SaveMyMatchupDocument,\n \"mutation AttachAssetToMusicRelease($id: numeric!, $assetId: numeric!) {\\n update_music_releases_by_pk(pk_columns: {id: $id}, _set: {release_asset_id: $assetId}) {\\n id asset { id file_name }\\n }\\n}\": typeof types.AttachAssetToMusicReleaseDocument,\n \"mutation ToggleNoMusic($teamId: numeric!, $isNoMusic: String!) {\\n update_teams_by_pk(pk_columns: {id: $teamId}, _set: {is_no_music: $isNoMusic}) {\\n id\\n is_no_music\\n }\\n}\": typeof types.ToggleNoMusicDocument,\n \"mutation TeamPayment(\\n $returnUrl: String!\\n $lineItems: [StripeLineItem!]!\\n $teamId: Int\\n $badgeId: Int\\n) {\\n url: stripeCreatePurchase(returnUrl:$returnUrl lineItems:$lineItems teamId:$teamId badgeId:$badgeId)\\n}\": typeof types.TeamPaymentDocument,\n \"query TeamPrizeNominations($ffid: numeric!) {\\n prizes(order_by: {name: asc} where: {film_festival_id: {_eq: $ffid}}) {\\n id\\n name\\n description\\n sponsor { id name }\\n mux_playback_id\\n }\\n}\": typeof types.TeamPrizeNominationsDocument,\n \"mutation PrizeOptIn($nomination: nominations_insert_input!) {\\n insert_nominations_one(object: $nomination) {\\n id\\n }\\n}\": typeof types.PrizeOptInDocument,\n \"mutation DeletePrizeNomination($nomination: nominations_bool_exp!) {\\n delete_nominations(where: $nomination) {\\n affected_rows\\n }\\n}\": typeof types.DeletePrizeNominationDocument,\n \"mutation SubmitTeam($id: Int!) { submitTeam(id: $id) }\": typeof types.SubmitTeamDocument,\n \"mutation SetThumbTime($id: numeric!, $time: numeric!) {\\n update_films_by_pk(pk_columns: {id: $id}, _set: {mux_thumbnail_time: $time}) {\\n id\\n mux_thumbnail_time\\n }\\n}\": typeof types.SetThumbTimeDocument,\n \"mutation SignAsset($name: String!) {\\n assetSign(name: $name)\\n}\": typeof types.SignAssetDocument,\n \"mutation CreateAssetUpload($filename: String!) {\\n assetUpload(filename: $filename) {\\n name\\n uploadUrl\\n }\\n}\": typeof types.CreateAssetUploadDocument,\n \"mutation UploadTeamAsset($asset: team_assets_insert_input!) {\\n insert_team_assets_one(object: $asset) {\\n id\\n }\\n}\": typeof types.UploadTeamAssetDocument,\n \"mutation CreateAwardNominationAsset($asset: nomination_assets_insert_input!) {\\n insert_nomination_assets_one(object: $asset) {\\n id\\n }\\n}\": typeof types.CreateAwardNominationAssetDocument,\n \"mutation UploadFilm($fileName: String!, $fileSize: Int!, $teamId: Int!) {\\n muxCreateUpload(fileName: $fileName, fileSize: $fileSize, teamId: $teamId)\\n}\": typeof types.UploadFilmDocument,\n \"mutation UploadFiveFestFilm($fileName: String!, $fileSize: Int!, $submissionId: Int!) {\\n muxCreateFiveFestUpload(fileName: $fileName, fileSize: $fileSize, submissionId: $submissionId)\\n}\": typeof types.UploadFiveFestFilmDocument,\n \"mutation UploadFestivalSubmissionAsset($asset: festival_submission_assets_insert_input!) {\\n insert_festival_submission_assets_one(object: $asset) {\\n id\\n }\\n}\": typeof types.UploadFestivalSubmissionAssetDocument,\n \"mutation JoinLiveKitExitInterview($teamId: Int!, $displayName: String!) {\\n joinLiveKitExitInterview(teamId: $teamId, displayName: $displayName)\\n}\": typeof types.JoinLiveKitExitInterviewDocument,\n \"mutation CreateLocationRelease($release: location_releases_insert_input!) {\\n insert_location_releases_one(object: $release) {\\n id\\n }\\n}\": typeof types.CreateLocationReleaseDocument,\n \"mutation UpdateLocationRelease($id: numeric!, $release: location_releases_set_input!) {\\n update_location_releases_by_pk(pk_columns: {id: $id}, _set: $release) {\\n id\\n venue_name\\n first_name\\n middle_name\\n last_name\\n address_1\\n address_2\\n city\\n state\\n zip\\n country\\n is_owned_by_team\\n asset {\\n id\\n file_name\\n }\\n }\\n}\": typeof types.UpdateLocationReleaseDocument,\n \"query MatchupExpertise {\\n expertise(order_by: {name: asc}) {\\n id\\n name\\n }\\n genres(order_by: {name: asc}) {\\n id\\n name\\n description\\n }\\n}\": typeof types.MatchupExpertiseDocument,\n \"mutation CreateMusicRelease($release: music_releases_insert_input!) {\\n insert_music_releases_one(object: $release) {\\n id\\n }\\n}\": typeof types.CreateMusicReleaseDocument,\n \"mutation UpdateMusicRelease($id: numeric!, $release: music_releases_set_input!) {\\n update_music_releases_by_pk(pk_columns: {id: $id}, _set: $release) {\\n id\\n composer\\n duration\\n is_original\\n is_royalty_free\\n publisher\\n royalty_free_source\\n society\\n song_title\\n start_time\\n use_type\\n asset {\\n id\\n file_name\\n }\\n }\\n}\": typeof types.UpdateMusicReleaseDocument,\n \"query LastRegistration($user_id: numeric!) {\\n pastRegistrations: registrations(where: {user_id: {_eq: $user_id}}, order_by: {signature_ts: desc_nulls_last}, limit: 1) {\\n first_name\\n middle_name\\n last_name\\n primary_phone\\n secondary_phone\\n primary_email\\n secondary_email\\n address_1\\n address_2\\n city\\n state\\n zip\\n country\\n }\\n }\": typeof types.LastRegistrationDocument,\n \"mutation SaveRegistration($id: numeric!, $_set: registrations_set_input!) {\\n update_registrations_by_pk(pk_columns: {id: $id}, _set: $_set) {\\n id\\n }\\n }\": typeof types.SaveRegistrationDocument,\n \"mutation SignRegistration($id: Int!, $hash: String, $signature_name: String!, $signature_phone: String, $signature_email: String, $is_minor: Boolean = false) {\\n provideRegistrationSignature(\\n id: $id,\\n hash: $hash,\\n signature_name: $signature_name,\\n signature_phone: $signature_phone,\\n signature_email: $signature_email,\\n is_minor: $is_minor\\n )\\n }\": typeof types.SignRegistrationDocument,\n \"query AwardsCeremonyCheckinQuery($ffid: numeric!, $ffidInt: Int!) {\\n teams(where: {film_festival_id: {_eq: $ffid}, submitted_at: {_is_null: false}}) {\\n id\\n team_number\\n name\\n studio {\\n id\\n name\\n }\\n film_name\\n poster: assets(where: {asset_type_id: {_eq: 21}}, order_by: {created: desc}, limit: 1) {\\n id\\n file_name\\n }\\n }\\n festival_submissions(where: {film_festival_id: {_eq: $ffidInt}, submitted_at: {_is_null: false}}) {\\n id\\n film_title\\n production_company\\n first_name\\n last_name\\n poster: assets(where: {asset_type_id: {_eq: 21}}, order_by: {created_at: desc}, limit: 1) {\\n id\\n file_name\\n }\\n }\\n}\": typeof types.AwardsCeremonyCheckinQueryDocument,\n \"mutation RecordAwardsCeremonyCheckin($announce: String!, $teamId: Int, $festivalSubmissionId: Int) {\\n recordAwardsCeremonyCheckin(\\n announce: $announce\\n teamId: $teamId\\n festivalSubmissionId: $festivalSubmissionId\\n )\\n}\": typeof types.RecordAwardsCeremonyCheckinDocument,\n \"query ExitInterviews {\\n exit_interviews(order_by: {created_at: desc}) {\\n id\\n live_kit_room_status\\n mux_live_stream_playback_id\\n mux_live_stream_status\\n team {\\n id\\n team_number\\n name\\n film_name\\n studio {\\n id\\n name\\n }\\n }\\n created_at\\n ready_at\\n interviewer {\\n id\\n name\\n picture\\n }\\n }\\n}\": typeof types.ExitInterviewsDocument,\n \"subscription ExitInterviewsSub {\\n exit_interviews(order_by: {created_at: desc}) {\\n id\\n live_kit_room_status\\n mux_live_stream_playback_id\\n mux_live_stream_status\\n team {\\n id\\n team_number\\n name\\n film_name\\n studio {\\n id\\n name\\n }\\n }\\n created_at\\n ready_at\\n interviewer {\\n id\\n name\\n picture\\n }\\n }\\n}\": typeof types.ExitInterviewsSubDocument,\n \"mutation ClaimExitInterview($id: Int!, $userId: Int) {\\n update_exit_interviews_by_pk(pk_columns: {id: $id}, _set: {claimed_by: $userId}) {\\n id\\n claimed_by\\n interviewer {\\n id\\n sub\\n name\\n picture\\n }\\n }\\n}\": typeof types.ClaimExitInterviewDocument,\n \"query FilmGroupFilms($ffid: numeric!, $poster: numeric!, $ffidInt: Int!, $posterInt: Int!) {\\n teams(where: {film_festival_id: {_eq: $ffid}, submitted_at: {_is_null: false}}, order_by: {film_name: asc}) {\\n id\\n team_number\\n name\\n film_name\\n poster: assets(where: {asset_type_id: {_eq: $poster}}, order_by: {created: desc}, limit: 1) {\\n id\\n file_name\\n }\\n }\\n festival_submissions(where: {film_festival_id: {_eq: $ffidInt}, submitted_at: {_is_null: false}}, order_by: {film_title: asc}) {\\n id\\n film_title\\n genre {\\n id\\n name\\n }\\n poster: assets(where: {asset_type_id: {_eq: $posterInt}}, order_by: {created_at: desc}, limit: 1) {\\n id\\n file_name\\n }\\n }\\n film_groups(where: {film_festival_id: {_eq: $ffid}}) {\\n id\\n name\\n type\\n teams(order_by: {sort: asc}) {\\n id\\n sort\\n team {\\n id\\n team_number\\n name\\n film_name\\n poster: assets(where: {asset_type_id: {_eq: $poster}}, order_by: {created: desc}, limit: 1) {\\n id\\n file_name\\n }\\n }\\n }\\n festival_submissions(order_by: {sort: asc}) {\\n id\\n sort\\n festival_submission {\\n id\\n film_title\\n genre {\\n id\\n name\\n }\\n poster: assets(where: {asset_type_id: {_eq: $posterInt}}, order_by: {created_at: desc}, limit: 1) {\\n id\\n file_name\\n }\\n }\\n }\\n }\\n}\": typeof types.FilmGroupFilmsDocument,\n \"query FilmGroupAssignments($ffid: numeric!) {\\n film_groups(where:{film_festival_id: {_eq: $ffid} type:{_nin: [\\\"screening\\\", \\\"fivefest\\\"]}}) {\\n id\\n name\\n type\\n users {\\n id\\n film_group_id\\n rankings\\n updated_at\\n submitted_at\\n user {\\n id\\n name\\n email\\n sub\\n picture\\n }\\n }\\n }\\n}\": typeof types.FilmGroupAssignmentsDocument,\n \"query UsersByRole($role: String!) {\\n users(where: {meta: {_contains: {roles: [$role]}}}) {\\n id\\n name\\n email\\n picture\\n meta\\n }\\n}\": typeof types.UsersByRoleDocument,\n \"mutation AssignFilmGroup($objects: [film_group_users_insert_input!]!) {\\n insert_film_group_users(objects: $objects) {\\n affected_rows\\n }\\n}\": typeof types.AssignFilmGroupDocument,\n \"query FiveFestAcademyReview($ffid: numeric!) {\\n film_groups(where: {film_festival_id: {_eq: $ffid}, type: {_eq: \\\"fivefest\\\"}}) {\\n id\\n name\\n festival_submissions {\\n id\\n sort\\n festival_submission {\\n id\\n film_title\\n genre {\\n id\\n name\\n }\\n poster: assets(where: {asset_type_id: {_eq: 21}}, order_by: {created_at: desc}, limit: 1) {\\n id\\n file_name\\n }\\n }\\n }\\n users(where: {submitted_at: {_is_null: false}}) {\\n id\\n film_group_id\\n rankings\\n user {\\n id\\n sub\\n name\\n email\\n picture\\n }\\n }\\n festival_genre {\\n id\\n name\\n }\\n }\\n}\": typeof types.FiveFestAcademyReviewDocument,\n \"query JudgeReview($ffid: numeric!) {\\n film_groups(where: {film_festival_id: {_eq: $ffid}, type: {_eq: \\\"judge\\\"}}) {\\n id\\n name\\n teams {\\n id\\n sort\\n team {\\n id\\n team_number\\n name\\n film_name\\n poster: assets(where: {asset_type_id: {_eq: 21}}, order_by: {created: desc}) {\\n id\\n file_name\\n }\\n }\\n }\\n users {\\n id\\n film_group_id\\n rankings\\n user {\\n id\\n sub\\n name\\n email\\n picture\\n }\\n }\\n award {\\n id\\n name\\n description\\n }\\n }\\n}\": typeof types.JudgeReviewDocument,\n \"query SelectionReview($ffid: numeric!) {\\n film_groups(where: {film_festival_id: {_eq: $ffid}, type: {_eq: \\\"selection\\\"}}) {\\n id\\n name\\n teams {\\n id\\n sort\\n team {\\n id\\n team_number\\n name\\n film_name\\n poster: assets(where: {asset_type_id: {_eq: 21}}, order_by: {created: desc}) {\\n id\\n file_name\\n }\\n selection_metrics(where: {value: {_gt: 0}}) {\\n id\\n team_id\\n award_id\\n real_user_id\\n value\\n }\\n award_nominations_aggregate(distinct_on: award_id) {\\n aggregate { count }\\n }\\n }\\n }\\n users {\\n id\\n user {\\n id\\n sub\\n name\\n email\\n picture\\n }\\n }\\n }\\n awards(where: { max_nominations: { _neq: 0 } }, order_by: { name: asc }) {\\n id\\n name\\n description\\n max_nominations\\n }\\n}\": typeof types.SelectionReviewDocument,\n \"query SuperSharables {\\n sharables(order_by: { created_at: desc }) {\\n id\\n title\\n description\\n mux_playback_id\\n mux_thumb_time\\n }\\n}\": typeof types.SuperSharablesDocument,\n \"query SuperFilmsForSharing {\\n teams(where: {film_festival_id: {_eq:25}, team_number: {_is_null: false}, submitted_at: {_is_null: false}} order_by: { team_number: asc }) {\\n id\\n film_festival {\\n id\\n name\\n }\\n name\\n team_number\\n film_name\\n film {\\n id\\n mux_playback_id\\n mux_thumbnail_time\\n }\\n }\\n}\": typeof types.SuperFilmsForSharingDocument,\n \"query AdminTeamsSearch($search: String = \\\"%\\\", $limit: Int = 10, $offset: Int = 0) {\\n teams_aggregate(where: {team_number: {_is_null: false}, _or: [{name: {_ilike: $search}}, {film_name: {_ilike: $search}}, {studio: {name: {_ilike: $search}}}]}) {\\n aggregate {\\n count\\n }\\n }\\n teams(where: {team_number: {_is_null: false}, _or: [{name: {_ilike: $search}}, {film_name: {_ilike: $search}}, {studio: {name: {_ilike: $search}}}]}, order_by: [{film_festival_id: desc}, {team_number: asc}], limit: $limit, offset: $offset) {\\n id\\n film_festival {\\n id\\n name\\n due_at\\n }\\n team_number\\n name\\n studio {\\n id\\n name\\n }\\n film_name\\n genre\\n film {\\n id\\n mux_playback_id\\n }\\n submitted_at\\n owner_id\\n }\\n}\": typeof types.AdminTeamsSearchDocument,\n \"query AdminUsersSearch($search: String!, $limit: Int = 10, $offset: Int = 0) {\\n users_aggregate(where: {_or: [{name: {_ilike: $search}}, {email: {_ilike: $search}}]}) {\\n aggregate {\\n count\\n }\\n }\\n users(where: {_or: [{name: {_ilike: $search}}, {email: {_ilike: $search}}]}, order_by: {created: desc}, limit: $limit, offset: $offset) {\\n id\\n sub\\n name\\n email\\n picture\\n meta\\n roles: meta(path: \\\"roles\\\")\\n created\\n }\\n}\": typeof types.AdminUsersSearchDocument,\n \"mutation AdminUsersSetMeta($id: numeric!, $meta: jsonb!) {\\n update_users_by_pk(pk_columns: {id: $id}, _set: {meta: $meta}) {\\n id\\n meta\\n roles: meta(path: \\\"roles\\\")\\n }\\n}\": typeof types.AdminUsersSetMetaDocument,\n \"query PackageInventory($ffid: Int! = 24) {\\n ticket_tailor_vouchers(where: {film_festival_id: {_eq: $ffid}}) {\\n id\\n value\\n }\\n}\": typeof types.PackageInventoryDocument,\n \"query MyVouchers($ffid: Int! = 24) {\\n ticket_tailor_vouchers(where: {film_festival_id: {_eq: $ffid}}) {\\n id\\n code\\n value\\n }\\n}\": typeof types.MyVouchersDocument,\n \"query GetGuestRegistration($hash: String!) {\\n registration: fetchedObscuredRegistration(id: 0, hash: $hash) {\\n id\\n first_name\\n middle_name\\n last_name\\n primary_email\\n secondary_email\\n primary_phone\\n secondary_phone\\n address_1\\n address_2\\n city\\n state\\n zip\\n country\\n role\\n film_festival\\n team\\n signature_ts\\n signature_name\\n is_minor\\n signature_phone\\n signature_email\\n }\\n}\": typeof types.GetGuestRegistrationDocument,\n \"query MyPendingInvites($ffid: numeric! $email: String!) {\\n invitations: team_memberships(where: {team: {film_festival_id: {_eq: $ffid}}, user_id: {_is_null: true}, registration: {primary_email: {_ilike: $email}}}) {\\n id\\n registration {\\n id\\n first_name\\n middle_name\\n last_name\\n primary_email\\n secondary_email\\n primary_phone\\n secondary_phone\\n address_1\\n address_2\\n city\\n state\\n zip\\n country\\n }\\n role {\\n id\\n name\\n }\\n team {\\n id\\n name\\n team_number\\n studio {\\n id\\n name\\n }\\n }\\n }\\n}\": typeof types.MyPendingInvitesDocument,\n \"subscription ShouldReloadTeam($id: ID!) {\\n shouldReloadTeam(id: $id)\\n}\": typeof types.ShouldReloadTeamDocument,\n \"mutation CreateTeam($object: registrations_insert_input!) {\\n insert_registrations_one(object: $object) {\\n id\\n team_membership {\\n id\\n team_id\\n }\\n }\\n}\": typeof types.CreateTeamDocument,\n \"subscription ShouldReloadFestivalSubmission($id: ID!) {\\n shouldReloadFestivalSubmission(id: $id)\\n}\": typeof types.ShouldReloadFestivalSubmissionDocument,\n \"query PrizeSponsorFilmGroups($ffid: numeric!, $poster: numeric!) {\\n filmGroups: film_groups(where: { film_festival_id: { _eq: $ffid }, type: { _eq: \\\"prize\\\" } }) {\\n id\\n name\\n teams(order_by: { sort: asc }) {\\n id\\n team {\\n id\\n name\\n team_number\\n film_name\\n genre\\n description\\n poster: assets(\\n where: { asset_type_id: { _eq: $poster } }\\n order_by: { created: desc }\\n limit: 1\\n ) {\\n id\\n file_name\\n }\\n film {\\n id\\n mux_playback_id\\n mux_thumbnail_time\\n }\\n studio {\\n id\\n name\\n }\\n }\\n }\\n }\\n}\": typeof types.PrizeSponsorFilmGroupsDocument,\n \"query ArchiveFestivalQuery @cached(ttl: 300) {\\n awards {\\n id\\n name\\n }\\n film_festivals(order_by: {id: desc}) {\\n id\\n name\\n is_fm\\n teams(where: {submitted_at: {_is_null: false}}, order_by: {film_name: asc}) {\\n id\\n team_number\\n name\\n film_name\\n genre\\n description\\n poster: assets(where: {asset_type_id: {_eq: 21}}, order_by: {created: desc}, limit: 1) {\\n id\\n file_name\\n }\\n film {\\n id\\n mux_playback_id\\n mux_thumbnail_time\\n }\\n studio {\\n id\\n name\\n }\\n awards: award_wins(order_by: {rank: asc}) {\\n id\\n rank\\n award_id\\n }\\n }\\n }\\n}\": typeof types.ArchiveFestivalQueryDocument,\n \"query FilmGroupsQuery($ffid: numeric!) {\\n film_groups(where: {type: {_eq: \\\"screening\\\"}, film_festival_id: {_eq: $ffid}}) {\\n id\\n name\\n teams {\\n id\\n sort\\n team {\\n id\\n team_number\\n name\\n film_name\\n poster: assets(where: {asset_type_id: {_eq: 21}}, order_by: {created: desc}, limit: 1) {\\n id\\n file_name\\n }\\n }\\n }\\n }\\n}\": typeof types.FilmGroupsQueryDocument,\n \"query AudienceFavoriteCounts($ffid: numeric!) {\\n audience_favorite_counts(where: {team: {film_festival_id: {_eq: $ffid}}}) {\\n id: team_id\\n count\\n team {\\n id\\n name\\n film_name\\n }\\n }\\n}\": typeof types.AudienceFavoriteCountsDocument,\n \"mutation RecordAudienceFavoriteVote($teamId: Int!, $userId: Int!) {\\n insert_audience_favorite_votes_one(object: {team_id: $teamId, user_id: $userId}) {\\n id\\n }\\n}\": typeof types.RecordAudienceFavoriteVoteDocument,\n \"fragment TeamRole on team_roles {\\n id name description\\n}\": typeof types.TeamRoleFragmentDoc,\n \"fragment Country on countries {\\n id name code\\n}\": typeof types.CountryFragmentDoc,\n \"fragment StudioInfoLite on studios {\\n id name owner_id teams(where: {film_festival_id: {_eq: $ffidNum}}) { id name team_number submitted_at }\\n}\": typeof types.StudioInfoLiteFragmentDoc,\n \"fragment Genre on genres {\\n id name description\\n}\": typeof types.GenreFragmentDoc,\n \"fragment FestivalGenre on festival_genres {\\n id name description\\n}\": typeof types.FestivalGenreFragmentDoc,\n \"fragment AssetType on asset_types {\\n id title\\n}\": typeof types.AssetTypeFragmentDoc,\n \"query FestivalManagerCache($userId: numeric!, $userIdInt: Int!, $ffid: Int!, $ffidNum: numeric!) {\\n team_roles(where: { name: { _is_null: false }}, order_by: {name: asc}) {\\n ...TeamRole\\n }\\n countries(where: { name: { _is_null: false }}, order_by: {name: asc}) {\\n ...Country\\n }\\n genres(order_by: {name: asc}) {\\n ...Genre\\n }\\n festival_genres(where: { film_festival_id: { _eq: $ffid } }, order_by: {name: asc}) {\\n ...FestivalGenre\\n }\\n studios(where: {_or: [\\n {owner_id: {_eq: $userIdInt}},\\n {teams: {owner_id: {_eq: $userId}}},\\n {teams: {memberships: {user_id: {_eq: $userId}}}}\\n ]}) {\\n ...StudioInfoLite\\n }\\n assetTypes: asset_types(where: {_or: [{hidden: {_is_null: true}},{hidden: {_neq: \\\"Y\\\"}}]} order_by: {title: asc}) {\\n ...AssetType\\n }\\n}\\n\": typeof types.FestivalManagerCacheDocument,\n \"mutation UpsertFiveFestAcademyRankings($object: film_group_users_insert_input!) {\\n insert_film_group_users_one(object: $object, on_conflict: {constraint: film_group_users_user_id_film_group_id_key, update_columns: [rankings, submitted_at]}) {\\n id\\n film_group_id\\n user_id\\n rankings\\n submitted_at\\n }\\n}\": typeof types.UpsertFiveFestAcademyRankingsDocument,\n \"query FiveFestAcademyFilmGroups($ffid: numeric!, $poster: Int!) {\\n filmGroups: film_groups(where: {film_festival_id: {_eq: $ffid}}, order_by: {name: asc}) {\\n id\\n name\\n users(limit: 1) {\\n id\\n film_group_id\\n user_id\\n rankings\\n submitted_at\\n }\\n festival_submissions {\\n id\\n sort\\n festival_submission {\\n id\\n film_title\\n tagline\\n synopsis\\n production_company\\n production_year\\n mux_playback_id\\n mux_thumbnail_time\\n poster: assets(where: {asset_type_id: {_eq: $poster}}, order_by: {created_at: desc}, limit: 1) {\\n id\\n file_name\\n }\\n genre {\\n id\\n name\\n }\\n feedback {\\n id\\n comments\\n }\\n }\\n }\\n }\\n}\": typeof types.FiveFestAcademyFilmGroupsDocument,\n \"query FestivalSubmissionQuery($ffid: Int!, $poster: Int!) {\\n festival_submissions(where: {film_festival_id: {_eq: $ffid}}) {\\n id\\n film_title\\n tagline\\n paid_at\\n submitted_at\\n poster: assets(where: {asset_type_id: {_eq: $poster}}, order_by: {created_at: desc}, limit: 1) {\\n id\\n file_name\\n }\\n }\\n}\": typeof types.FestivalSubmissionQueryDocument,\n \"query LoadFestivalSubmission($id: Int!) {\\n festival_submissions_by_pk(id: $id) {\\n id\\n first_name\\n middle_name\\n last_name\\n primary_phone\\n secondary_phone\\n primary_email\\n secondary_email\\n address_1\\n address_2\\n city\\n state\\n zip\\n country\\n \\n film_title\\n tagline\\n genre {\\n id\\n name\\n description\\n }\\n production_year\\n production_company\\n synopsis\\n\\n mux_asset_id\\n mux_upload_id\\n mux_playback_id\\n mux_asset_data\\n\\n paid_at\\n submitted_at\\n\\n assets {\\n id\\n file_name\\n asset_type {\\n id\\n title\\n }\\n created_at\\n }\\n\\n vouchers {\\n id\\n team {\\n id\\n studio_id\\n team_number\\n name\\n }\\n }\\n }\\n}\": typeof types.LoadFestivalSubmissionDocument,\n \"mutation SubmissionPayment(\\n $returnUrl: String!\\n $lineItems: [StripeLineItem!]!\\n $festivalSubmissionId: Int!\\n) {\\n url: stripeCreatePurchase(returnUrl:$returnUrl lineItems:$lineItems festivalSubmissionId:$festivalSubmissionId)\\n}\": typeof types.SubmissionPaymentDocument,\n \"mutation SaveFestivalSubmission($id: Int!, $_set: festival_submissions_set_input = {}) {\\n update_festival_submissions_by_pk(pk_columns: {id: $id}, _set: $_set) {\\n id\\n }\\n}\": typeof types.SaveFestivalSubmissionDocument,\n \"mutation JudgeSaveRankings($id: Int!, $rankings: jsonb) {\\n update_film_group_users_by_pk(pk_columns: {id: $id}, _set: {rankings: $rankings}) {\\n id\\n film_group_id\\n user_id\\n rankings\\n submitted_at\\n }\\n}\": typeof types.JudgeSaveRankingsDocument,\n \"mutation JudgeSaveSubmittedAt($id: Int!, $submittedAt: timestamptz) {\\n update_film_group_users_by_pk(pk_columns: {id: $id}, _set: {submitted_at: $submittedAt}) {\\n id\\n film_group_id\\n user_id\\n rankings\\n submitted_at\\n }\\n}\": typeof types.JudgeSaveSubmittedAtDocument,\n \"query JudgeFilmGroups($ffid: numeric!, $poster: numeric!) {\\n filmGroups: film_groups(where: { film_festival_id: { _eq: $ffid } }, order_by: {name: asc}) {\\n id\\n name\\n users(limit: 1) {\\n id\\n film_group_id\\n user_id\\n rankings\\n submitted_at\\n }\\n award {\\n id\\n name\\n description\\n }\\n teams(order_by: { sort: asc }) {\\n id\\n sort\\n team {\\n id\\n name\\n team_number\\n film_name\\n genre\\n description\\n poster: assets(\\n where: { asset_type_id: { _eq: $poster } }\\n order_by: { created: desc }\\n limit: 1\\n ) {\\n id\\n file_name\\n }\\n film {\\n id\\n mux_playback_id\\n mux_thumbnail_time\\n }\\n studio {\\n id\\n name\\n }\\n award_nominations(order_by: {award: {name: asc}}) {\\n id\\n award {\\n id\\n name\\n }\\n assets(limit: 1) {\\n id\\n file_name\\n }\\n membership {\\n id\\n registration {\\n id\\n first_name\\n last_name\\n }\\n }\\n }\\n }\\n }\\n }\\n}\": typeof types.JudgeFilmGroupsDocument,\n \"query ScreeningPlaylist {\\n film_groups(where: {type: {_eq: \\\"screening\\\"}, name: {_nlike: \\\"%Winners%\\\"}}) {\\n id\\n name\\n teams {\\n id\\n sort\\n film_group_id\\n team {\\n id\\n team_number\\n name\\n film_name\\n genre\\n description\\n poster: assets(order_by: {created: desc}, limit: 1) {\\n id\\n file_name\\n }\\n film {\\n id\\n mux_playback_id\\n mux_thumbnail_time\\n }\\n studio {\\n id\\n name\\n }\\n }\\n }\\n }\\n five_fest_film_groups: film_groups(where: {type: {_eq: \\\"fivefest\\\"}, name: {_like: \\\"Block%\\\"}}) {\\n id\\n name\\n festival_submissions {\\n id\\n sort\\n festival_submission {\\n id\\n film_title\\n production_company\\n production_year\\n synopsis\\n tagline\\n first_name\\n last_name\\n mux_playback_id\\n genre {\\n id\\n name\\n }\\n poster: assets(order_by: {created_at: desc}, limit: 1) {\\n id\\n file_name\\n }\\n }\\n }\\n }\\n}\": typeof types.ScreeningPlaylistDocument,\n \"query SelectionFilmGroups($ffid: numeric!, $poster: numeric!) {\\n filmGroups: film_groups(where: { film_festival_id: { _eq: $ffid }, type: { _eq: \\\"selection\\\" } }) {\\n id\\n name\\n teams(order_by: { sort: asc }) {\\n id\\n team {\\n id\\n name\\n team_number\\n film_name\\n genre\\n description\\n poster: assets(\\n where: { asset_type_id: { _eq: $poster } }\\n order_by: { created: desc }\\n limit: 1\\n ) {\\n id\\n file_name\\n }\\n film {\\n id\\n mux_playback_id\\n mux_thumbnail_time\\n }\\n studio {\\n id\\n name\\n }\\n selection_metrics_aggregate(where: {value: {_gt: 0}}) {\\n aggregate {\\n count\\n }\\n }\\n selection_metrics {\\n id\\n award_id\\n value\\n }\\n award_nominations(order_by: {award: {name: asc}}) {\\n id\\n award {\\n id\\n name\\n }\\n assets(limit: 1) {\\n id\\n file_name\\n }\\n membership {\\n id\\n registration {\\n id\\n first_name\\n last_name\\n }\\n }\\n }\\n }\\n }\\n selection_progresses {\\n id\\n index\\n seek\\n }\\n }\\n awards(where: { max_nominations: { _neq: 0 } }, order_by: { name: asc }) {\\n id\\n name\\n description\\n max_nominations\\n }\\n}\": typeof types.SelectionFilmGroupsDocument,\n \"mutation UpsertSelectionProgress($film_group_id: Int!, $index: Int!) {\\n insert_selection_progress_one(\\n object: { film_group_id: $film_group_id, index: $index, seek: 0 }\\n on_conflict: {\\n constraint: selection_progress_film_group_id_real_user_id_key\\n update_columns: [index, seek]\\n }\\n ) {\\n id index seek\\n }\\n}\": typeof types.UpsertSelectionProgressDocument,\n \"mutation UpsertSelectionMetric(\\n $award_id: numeric!\\n $team_id: numeric!\\n $value: Int!\\n) {\\n insert_selection_metrics_one(\\n object: { award_id: $award_id, team_id: $team_id, value: $value }\\n on_conflict: {\\n constraint: selection_metrics_real_user_id_team_id_award_id_key\\n update_columns: value\\n }\\n ) {\\n id\\n team_id\\n award_id\\n value\\n team {\\n id\\n selection_metrics_aggregate(where: {value: {_gt: 0}}) {\\n aggregate {\\n count\\n }\\n }\\n }\\n }\\n}\": typeof types.UpsertSelectionMetricDocument,\n \"fragment User on users {\\n id name email sub picture\\n}\": typeof types.UserFragmentDoc,\n \"query Whoami {\\n users {\\n ...User\\n }\\n}\": typeof types.WhoamiDocument,\n \"query StudioCache($id: Int!) {\\n studio: studios_by_pk(id: $id) {\\n id\\n name\\n owner_id\\n participating_since\\n slogan\\n teams {\\n id\\n name\\n film_name\\n team_number\\n film_festival {\\n id\\n name\\n }\\n film {\\n id\\n vimeo_url\\n mux_playback_id\\n mux_thumbnail_time\\n recommendations: mux_asset_data(path: \\\"non_standard_input_reasons\\\")\\n }\\n memberships_aggregate {\\n aggregate { count }\\n }\\n memberships {\\n id\\n user_id\\n role {\\n id\\n name\\n }\\n registration {\\n id\\n first_name\\n last_name\\n }\\n }\\n }\\n }\\n}\": typeof types.StudioCacheDocument,\n \"query TeamCache($id: numeric!, $posterAssetTypeId: numeric!) {\\n team: teams_by_pk(id: $id) {\\n id\\n film_festival {\\n id\\n name\\n registration_fee\\n due_at\\n }\\n studio_id\\n owner_id\\n name\\n team_number\\n film_name\\n genre\\n description\\n duration\\n is_no_music\\n submitted_at\\n inspiration_meta\\n festival_submission_vouchers {\\n id\\n redeemed_at\\n festival_submission {\\n id\\n film_title\\n mux_playback_id\\n submitted_at\\n }\\n }\\n memberships {\\n id\\n is_invited\\n registration {\\n id\\n first_name\\n last_name\\n primary_email\\n signature_ts\\n }\\n role {\\n id\\n name\\n }\\n user_id\\n user {\\n id\\n sub\\n }\\n }\\n award_nominations {\\n id\\n award_id\\n asset_types { id asset_type_id }\\n assets { id asset_type_id }\\n }\\n prize_elections { id prize_id }\\n music_releases {\\n id\\n song_title\\n composer\\n publisher\\n start_time\\n duration\\n society\\n use_type\\n is_royalty_free\\n royalty_free_source\\n is_original\\n asset {\\n id\\n file_name\\n }\\n }\\n location_releases {\\n id\\n venue_name\\n first_name\\n middle_name\\n last_name\\n address_1\\n address_2\\n city\\n state\\n zip\\n country\\n is_owned_by_team\\n asset {\\n id\\n file_name\\n }\\n }\\n payments_aggregate {\\n aggregate {\\n sum {\\n amount\\n }\\n }\\n }\\n film {\\n id\\n duration\\n mux_playback_id\\n mux_thumbnail_time\\n uploaded_at\\n recommendations: mux_asset_data(path: \\\"non_standard_input_reasons\\\")\\n }\\n posters: assets(limit: 1, order_by: {created: desc_nulls_last}, where: {asset_type_id: {_eq: $posterAssetTypeId}}) {\\n id\\n file_name\\n }\\n assets(where: {asset_type: {_or: {_or: [{hidden: {_is_null: true}},{hidden: {_neq: \\\"Y\\\"}}]}}}) {\\n id\\n file_name\\n asset_type {\\n id\\n title\\n }\\n }\\n submission {\\n id\\n paperwork_ts\\n film_ts\\n has_reupload\\n official_ts\\n is_on_time\\n }\\n matchup_requests_aggregate(where: {withdrawn: {_is_null: true}}) {\\n aggregate {\\n count\\n }\\n }\\n }\\n awards(where: { max_nominations: { _gt: 0 } }) { id }\\n}\": typeof types.TeamCacheDocument,\n};\nconst documents: Documents = {\n \"mutation RemoveSelectionAssignment($id: Int!) {\\n delete_film_group_users_by_pk(id: $id) {\\n id\\n }\\n}\": types.RemoveSelectionAssignmentDocument,\n \"mutation FilmGroupFestivalSubmissionUp(\\n $filmGroupId: Int!\\n $oldSort: Int!\\n $newSort: Int!\\n) {\\n reserve: update_film_group_festival_submissions(\\n _set: { sort: -1 }\\n where: {\\n film_group_id: { _eq: $filmGroupId }\\n sort: { _eq: $oldSort }\\n }\\n ) {\\n affected_rows\\n }\\n bulk: update_film_group_festival_submissions(\\n _inc: { sort: -1 }\\n where: {\\n film_group_id: { _eq: $filmGroupId }\\n sort: { _gt: $oldSort, _lte: $newSort }\\n }\\n ) {\\n affected_rows\\n }\\n swap: update_film_group_festival_submissions(\\n _set: { sort: $newSort }\\n where: { film_group_id: { _eq: $filmGroupId }, sort: { _eq: -1 } }\\n ) {\\n affected_rows\\n }\\n}\": types.FilmGroupFestivalSubmissionUpDocument,\n \"mutation FilmGroupFestivalSubmissionDown(\\n $filmGroupId: Int!\\n $oldSort: Int!\\n $newSort: Int!\\n) {\\n reserve: update_film_group_festival_submissions(\\n _set: { sort: -1 }\\n where: {\\n film_group_id: { _eq: $filmGroupId }\\n sort: { _eq: $oldSort }\\n }\\n ) {\\n affected_rows\\n }\\n bulk: update_film_group_festival_submissions(\\n _inc: { sort: 1 }\\n where: {\\n film_group_id: { _eq: $filmGroupId }\\n sort: { _gte: $newSort, _lt: $oldSort }\\n }\\n ) {\\n affected_rows\\n }\\n swap: update_film_group_festival_submissions(\\n _set: { sort: $newSort }\\n where: { film_group_id: { _eq: $filmGroupId }, sort: { _eq: -1 } }\\n ) {\\n affected_rows\\n }\\n}\": types.FilmGroupFestivalSubmissionDownDocument,\n \"mutation FilmGroupFestivalSubmissionRemove($filmGroupId: Int!, $sort: Int!) {\\n delete_film_group_festival_submissions(\\n where: {\\n film_group_id: { _eq: $filmGroupId }\\n sort: { _eq: $sort }\\n }\\n ) {\\n affected_rows\\n }\\n update_film_group_festival_submissions(\\n where: {\\n film_group_id: { _eq: $filmGroupId }\\n sort: { _gt: $sort }\\n }\\n _inc: { sort: -1 }\\n ) {\\n affected_rows\\n }\\n}\": types.FilmGroupFestivalSubmissionRemoveDocument,\n \"mutation SpliceFilmGroupFestivalSubmission(\\n $filmGroupId: Int!\\n $sort: Int!\\n $festival_submission_id: Int!\\n) {\\n update_film_group_festival_submissions(\\n where: {\\n _and: [\\n { film_group_id: { _eq: $filmGroupId } }\\n { sort: { _gte: $sort } }\\n ]\\n }\\n _inc: { sort: 1 }\\n ) {\\n affected_rows\\n }\\n insert_film_group_festival_submissions_one(\\n object: {\\n film_group_id: $filmGroupId\\n sort: $sort\\n festival_submission_id: $festival_submission_id\\n }\\n ) {\\n id\\n }\\n}\": types.SpliceFilmGroupFestivalSubmissionDocument,\n \"query SelectionBallot($filmGroupId: Int!, $uid: Int!) {\\n film_groups_by_pk(id:$filmGroupId) {\\n id\\n teams {\\n id\\n team {\\n id\\n award_nominations_aggregate(distinct_on:award_id) {\\n aggregate {\\n count\\n }\\n }\\n }\\n }\\n }\\n selection_metrics(where:{\\n real_user_id: {_eq: $uid},\\n team: {\\n film_group: {\\n film_group_id: {_eq: $filmGroupId}\\n }\\n }\\n value: {_gt: 0}\\n }) {\\n id\\n team_id\\n value\\n }\\n}\": types.SelectionBallotDocument,\n \"mutation FilmGroupFilmUp(\\n $filmGroupId: Int!\\n $oldSort: Int!\\n $newSort: Int!\\n) {\\n reserve: update_film_group_films(\\n _set: { sort: -1 }\\n where: {\\n film_group_id: { _eq: $filmGroupId }\\n sort: { _eq: $oldSort }\\n }\\n ) {\\n affected_rows\\n }\\n bulk: update_film_group_films(\\n _inc: { sort: -1 }\\n where: {\\n film_group_id: { _eq: $filmGroupId }\\n sort: { _gt: $oldSort, _lte: $newSort }\\n }\\n ) {\\n affected_rows\\n }\\n swap: update_film_group_films(\\n _set: { sort: $newSort }\\n where: { film_group_id: { _eq: $filmGroupId }, sort: { _eq: -1 } }\\n ) {\\n affected_rows\\n }\\n}\": types.FilmGroupFilmUpDocument,\n \"mutation FilmGroupFilmDown(\\n $filmGroupId: Int!\\n $oldSort: Int!\\n $newSort: Int!\\n) {\\n reserve: update_film_group_films(\\n _set: { sort: -1 }\\n where: {\\n film_group_id: { _eq: $filmGroupId }\\n sort: { _eq: $oldSort }\\n }\\n ) {\\n affected_rows\\n }\\n bulk: update_film_group_films(\\n _inc: { sort: 1 }\\n where: {\\n film_group_id: { _eq: $filmGroupId }\\n sort: { _gte: $newSort, _lt: $oldSort }\\n }\\n ) {\\n affected_rows\\n }\\n swap: update_film_group_films(\\n _set: { sort: $newSort }\\n where: { film_group_id: { _eq: $filmGroupId }, sort: { _eq: -1 } }\\n ) {\\n affected_rows\\n }\\n}\": types.FilmGroupFilmDownDocument,\n \"mutation FilmGroupFilmRemove($filmGroupId: Int!, $sort: Int!) {\\n delete_film_group_films(\\n where: {\\n film_group_id: { _eq: $filmGroupId }\\n sort: { _eq: $sort }\\n }\\n ) {\\n affected_rows\\n }\\n update_film_group_films(\\n where: {\\n film_group_id: { _eq: $filmGroupId }\\n sort: { _gt: $sort }\\n }\\n _inc: { sort: -1 }\\n ) {\\n affected_rows\\n }\\n}\": types.FilmGroupFilmRemoveDocument,\n \"mutation SpliceFilmGroupFilm(\\n $filmGroupId: Int!\\n $sort: Int!\\n $team_id: numeric!\\n) {\\n update_film_group_films(\\n where: {\\n _and: [\\n { film_group_id: { _eq: $filmGroupId } }\\n { sort: { _gte: $sort } }\\n ]\\n }\\n _inc: { sort: 1 }\\n ) {\\n affected_rows\\n }\\n insert_film_group_films_one(\\n object: {\\n film_group_id: $filmGroupId\\n sort: $sort\\n team_id: $team_id\\n }\\n ) {\\n id\\n }\\n}\": types.SpliceFilmGroupFilmDocument,\n \"mutation AdminCreateUser($email: String!, $name: String!, $createdBy: String!) {\\n insert_users_one(object: {email: $email, name: $name, created_by: $createdBy, updated_by: $createdBy}) {\\n id\\n name\\n email\\n }\\n}\": types.AdminCreateUserDocument,\n \"mutation AdminEditUser($id: numeric!, $name: String!) {\\n update_users_by_pk(pk_columns: {id: $id}, _set: {name: $name}) {\\n id\\n name\\n email\\n }\\n}\": types.AdminEditUserDocument,\n \"mutation TerminalCheckout($amount: Int!) { stripeTerminalCharge(amount: $amount) }\": types.TerminalCheckoutDocument,\n \"mutation TerminalCancel { stripeTerminalCancel }\": types.TerminalCancelDocument,\n \"mutation FiveFestAcademyFeedback($festivalSubmissionId: Int!, $comments: String) {\\n insert_festival_submission_feedback_one(object: {festival_submission_id: $festivalSubmissionId, comments: $comments}, on_conflict: {constraint: festival_submission_feedback_festival_submission_id_user_id_key, update_columns: [comments]}) {\\n id\\n comments\\n }\\n}\": types.FiveFestAcademyFeedbackDocument,\n \"query FestivalSubmissionVouchers {\\n festival_submission_vouchers(where: {film_festival_id: {_eq: 25}, redeemed_at: {_is_null: true}}) {\\n id\\n team {\\n id\\n team_number\\n name\\n }\\n }\\n}\": types.FestivalSubmissionVouchersDocument,\n \"mutation ClaimFestivalSubmissionVoucher($voucherId: Int!, $submissionId: Int!) {\\n claimFestivalSubmissionVoucher(voucherId: $voucherId, festivalSubmissionId: $submissionId)\\n}\": types.ClaimFestivalSubmissionVoucherDocument,\n \"mutation SubmitFiveFest($id: Int!, $signature_name: String!, $is_minor: Boolean!, $signature_email: String, $signature_phone: String) {\\n submitFiveFest(id: $id, signature_name: $signature_name, is_minor: $is_minor, signature_email: $signature_email, signature_phone: $signature_phone)\\n}\": types.SubmitFiveFestDocument,\n \"query StudioInterviewDetails($id: numeric! = 1095, $poster: numeric! = \\\"4\\\") {\\n studios(limit: 1, where: {teams: {id: {_eq: $id}}}) {\\n id\\n name\\n teams(where: {submitted_at: {_is_null: false}}, order_by: {created: desc}) {\\n id\\n created\\n name\\n team_number\\n film_name\\n genre\\n description\\n poster: assets(where: {asset_type_id: {_eq: $poster}}, order_by: {created: desc}, limit: 1) {\\n id\\n file_name\\n }\\n film {\\n id\\n mux_playback_id\\n mux_thumbnail_time\\n }\\n award_nominations(order_by: {award: {name: asc}}) {\\n id\\n award {\\n id\\n name\\n }\\n assets(limit: 1) {\\n id\\n file_name\\n }\\n membership {\\n id\\n registration {\\n id\\n first_name\\n last_name\\n }\\n }\\n }\\n prize_elections {\\n id\\n prize {\\n id\\n name\\n }\\n }\\n submission {\\n id\\n official_ts\\n is_on_time\\n }\\n awards: award_wins(order_by: {rank: asc}) {\\n id\\n rank\\n award {\\n id\\n name\\n }\\n }\\n }\\n }\\n}\\n\": types.StudioInterviewDetailsDocument,\n \"mutation CreateStudio($studio: studios_insert_input!, $ffid: numeric!) {\\n insert_studios_one(object: $studio) {\\n id name owner_id teams(where: {film_festival_id: {_eq: $ffid}}) { id name team_number submitted_at }\\n }\\n}\": types.CreateStudioDocument,\n \"mutation UpdateTeamDetails($id: numeric!, $set: teams_set_input!) {\\n update_teams_by_pk(pk_columns: {id: $id}, _set: $set) {\\n id, name, film_name, genre, description\\n }\\n}\": types.UpdateTeamDetailsDocument,\n \"query MyExitInterview($teamId: Int!) {\\n exit_interviews(where: {team_id: {_eq: $teamId}}, order_by: {created_at: desc}, limit: 1) {\\n id\\n ready_at\\n }\\n}\": types.MyExitInterviewDocument,\n \"subscription MyExitInterviewSub($teamId: Int!) {\\n exit_interviews(where: {team_id: {_eq: $teamId}}, order_by: {created_at: desc}, limit: 1) {\\n id\\n ready_at\\n }\\n}\": types.MyExitInterviewSubDocument,\n \"mutation ReadyExitInterview($id: Int!) {\\n update_exit_interviews_by_pk(pk_columns: {id: $id}, _set: {ready_at: \\\"now\\\"}) {\\n id\\n ready_at\\n }\\n}\": types.ReadyExitInterviewDocument,\n \"mutation DeleteAwardNomination($id: numeric!) {\\n delete_nominations_by_pk(id: $id) {\\n id\\n }\\n}\": types.DeleteAwardNominationDocument,\n \"mutation DeleteNominationAsset($id: numeric!) {\\n delete_nomination_assets_by_pk(id: $id) {\\n id\\n }\\n}\": types.DeleteNominationAssetDocument,\n \"mutation DeleteLocationRelease($id: numeric!) {\\n delete_location_releases_by_pk(id: $id) {\\n id\\n }\\n}\": types.DeleteLocationReleaseDocument,\n \"mutation DeleteMembership($id: numeric!) {\\n update_team_memberships_by_pk(pk_columns: {id: $id}, _set: {deleted: \\\"now\\\"}) {\\n id\\n deleted\\n }\\n}\": types.DeleteMembershipDocument,\n \"mutation DeleteMusicRelease($id: numeric!) {\\n delete_music_releases_by_pk(id: $id) {\\n id\\n }\\n}\": types.DeleteMusicReleaseDocument,\n \"query LoadRegistration($id: numeric!) {\\n team_membership: team_memberships_by_pk(id: $id) {\\n id\\n role_id\\n is_invited\\n registration {\\n address_1\\n address_2\\n bio\\n city\\n country\\n first_name\\n id\\n last_name\\n middle_name\\n primary_email\\n primary_phone\\n secondary_email\\n secondary_phone\\n state\\n zip\\n }\\n }\\n}\": types.LoadRegistrationDocument,\n \"mutation ReqeustSignature($id: Int!) {\\n\\tsendGuestSignatureMail(teamMembershipId: $id)\\n}\": types.ReqeustSignatureDocument,\n \"mutation InviteMember($id: Int!) {\\n\\tsendTeamInvitationMail(teamMembershipId: $id)\\n}\": types.InviteMemberDocument,\n \"mutation InviteGuest($id: Int!) {\\n\\tsendGuestSignatureMail(teamMembershipId: $id)\\n}\": types.InviteGuestDocument,\n \"mutation CreateTeamMember($object: registrations_insert_input!) {\\n registration: insert_registrations_one(object: $object) {\\n id\\n team_membership {\\n id\\n team_id\\n is_invited\\n }\\n }\\n}\": types.CreateTeamMemberDocument,\n \"query TeamAwardNominations($id: numeric!) {\\n awards(order_by: {name: asc} where: {max_nominations: { _gt: 0 }}) {\\n id\\n name\\n description\\n max_nominations\\n nominations: award_nominations(where: {membership: {team_id: {_eq: $id}}}) {\\n id\\n team_membership: membership {\\n id\\n role {\\n id\\n name\\n }\\n registration {\\n id\\n first_name\\n last_name\\n }\\n }\\n assets {\\n id\\n file_name\\n asset_type_id\\n }\\n asset_types {\\n id\\n asset_type_id\\n }\\n }\\n required_asset_types {\\n id\\n mime\\n asset_type {\\n id\\n title\\n }\\n }\\n }\\n}\": types.TeamAwardNominationsDocument,\n \"mutation CreateAwardNomination($nomination: nominations_insert_input!) {\\n insert_nominations_one(object: $nomination) {\\n id\\n }\\n}\": types.CreateAwardNominationDocument,\n \"mutation DeleteTeamAsset($id: numeric!) {\\n delete_team_assets_by_pk(id: $id) {\\n id\\n }\\n}\": types.DeleteTeamAssetDocument,\n \"mutation DownloadTeamAsset($name: String!) {\\n assetSign(name:$name)\\n}\": types.DownloadTeamAssetDocument,\n \"mutation UpdateFilmDetails($id: numeric!, $set: teams_set_input!) {\\n update_teams_by_pk(pk_columns: {id: $id}, _set: $set) {\\n id, name, film_name, genre, description, inspiration_meta\\n }\\n}\": types.UpdateFilmDetailsDocument,\n \"mutation CreateFestivalSubmission($object: festival_submissions_insert_input! = {}) {\\n insert_festival_submissions_one(object: $object) {\\n id\\n }\\n}\": types.CreateFestivalSubmissionDocument,\n \"mutation AttachAssetToLocationRelease($id: numeric!, $assetId: numeric!) {\\n update_location_releases_by_pk(pk_columns: {id: $id}, _set: {release_asset_id: $assetId}) {\\n id asset { id file_name }\\n }\\n}\": types.AttachAssetToLocationReleaseDocument,\n \"query MyMatchup($filmFestivalId: numeric!, $userId: numeric!) {\\n matchup_requests(where: {film_festival_id: {_eq: $filmFestivalId}, user_id: {_eq: $userId}}) {\\n id\\n first_name\\n last_name\\n email\\n phone\\n type\\n expertise_json\\n genres_json\\n notes\\n withdrawn\\n withdrawn_type\\n }\\n}\": types.MyMatchupDocument,\n \"query MatchupRequests($filmFestivalId: numeric!, $type: String!) {\\n requests: matchup_requests(where: {film_festival_id: {_eq: $filmFestivalId}, type: {_eq: $type}, withdrawn: {_is_null: true}}) {\\n id\\n first_name\\n last_name\\n email\\n phone\\n type\\n expertise_json\\n genres_json\\n notes\\n }\\n}\": types.MatchupRequestsDocument,\n \"mutation SaveMyMatchup($request: matchup_requests_insert_input!) {\\n insert_matchup_requests_one(on_conflict: {constraint: matchup_requests_film_festival_id_user_id_key, update_columns: [first_name, last_name, email, phone, expertise_json, genres_json, notes, type, withdrawn, withdrawn_type, team_id]}, object: $request) {\\n id\\n first_name\\n last_name\\n email\\n phone\\n type\\n expertise_json\\n genres_json\\n notes\\n withdrawn\\n withdrawn_type\\n }\\n}\": types.SaveMyMatchupDocument,\n \"mutation AttachAssetToMusicRelease($id: numeric!, $assetId: numeric!) {\\n update_music_releases_by_pk(pk_columns: {id: $id}, _set: {release_asset_id: $assetId}) {\\n id asset { id file_name }\\n }\\n}\": types.AttachAssetToMusicReleaseDocument,\n \"mutation ToggleNoMusic($teamId: numeric!, $isNoMusic: String!) {\\n update_teams_by_pk(pk_columns: {id: $teamId}, _set: {is_no_music: $isNoMusic}) {\\n id\\n is_no_music\\n }\\n}\": types.ToggleNoMusicDocument,\n \"mutation TeamPayment(\\n $returnUrl: String!\\n $lineItems: [StripeLineItem!]!\\n $teamId: Int\\n $badgeId: Int\\n) {\\n url: stripeCreatePurchase(returnUrl:$returnUrl lineItems:$lineItems teamId:$teamId badgeId:$badgeId)\\n}\": types.TeamPaymentDocument,\n \"query TeamPrizeNominations($ffid: numeric!) {\\n prizes(order_by: {name: asc} where: {film_festival_id: {_eq: $ffid}}) {\\n id\\n name\\n description\\n sponsor { id name }\\n mux_playback_id\\n }\\n}\": types.TeamPrizeNominationsDocument,\n \"mutation PrizeOptIn($nomination: nominations_insert_input!) {\\n insert_nominations_one(object: $nomination) {\\n id\\n }\\n}\": types.PrizeOptInDocument,\n \"mutation DeletePrizeNomination($nomination: nominations_bool_exp!) {\\n delete_nominations(where: $nomination) {\\n affected_rows\\n }\\n}\": types.DeletePrizeNominationDocument,\n \"mutation SubmitTeam($id: Int!) { submitTeam(id: $id) }\": types.SubmitTeamDocument,\n \"mutation SetThumbTime($id: numeric!, $time: numeric!) {\\n update_films_by_pk(pk_columns: {id: $id}, _set: {mux_thumbnail_time: $time}) {\\n id\\n mux_thumbnail_time\\n }\\n}\": types.SetThumbTimeDocument,\n \"mutation SignAsset($name: String!) {\\n assetSign(name: $name)\\n}\": types.SignAssetDocument,\n \"mutation CreateAssetUpload($filename: String!) {\\n assetUpload(filename: $filename) {\\n name\\n uploadUrl\\n }\\n}\": types.CreateAssetUploadDocument,\n \"mutation UploadTeamAsset($asset: team_assets_insert_input!) {\\n insert_team_assets_one(object: $asset) {\\n id\\n }\\n}\": types.UploadTeamAssetDocument,\n \"mutation CreateAwardNominationAsset($asset: nomination_assets_insert_input!) {\\n insert_nomination_assets_one(object: $asset) {\\n id\\n }\\n}\": types.CreateAwardNominationAssetDocument,\n \"mutation UploadFilm($fileName: String!, $fileSize: Int!, $teamId: Int!) {\\n muxCreateUpload(fileName: $fileName, fileSize: $fileSize, teamId: $teamId)\\n}\": types.UploadFilmDocument,\n \"mutation UploadFiveFestFilm($fileName: String!, $fileSize: Int!, $submissionId: Int!) {\\n muxCreateFiveFestUpload(fileName: $fileName, fileSize: $fileSize, submissionId: $submissionId)\\n}\": types.UploadFiveFestFilmDocument,\n \"mutation UploadFestivalSubmissionAsset($asset: festival_submission_assets_insert_input!) {\\n insert_festival_submission_assets_one(object: $asset) {\\n id\\n }\\n}\": types.UploadFestivalSubmissionAssetDocument,\n \"mutation JoinLiveKitExitInterview($teamId: Int!, $displayName: String!) {\\n joinLiveKitExitInterview(teamId: $teamId, displayName: $displayName)\\n}\": types.JoinLiveKitExitInterviewDocument,\n \"mutation CreateLocationRelease($release: location_releases_insert_input!) {\\n insert_location_releases_one(object: $release) {\\n id\\n }\\n}\": types.CreateLocationReleaseDocument,\n \"mutation UpdateLocationRelease($id: numeric!, $release: location_releases_set_input!) {\\n update_location_releases_by_pk(pk_columns: {id: $id}, _set: $release) {\\n id\\n venue_name\\n first_name\\n middle_name\\n last_name\\n address_1\\n address_2\\n city\\n state\\n zip\\n country\\n is_owned_by_team\\n asset {\\n id\\n file_name\\n }\\n }\\n}\": types.UpdateLocationReleaseDocument,\n \"query MatchupExpertise {\\n expertise(order_by: {name: asc}) {\\n id\\n name\\n }\\n genres(order_by: {name: asc}) {\\n id\\n name\\n description\\n }\\n}\": types.MatchupExpertiseDocument,\n \"mutation CreateMusicRelease($release: music_releases_insert_input!) {\\n insert_music_releases_one(object: $release) {\\n id\\n }\\n}\": types.CreateMusicReleaseDocument,\n \"mutation UpdateMusicRelease($id: numeric!, $release: music_releases_set_input!) {\\n update_music_releases_by_pk(pk_columns: {id: $id}, _set: $release) {\\n id\\n composer\\n duration\\n is_original\\n is_royalty_free\\n publisher\\n royalty_free_source\\n society\\n song_title\\n start_time\\n use_type\\n asset {\\n id\\n file_name\\n }\\n }\\n}\": types.UpdateMusicReleaseDocument,\n \"query LastRegistration($user_id: numeric!) {\\n pastRegistrations: registrations(where: {user_id: {_eq: $user_id}}, order_by: {signature_ts: desc_nulls_last}, limit: 1) {\\n first_name\\n middle_name\\n last_name\\n primary_phone\\n secondary_phone\\n primary_email\\n secondary_email\\n address_1\\n address_2\\n city\\n state\\n zip\\n country\\n }\\n }\": types.LastRegistrationDocument,\n \"mutation SaveRegistration($id: numeric!, $_set: registrations_set_input!) {\\n update_registrations_by_pk(pk_columns: {id: $id}, _set: $_set) {\\n id\\n }\\n }\": types.SaveRegistrationDocument,\n \"mutation SignRegistration($id: Int!, $hash: String, $signature_name: String!, $signature_phone: String, $signature_email: String, $is_minor: Boolean = false) {\\n provideRegistrationSignature(\\n id: $id,\\n hash: $hash,\\n signature_name: $signature_name,\\n signature_phone: $signature_phone,\\n signature_email: $signature_email,\\n is_minor: $is_minor\\n )\\n }\": types.SignRegistrationDocument,\n \"query AwardsCeremonyCheckinQuery($ffid: numeric!, $ffidInt: Int!) {\\n teams(where: {film_festival_id: {_eq: $ffid}, submitted_at: {_is_null: false}}) {\\n id\\n team_number\\n name\\n studio {\\n id\\n name\\n }\\n film_name\\n poster: assets(where: {asset_type_id: {_eq: 21}}, order_by: {created: desc}, limit: 1) {\\n id\\n file_name\\n }\\n }\\n festival_submissions(where: {film_festival_id: {_eq: $ffidInt}, submitted_at: {_is_null: false}}) {\\n id\\n film_title\\n production_company\\n first_name\\n last_name\\n poster: assets(where: {asset_type_id: {_eq: 21}}, order_by: {created_at: desc}, limit: 1) {\\n id\\n file_name\\n }\\n }\\n}\": types.AwardsCeremonyCheckinQueryDocument,\n \"mutation RecordAwardsCeremonyCheckin($announce: String!, $teamId: Int, $festivalSubmissionId: Int) {\\n recordAwardsCeremonyCheckin(\\n announce: $announce\\n teamId: $teamId\\n festivalSubmissionId: $festivalSubmissionId\\n )\\n}\": types.RecordAwardsCeremonyCheckinDocument,\n \"query ExitInterviews {\\n exit_interviews(order_by: {created_at: desc}) {\\n id\\n live_kit_room_status\\n mux_live_stream_playback_id\\n mux_live_stream_status\\n team {\\n id\\n team_number\\n name\\n film_name\\n studio {\\n id\\n name\\n }\\n }\\n created_at\\n ready_at\\n interviewer {\\n id\\n name\\n picture\\n }\\n }\\n}\": types.ExitInterviewsDocument,\n \"subscription ExitInterviewsSub {\\n exit_interviews(order_by: {created_at: desc}) {\\n id\\n live_kit_room_status\\n mux_live_stream_playback_id\\n mux_live_stream_status\\n team {\\n id\\n team_number\\n name\\n film_name\\n studio {\\n id\\n name\\n }\\n }\\n created_at\\n ready_at\\n interviewer {\\n id\\n name\\n picture\\n }\\n }\\n}\": types.ExitInterviewsSubDocument,\n \"mutation ClaimExitInterview($id: Int!, $userId: Int) {\\n update_exit_interviews_by_pk(pk_columns: {id: $id}, _set: {claimed_by: $userId}) {\\n id\\n claimed_by\\n interviewer {\\n id\\n sub\\n name\\n picture\\n }\\n }\\n}\": types.ClaimExitInterviewDocument,\n \"query FilmGroupFilms($ffid: numeric!, $poster: numeric!, $ffidInt: Int!, $posterInt: Int!) {\\n teams(where: {film_festival_id: {_eq: $ffid}, submitted_at: {_is_null: false}}, order_by: {film_name: asc}) {\\n id\\n team_number\\n name\\n film_name\\n poster: assets(where: {asset_type_id: {_eq: $poster}}, order_by: {created: desc}, limit: 1) {\\n id\\n file_name\\n }\\n }\\n festival_submissions(where: {film_festival_id: {_eq: $ffidInt}, submitted_at: {_is_null: false}}, order_by: {film_title: asc}) {\\n id\\n film_title\\n genre {\\n id\\n name\\n }\\n poster: assets(where: {asset_type_id: {_eq: $posterInt}}, order_by: {created_at: desc}, limit: 1) {\\n id\\n file_name\\n }\\n }\\n film_groups(where: {film_festival_id: {_eq: $ffid}}) {\\n id\\n name\\n type\\n teams(order_by: {sort: asc}) {\\n id\\n sort\\n team {\\n id\\n team_number\\n name\\n film_name\\n poster: assets(where: {asset_type_id: {_eq: $poster}}, order_by: {created: desc}, limit: 1) {\\n id\\n file_name\\n }\\n }\\n }\\n festival_submissions(order_by: {sort: asc}) {\\n id\\n sort\\n festival_submission {\\n id\\n film_title\\n genre {\\n id\\n name\\n }\\n poster: assets(where: {asset_type_id: {_eq: $posterInt}}, order_by: {created_at: desc}, limit: 1) {\\n id\\n file_name\\n }\\n }\\n }\\n }\\n}\": types.FilmGroupFilmsDocument,\n \"query FilmGroupAssignments($ffid: numeric!) {\\n film_groups(where:{film_festival_id: {_eq: $ffid} type:{_nin: [\\\"screening\\\", \\\"fivefest\\\"]}}) {\\n id\\n name\\n type\\n users {\\n id\\n film_group_id\\n rankings\\n updated_at\\n submitted_at\\n user {\\n id\\n name\\n email\\n sub\\n picture\\n }\\n }\\n }\\n}\": types.FilmGroupAssignmentsDocument,\n \"query UsersByRole($role: String!) {\\n users(where: {meta: {_contains: {roles: [$role]}}}) {\\n id\\n name\\n email\\n picture\\n meta\\n }\\n}\": types.UsersByRoleDocument,\n \"mutation AssignFilmGroup($objects: [film_group_users_insert_input!]!) {\\n insert_film_group_users(objects: $objects) {\\n affected_rows\\n }\\n}\": types.AssignFilmGroupDocument,\n \"query FiveFestAcademyReview($ffid: numeric!) {\\n film_groups(where: {film_festival_id: {_eq: $ffid}, type: {_eq: \\\"fivefest\\\"}}) {\\n id\\n name\\n festival_submissions {\\n id\\n sort\\n festival_submission {\\n id\\n film_title\\n genre {\\n id\\n name\\n }\\n poster: assets(where: {asset_type_id: {_eq: 21}}, order_by: {created_at: desc}, limit: 1) {\\n id\\n file_name\\n }\\n }\\n }\\n users(where: {submitted_at: {_is_null: false}}) {\\n id\\n film_group_id\\n rankings\\n user {\\n id\\n sub\\n name\\n email\\n picture\\n }\\n }\\n festival_genre {\\n id\\n name\\n }\\n }\\n}\": types.FiveFestAcademyReviewDocument,\n \"query JudgeReview($ffid: numeric!) {\\n film_groups(where: {film_festival_id: {_eq: $ffid}, type: {_eq: \\\"judge\\\"}}) {\\n id\\n name\\n teams {\\n id\\n sort\\n team {\\n id\\n team_number\\n name\\n film_name\\n poster: assets(where: {asset_type_id: {_eq: 21}}, order_by: {created: desc}) {\\n id\\n file_name\\n }\\n }\\n }\\n users {\\n id\\n film_group_id\\n rankings\\n user {\\n id\\n sub\\n name\\n email\\n picture\\n }\\n }\\n award {\\n id\\n name\\n description\\n }\\n }\\n}\": types.JudgeReviewDocument,\n \"query SelectionReview($ffid: numeric!) {\\n film_groups(where: {film_festival_id: {_eq: $ffid}, type: {_eq: \\\"selection\\\"}}) {\\n id\\n name\\n teams {\\n id\\n sort\\n team {\\n id\\n team_number\\n name\\n film_name\\n poster: assets(where: {asset_type_id: {_eq: 21}}, order_by: {created: desc}) {\\n id\\n file_name\\n }\\n selection_metrics(where: {value: {_gt: 0}}) {\\n id\\n team_id\\n award_id\\n real_user_id\\n value\\n }\\n award_nominations_aggregate(distinct_on: award_id) {\\n aggregate { count }\\n }\\n }\\n }\\n users {\\n id\\n user {\\n id\\n sub\\n name\\n email\\n picture\\n }\\n }\\n }\\n awards(where: { max_nominations: { _neq: 0 } }, order_by: { name: asc }) {\\n id\\n name\\n description\\n max_nominations\\n }\\n}\": types.SelectionReviewDocument,\n \"query SuperSharables {\\n sharables(order_by: { created_at: desc }) {\\n id\\n title\\n description\\n mux_playback_id\\n mux_thumb_time\\n }\\n}\": types.SuperSharablesDocument,\n \"query SuperFilmsForSharing {\\n teams(where: {film_festival_id: {_eq:25}, team_number: {_is_null: false}, submitted_at: {_is_null: false}} order_by: { team_number: asc }) {\\n id\\n film_festival {\\n id\\n name\\n }\\n name\\n team_number\\n film_name\\n film {\\n id\\n mux_playback_id\\n mux_thumbnail_time\\n }\\n }\\n}\": types.SuperFilmsForSharingDocument,\n \"query AdminTeamsSearch($search: String = \\\"%\\\", $limit: Int = 10, $offset: Int = 0) {\\n teams_aggregate(where: {team_number: {_is_null: false}, _or: [{name: {_ilike: $search}}, {film_name: {_ilike: $search}}, {studio: {name: {_ilike: $search}}}]}) {\\n aggregate {\\n count\\n }\\n }\\n teams(where: {team_number: {_is_null: false}, _or: [{name: {_ilike: $search}}, {film_name: {_ilike: $search}}, {studio: {name: {_ilike: $search}}}]}, order_by: [{film_festival_id: desc}, {team_number: asc}], limit: $limit, offset: $offset) {\\n id\\n film_festival {\\n id\\n name\\n due_at\\n }\\n team_number\\n name\\n studio {\\n id\\n name\\n }\\n film_name\\n genre\\n film {\\n id\\n mux_playback_id\\n }\\n submitted_at\\n owner_id\\n }\\n}\": types.AdminTeamsSearchDocument,\n \"query AdminUsersSearch($search: String!, $limit: Int = 10, $offset: Int = 0) {\\n users_aggregate(where: {_or: [{name: {_ilike: $search}}, {email: {_ilike: $search}}]}) {\\n aggregate {\\n count\\n }\\n }\\n users(where: {_or: [{name: {_ilike: $search}}, {email: {_ilike: $search}}]}, order_by: {created: desc}, limit: $limit, offset: $offset) {\\n id\\n sub\\n name\\n email\\n picture\\n meta\\n roles: meta(path: \\\"roles\\\")\\n created\\n }\\n}\": types.AdminUsersSearchDocument,\n \"mutation AdminUsersSetMeta($id: numeric!, $meta: jsonb!) {\\n update_users_by_pk(pk_columns: {id: $id}, _set: {meta: $meta}) {\\n id\\n meta\\n roles: meta(path: \\\"roles\\\")\\n }\\n}\": types.AdminUsersSetMetaDocument,\n \"query PackageInventory($ffid: Int! = 24) {\\n ticket_tailor_vouchers(where: {film_festival_id: {_eq: $ffid}}) {\\n id\\n value\\n }\\n}\": types.PackageInventoryDocument,\n \"query MyVouchers($ffid: Int! = 24) {\\n ticket_tailor_vouchers(where: {film_festival_id: {_eq: $ffid}}) {\\n id\\n code\\n value\\n }\\n}\": types.MyVouchersDocument,\n \"query GetGuestRegistration($hash: String!) {\\n registration: fetchedObscuredRegistration(id: 0, hash: $hash) {\\n id\\n first_name\\n middle_name\\n last_name\\n primary_email\\n secondary_email\\n primary_phone\\n secondary_phone\\n address_1\\n address_2\\n city\\n state\\n zip\\n country\\n role\\n film_festival\\n team\\n signature_ts\\n signature_name\\n is_minor\\n signature_phone\\n signature_email\\n }\\n}\": types.GetGuestRegistrationDocument,\n \"query MyPendingInvites($ffid: numeric! $email: String!) {\\n invitations: team_memberships(where: {team: {film_festival_id: {_eq: $ffid}}, user_id: {_is_null: true}, registration: {primary_email: {_ilike: $email}}}) {\\n id\\n registration {\\n id\\n first_name\\n middle_name\\n last_name\\n primary_email\\n secondary_email\\n primary_phone\\n secondary_phone\\n address_1\\n address_2\\n city\\n state\\n zip\\n country\\n }\\n role {\\n id\\n name\\n }\\n team {\\n id\\n name\\n team_number\\n studio {\\n id\\n name\\n }\\n }\\n }\\n}\": types.MyPendingInvitesDocument,\n \"subscription ShouldReloadTeam($id: ID!) {\\n shouldReloadTeam(id: $id)\\n}\": types.ShouldReloadTeamDocument,\n \"mutation CreateTeam($object: registrations_insert_input!) {\\n insert_registrations_one(object: $object) {\\n id\\n team_membership {\\n id\\n team_id\\n }\\n }\\n}\": types.CreateTeamDocument,\n \"subscription ShouldReloadFestivalSubmission($id: ID!) {\\n shouldReloadFestivalSubmission(id: $id)\\n}\": types.ShouldReloadFestivalSubmissionDocument,\n \"query PrizeSponsorFilmGroups($ffid: numeric!, $poster: numeric!) {\\n filmGroups: film_groups(where: { film_festival_id: { _eq: $ffid }, type: { _eq: \\\"prize\\\" } }) {\\n id\\n name\\n teams(order_by: { sort: asc }) {\\n id\\n team {\\n id\\n name\\n team_number\\n film_name\\n genre\\n description\\n poster: assets(\\n where: { asset_type_id: { _eq: $poster } }\\n order_by: { created: desc }\\n limit: 1\\n ) {\\n id\\n file_name\\n }\\n film {\\n id\\n mux_playback_id\\n mux_thumbnail_time\\n }\\n studio {\\n id\\n name\\n }\\n }\\n }\\n }\\n}\": types.PrizeSponsorFilmGroupsDocument,\n \"query ArchiveFestivalQuery @cached(ttl: 300) {\\n awards {\\n id\\n name\\n }\\n film_festivals(order_by: {id: desc}) {\\n id\\n name\\n is_fm\\n teams(where: {submitted_at: {_is_null: false}}, order_by: {film_name: asc}) {\\n id\\n team_number\\n name\\n film_name\\n genre\\n description\\n poster: assets(where: {asset_type_id: {_eq: 21}}, order_by: {created: desc}, limit: 1) {\\n id\\n file_name\\n }\\n film {\\n id\\n mux_playback_id\\n mux_thumbnail_time\\n }\\n studio {\\n id\\n name\\n }\\n awards: award_wins(order_by: {rank: asc}) {\\n id\\n rank\\n award_id\\n }\\n }\\n }\\n}\": types.ArchiveFestivalQueryDocument,\n \"query FilmGroupsQuery($ffid: numeric!) {\\n film_groups(where: {type: {_eq: \\\"screening\\\"}, film_festival_id: {_eq: $ffid}}) {\\n id\\n name\\n teams {\\n id\\n sort\\n team {\\n id\\n team_number\\n name\\n film_name\\n poster: assets(where: {asset_type_id: {_eq: 21}}, order_by: {created: desc}, limit: 1) {\\n id\\n file_name\\n }\\n }\\n }\\n }\\n}\": types.FilmGroupsQueryDocument,\n \"query AudienceFavoriteCounts($ffid: numeric!) {\\n audience_favorite_counts(where: {team: {film_festival_id: {_eq: $ffid}}}) {\\n id: team_id\\n count\\n team {\\n id\\n name\\n film_name\\n }\\n }\\n}\": types.AudienceFavoriteCountsDocument,\n \"mutation RecordAudienceFavoriteVote($teamId: Int!, $userId: Int!) {\\n insert_audience_favorite_votes_one(object: {team_id: $teamId, user_id: $userId}) {\\n id\\n }\\n}\": types.RecordAudienceFavoriteVoteDocument,\n \"fragment TeamRole on team_roles {\\n id name description\\n}\": types.TeamRoleFragmentDoc,\n \"fragment Country on countries {\\n id name code\\n}\": types.CountryFragmentDoc,\n \"fragment StudioInfoLite on studios {\\n id name owner_id teams(where: {film_festival_id: {_eq: $ffidNum}}) { id name team_number submitted_at }\\n}\": types.StudioInfoLiteFragmentDoc,\n \"fragment Genre on genres {\\n id name description\\n}\": types.GenreFragmentDoc,\n \"fragment FestivalGenre on festival_genres {\\n id name description\\n}\": types.FestivalGenreFragmentDoc,\n \"fragment AssetType on asset_types {\\n id title\\n}\": types.AssetTypeFragmentDoc,\n \"query FestivalManagerCache($userId: numeric!, $userIdInt: Int!, $ffid: Int!, $ffidNum: numeric!) {\\n team_roles(where: { name: { _is_null: false }}, order_by: {name: asc}) {\\n ...TeamRole\\n }\\n countries(where: { name: { _is_null: false }}, order_by: {name: asc}) {\\n ...Country\\n }\\n genres(order_by: {name: asc}) {\\n ...Genre\\n }\\n festival_genres(where: { film_festival_id: { _eq: $ffid } }, order_by: {name: asc}) {\\n ...FestivalGenre\\n }\\n studios(where: {_or: [\\n {owner_id: {_eq: $userIdInt}},\\n {teams: {owner_id: {_eq: $userId}}},\\n {teams: {memberships: {user_id: {_eq: $userId}}}}\\n ]}) {\\n ...StudioInfoLite\\n }\\n assetTypes: asset_types(where: {_or: [{hidden: {_is_null: true}},{hidden: {_neq: \\\"Y\\\"}}]} order_by: {title: asc}) {\\n ...AssetType\\n }\\n}\\n\": types.FestivalManagerCacheDocument,\n \"mutation UpsertFiveFestAcademyRankings($object: film_group_users_insert_input!) {\\n insert_film_group_users_one(object: $object, on_conflict: {constraint: film_group_users_user_id_film_group_id_key, update_columns: [rankings, submitted_at]}) {\\n id\\n film_group_id\\n user_id\\n rankings\\n submitted_at\\n }\\n}\": types.UpsertFiveFestAcademyRankingsDocument,\n \"query FiveFestAcademyFilmGroups($ffid: numeric!, $poster: Int!) {\\n filmGroups: film_groups(where: {film_festival_id: {_eq: $ffid}}, order_by: {name: asc}) {\\n id\\n name\\n users(limit: 1) {\\n id\\n film_group_id\\n user_id\\n rankings\\n submitted_at\\n }\\n festival_submissions {\\n id\\n sort\\n festival_submission {\\n id\\n film_title\\n tagline\\n synopsis\\n production_company\\n production_year\\n mux_playback_id\\n mux_thumbnail_time\\n poster: assets(where: {asset_type_id: {_eq: $poster}}, order_by: {created_at: desc}, limit: 1) {\\n id\\n file_name\\n }\\n genre {\\n id\\n name\\n }\\n feedback {\\n id\\n comments\\n }\\n }\\n }\\n }\\n}\": types.FiveFestAcademyFilmGroupsDocument,\n \"query FestivalSubmissionQuery($ffid: Int!, $poster: Int!) {\\n festival_submissions(where: {film_festival_id: {_eq: $ffid}}) {\\n id\\n film_title\\n tagline\\n paid_at\\n submitted_at\\n poster: assets(where: {asset_type_id: {_eq: $poster}}, order_by: {created_at: desc}, limit: 1) {\\n id\\n file_name\\n }\\n }\\n}\": types.FestivalSubmissionQueryDocument,\n \"query LoadFestivalSubmission($id: Int!) {\\n festival_submissions_by_pk(id: $id) {\\n id\\n first_name\\n middle_name\\n last_name\\n primary_phone\\n secondary_phone\\n primary_email\\n secondary_email\\n address_1\\n address_2\\n city\\n state\\n zip\\n country\\n \\n film_title\\n tagline\\n genre {\\n id\\n name\\n description\\n }\\n production_year\\n production_company\\n synopsis\\n\\n mux_asset_id\\n mux_upload_id\\n mux_playback_id\\n mux_asset_data\\n\\n paid_at\\n submitted_at\\n\\n assets {\\n id\\n file_name\\n asset_type {\\n id\\n title\\n }\\n created_at\\n }\\n\\n vouchers {\\n id\\n team {\\n id\\n studio_id\\n team_number\\n name\\n }\\n }\\n }\\n}\": types.LoadFestivalSubmissionDocument,\n \"mutation SubmissionPayment(\\n $returnUrl: String!\\n $lineItems: [StripeLineItem!]!\\n $festivalSubmissionId: Int!\\n) {\\n url: stripeCreatePurchase(returnUrl:$returnUrl lineItems:$lineItems festivalSubmissionId:$festivalSubmissionId)\\n}\": types.SubmissionPaymentDocument,\n \"mutation SaveFestivalSubmission($id: Int!, $_set: festival_submissions_set_input = {}) {\\n update_festival_submissions_by_pk(pk_columns: {id: $id}, _set: $_set) {\\n id\\n }\\n}\": types.SaveFestivalSubmissionDocument,\n \"mutation JudgeSaveRankings($id: Int!, $rankings: jsonb) {\\n update_film_group_users_by_pk(pk_columns: {id: $id}, _set: {rankings: $rankings}) {\\n id\\n film_group_id\\n user_id\\n rankings\\n submitted_at\\n }\\n}\": types.JudgeSaveRankingsDocument,\n \"mutation JudgeSaveSubmittedAt($id: Int!, $submittedAt: timestamptz) {\\n update_film_group_users_by_pk(pk_columns: {id: $id}, _set: {submitted_at: $submittedAt}) {\\n id\\n film_group_id\\n user_id\\n rankings\\n submitted_at\\n }\\n}\": types.JudgeSaveSubmittedAtDocument,\n \"query JudgeFilmGroups($ffid: numeric!, $poster: numeric!) {\\n filmGroups: film_groups(where: { film_festival_id: { _eq: $ffid } }, order_by: {name: asc}) {\\n id\\n name\\n users(limit: 1) {\\n id\\n film_group_id\\n user_id\\n rankings\\n submitted_at\\n }\\n award {\\n id\\n name\\n description\\n }\\n teams(order_by: { sort: asc }) {\\n id\\n sort\\n team {\\n id\\n name\\n team_number\\n film_name\\n genre\\n description\\n poster: assets(\\n where: { asset_type_id: { _eq: $poster } }\\n order_by: { created: desc }\\n limit: 1\\n ) {\\n id\\n file_name\\n }\\n film {\\n id\\n mux_playback_id\\n mux_thumbnail_time\\n }\\n studio {\\n id\\n name\\n }\\n award_nominations(order_by: {award: {name: asc}}) {\\n id\\n award {\\n id\\n name\\n }\\n assets(limit: 1) {\\n id\\n file_name\\n }\\n membership {\\n id\\n registration {\\n id\\n first_name\\n last_name\\n }\\n }\\n }\\n }\\n }\\n }\\n}\": types.JudgeFilmGroupsDocument,\n \"query ScreeningPlaylist {\\n film_groups(where: {type: {_eq: \\\"screening\\\"}, name: {_nlike: \\\"%Winners%\\\"}}) {\\n id\\n name\\n teams {\\n id\\n sort\\n film_group_id\\n team {\\n id\\n team_number\\n name\\n film_name\\n genre\\n description\\n poster: assets(order_by: {created: desc}, limit: 1) {\\n id\\n file_name\\n }\\n film {\\n id\\n mux_playback_id\\n mux_thumbnail_time\\n }\\n studio {\\n id\\n name\\n }\\n }\\n }\\n }\\n five_fest_film_groups: film_groups(where: {type: {_eq: \\\"fivefest\\\"}, name: {_like: \\\"Block%\\\"}}) {\\n id\\n name\\n festival_submissions {\\n id\\n sort\\n festival_submission {\\n id\\n film_title\\n production_company\\n production_year\\n synopsis\\n tagline\\n first_name\\n last_name\\n mux_playback_id\\n genre {\\n id\\n name\\n }\\n poster: assets(order_by: {created_at: desc}, limit: 1) {\\n id\\n file_name\\n }\\n }\\n }\\n }\\n}\": types.ScreeningPlaylistDocument,\n \"query SelectionFilmGroups($ffid: numeric!, $poster: numeric!) {\\n filmGroups: film_groups(where: { film_festival_id: { _eq: $ffid }, type: { _eq: \\\"selection\\\" } }) {\\n id\\n name\\n teams(order_by: { sort: asc }) {\\n id\\n team {\\n id\\n name\\n team_number\\n film_name\\n genre\\n description\\n poster: assets(\\n where: { asset_type_id: { _eq: $poster } }\\n order_by: { created: desc }\\n limit: 1\\n ) {\\n id\\n file_name\\n }\\n film {\\n id\\n mux_playback_id\\n mux_thumbnail_time\\n }\\n studio {\\n id\\n name\\n }\\n selection_metrics_aggregate(where: {value: {_gt: 0}}) {\\n aggregate {\\n count\\n }\\n }\\n selection_metrics {\\n id\\n award_id\\n value\\n }\\n award_nominations(order_by: {award: {name: asc}}) {\\n id\\n award {\\n id\\n name\\n }\\n assets(limit: 1) {\\n id\\n file_name\\n }\\n membership {\\n id\\n registration {\\n id\\n first_name\\n last_name\\n }\\n }\\n }\\n }\\n }\\n selection_progresses {\\n id\\n index\\n seek\\n }\\n }\\n awards(where: { max_nominations: { _neq: 0 } }, order_by: { name: asc }) {\\n id\\n name\\n description\\n max_nominations\\n }\\n}\": types.SelectionFilmGroupsDocument,\n \"mutation UpsertSelectionProgress($film_group_id: Int!, $index: Int!) {\\n insert_selection_progress_one(\\n object: { film_group_id: $film_group_id, index: $index, seek: 0 }\\n on_conflict: {\\n constraint: selection_progress_film_group_id_real_user_id_key\\n update_columns: [index, seek]\\n }\\n ) {\\n id index seek\\n }\\n}\": types.UpsertSelectionProgressDocument,\n \"mutation UpsertSelectionMetric(\\n $award_id: numeric!\\n $team_id: numeric!\\n $value: Int!\\n) {\\n insert_selection_metrics_one(\\n object: { award_id: $award_id, team_id: $team_id, value: $value }\\n on_conflict: {\\n constraint: selection_metrics_real_user_id_team_id_award_id_key\\n update_columns: value\\n }\\n ) {\\n id\\n team_id\\n award_id\\n value\\n team {\\n id\\n selection_metrics_aggregate(where: {value: {_gt: 0}}) {\\n aggregate {\\n count\\n }\\n }\\n }\\n }\\n}\": types.UpsertSelectionMetricDocument,\n \"fragment User on users {\\n id name email sub picture\\n}\": types.UserFragmentDoc,\n \"query Whoami {\\n users {\\n ...User\\n }\\n}\": types.WhoamiDocument,\n \"query StudioCache($id: Int!) {\\n studio: studios_by_pk(id: $id) {\\n id\\n name\\n owner_id\\n participating_since\\n slogan\\n teams {\\n id\\n name\\n film_name\\n team_number\\n film_festival {\\n id\\n name\\n }\\n film {\\n id\\n vimeo_url\\n mux_playback_id\\n mux_thumbnail_time\\n recommendations: mux_asset_data(path: \\\"non_standard_input_reasons\\\")\\n }\\n memberships_aggregate {\\n aggregate { count }\\n }\\n memberships {\\n id\\n user_id\\n role {\\n id\\n name\\n }\\n registration {\\n id\\n first_name\\n last_name\\n }\\n }\\n }\\n }\\n}\": types.StudioCacheDocument,\n \"query TeamCache($id: numeric!, $posterAssetTypeId: numeric!) {\\n team: teams_by_pk(id: $id) {\\n id\\n film_festival {\\n id\\n name\\n registration_fee\\n due_at\\n }\\n studio_id\\n owner_id\\n name\\n team_number\\n film_name\\n genre\\n description\\n duration\\n is_no_music\\n submitted_at\\n inspiration_meta\\n festival_submission_vouchers {\\n id\\n redeemed_at\\n festival_submission {\\n id\\n film_title\\n mux_playback_id\\n submitted_at\\n }\\n }\\n memberships {\\n id\\n is_invited\\n registration {\\n id\\n first_name\\n last_name\\n primary_email\\n signature_ts\\n }\\n role {\\n id\\n name\\n }\\n user_id\\n user {\\n id\\n sub\\n }\\n }\\n award_nominations {\\n id\\n award_id\\n asset_types { id asset_type_id }\\n assets { id asset_type_id }\\n }\\n prize_elections { id prize_id }\\n music_releases {\\n id\\n song_title\\n composer\\n publisher\\n start_time\\n duration\\n society\\n use_type\\n is_royalty_free\\n royalty_free_source\\n is_original\\n asset {\\n id\\n file_name\\n }\\n }\\n location_releases {\\n id\\n venue_name\\n first_name\\n middle_name\\n last_name\\n address_1\\n address_2\\n city\\n state\\n zip\\n country\\n is_owned_by_team\\n asset {\\n id\\n file_name\\n }\\n }\\n payments_aggregate {\\n aggregate {\\n sum {\\n amount\\n }\\n }\\n }\\n film {\\n id\\n duration\\n mux_playback_id\\n mux_thumbnail_time\\n uploaded_at\\n recommendations: mux_asset_data(path: \\\"non_standard_input_reasons\\\")\\n }\\n posters: assets(limit: 1, order_by: {created: desc_nulls_last}, where: {asset_type_id: {_eq: $posterAssetTypeId}}) {\\n id\\n file_name\\n }\\n assets(where: {asset_type: {_or: {_or: [{hidden: {_is_null: true}},{hidden: {_neq: \\\"Y\\\"}}]}}}) {\\n id\\n file_name\\n asset_type {\\n id\\n title\\n }\\n }\\n submission {\\n id\\n paperwork_ts\\n film_ts\\n has_reupload\\n official_ts\\n is_on_time\\n }\\n matchup_requests_aggregate(where: {withdrawn: {_is_null: true}}) {\\n aggregate {\\n count\\n }\\n }\\n }\\n awards(where: { max_nominations: { _gt: 0 } }) { id }\\n}\": types.TeamCacheDocument,\n};\n\n/**\n * The gql function is used to parse GraphQL queries into a document that can be used by GraphQL clients.\n *\n *\n * @example\n * ```ts\n * const query = gql(`query GetUser($id: ID!) { user(id: $id) { name } }`);\n * ```\n *\n * The query argument is unknown!\n * Please regenerate the types.\n */\nexport function gql(source: string): unknown;\n\n/**\n * The gql function is used to parse GraphQL queries into a document that can be used by GraphQL clients.\n */\nexport function gql(source: \"mutation RemoveSelectionAssignment($id: Int!) {\\n delete_film_group_users_by_pk(id: $id) {\\n id\\n }\\n}\"): (typeof documents)[\"mutation RemoveSelectionAssignment($id: Int!) {\\n delete_film_group_users_by_pk(id: $id) {\\n id\\n }\\n}\"];\n/**\n * The gql function is used to parse GraphQL queries into a document that can be used by GraphQL clients.\n */\nexport function gql(source: \"mutation FilmGroupFestivalSubmissionUp(\\n $filmGroupId: Int!\\n $oldSort: Int!\\n $newSort: Int!\\n) {\\n reserve: update_film_group_festival_submissions(\\n _set: { sort: -1 }\\n where: {\\n film_group_id: { _eq: $filmGroupId }\\n sort: { _eq: $oldSort }\\n }\\n ) {\\n affected_rows\\n }\\n bulk: update_film_group_festival_submissions(\\n _inc: { sort: -1 }\\n where: {\\n film_group_id: { _eq: $filmGroupId }\\n sort: { _gt: $oldSort, _lte: $newSort }\\n }\\n ) {\\n affected_rows\\n }\\n swap: update_film_group_festival_submissions(\\n _set: { sort: $newSort }\\n where: { film_group_id: { _eq: $filmGroupId }, sort: { _eq: -1 } }\\n ) {\\n affected_rows\\n }\\n}\"): (typeof documents)[\"mutation FilmGroupFestivalSubmissionUp(\\n $filmGroupId: Int!\\n $oldSort: Int!\\n $newSort: Int!\\n) {\\n reserve: update_film_group_festival_submissions(\\n _set: { sort: -1 }\\n where: {\\n film_group_id: { _eq: $filmGroupId }\\n sort: { _eq: $oldSort }\\n }\\n ) {\\n affected_rows\\n }\\n bulk: update_film_group_festival_submissions(\\n _inc: { sort: -1 }\\n where: {\\n film_group_id: { _eq: $filmGroupId }\\n sort: { _gt: $oldSort, _lte: $newSort }\\n }\\n ) {\\n affected_rows\\n }\\n swap: update_film_group_festival_submissions(\\n _set: { sort: $newSort }\\n where: { film_group_id: { _eq: $filmGroupId }, sort: { _eq: -1 } }\\n ) {\\n affected_rows\\n }\\n}\"];\n/**\n * The gql function is used to parse GraphQL queries into a document that can be used by GraphQL clients.\n */\nexport function gql(source: \"mutation FilmGroupFestivalSubmissionDown(\\n $filmGroupId: Int!\\n $oldSort: Int!\\n $newSort: Int!\\n) {\\n reserve: update_film_group_festival_submissions(\\n _set: { sort: -1 }\\n where: {\\n film_group_id: { _eq: $filmGroupId }\\n sort: { _eq: $oldSort }\\n }\\n ) {\\n affected_rows\\n }\\n bulk: update_film_group_festival_submissions(\\n _inc: { sort: 1 }\\n where: {\\n film_group_id: { _eq: $filmGroupId }\\n sort: { _gte: $newSort, _lt: $oldSort }\\n }\\n ) {\\n affected_rows\\n }\\n swap: update_film_group_festival_submissions(\\n _set: { sort: $newSort }\\n where: { film_group_id: { _eq: $filmGroupId }, sort: { _eq: -1 } }\\n ) {\\n affected_rows\\n }\\n}\"): (typeof documents)[\"mutation FilmGroupFestivalSubmissionDown(\\n $filmGroupId: Int!\\n $oldSort: Int!\\n $newSort: Int!\\n) {\\n reserve: update_film_group_festival_submissions(\\n _set: { sort: -1 }\\n where: {\\n film_group_id: { _eq: $filmGroupId }\\n sort: { _eq: $oldSort }\\n }\\n ) {\\n affected_rows\\n }\\n bulk: update_film_group_festival_submissions(\\n _inc: { sort: 1 }\\n where: {\\n film_group_id: { _eq: $filmGroupId }\\n sort: { _gte: $newSort, _lt: $oldSort }\\n }\\n ) {\\n affected_rows\\n }\\n swap: update_film_group_festival_submissions(\\n _set: { sort: $newSort }\\n where: { film_group_id: { _eq: $filmGroupId }, sort: { _eq: -1 } }\\n ) {\\n affected_rows\\n }\\n}\"];\n/**\n * The gql function is used to parse GraphQL queries into a document that can be used by GraphQL clients.\n */\nexport function gql(source: \"mutation FilmGroupFestivalSubmissionRemove($filmGroupId: Int!, $sort: Int!) {\\n delete_film_group_festival_submissions(\\n where: {\\n film_group_id: { _eq: $filmGroupId }\\n sort: { _eq: $sort }\\n }\\n ) {\\n affected_rows\\n }\\n update_film_group_festival_submissions(\\n where: {\\n film_group_id: { _eq: $filmGroupId }\\n sort: { _gt: $sort }\\n }\\n _inc: { sort: -1 }\\n ) {\\n affected_rows\\n }\\n}\"): (typeof documents)[\"mutation FilmGroupFestivalSubmissionRemove($filmGroupId: Int!, $sort: Int!) {\\n delete_film_group_festival_submissions(\\n where: {\\n film_group_id: { _eq: $filmGroupId }\\n sort: { _eq: $sort }\\n }\\n ) {\\n affected_rows\\n }\\n update_film_group_festival_submissions(\\n where: {\\n film_group_id: { _eq: $filmGroupId }\\n sort: { _gt: $sort }\\n }\\n _inc: { sort: -1 }\\n ) {\\n affected_rows\\n }\\n}\"];\n/**\n * The gql function is used to parse GraphQL queries into a document that can be used by GraphQL clients.\n */\nexport function gql(source: \"mutation SpliceFilmGroupFestivalSubmission(\\n $filmGroupId: Int!\\n $sort: Int!\\n $festival_submission_id: Int!\\n) {\\n update_film_group_festival_submissions(\\n where: {\\n _and: [\\n { film_group_id: { _eq: $filmGroupId } }\\n { sort: { _gte: $sort } }\\n ]\\n }\\n _inc: { sort: 1 }\\n ) {\\n affected_rows\\n }\\n insert_film_group_festival_submissions_one(\\n object: {\\n film_group_id: $filmGroupId\\n sort: $sort\\n festival_submission_id: $festival_submission_id\\n }\\n ) {\\n id\\n }\\n}\"): (typeof documents)[\"mutation SpliceFilmGroupFestivalSubmission(\\n $filmGroupId: Int!\\n $sort: Int!\\n $festival_submission_id: Int!\\n) {\\n update_film_group_festival_submissions(\\n where: {\\n _and: [\\n { film_group_id: { _eq: $filmGroupId } }\\n { sort: { _gte: $sort } }\\n ]\\n }\\n _inc: { sort: 1 }\\n ) {\\n affected_rows\\n }\\n insert_film_group_festival_submissions_one(\\n object: {\\n film_group_id: $filmGroupId\\n sort: $sort\\n festival_submission_id: $festival_submission_id\\n }\\n ) {\\n id\\n }\\n}\"];\n/**\n * The gql function is used to parse GraphQL queries into a document that can be used by GraphQL clients.\n */\nexport function gql(source: \"query SelectionBallot($filmGroupId: Int!, $uid: Int!) {\\n film_groups_by_pk(id:$filmGroupId) {\\n id\\n teams {\\n id\\n team {\\n id\\n award_nominations_aggregate(distinct_on:award_id) {\\n aggregate {\\n count\\n }\\n }\\n }\\n }\\n }\\n selection_metrics(where:{\\n real_user_id: {_eq: $uid},\\n team: {\\n film_group: {\\n film_group_id: {_eq: $filmGroupId}\\n }\\n }\\n value: {_gt: 0}\\n }) {\\n id\\n team_id\\n value\\n }\\n}\"): (typeof documents)[\"query SelectionBallot($filmGroupId: Int!, $uid: Int!) {\\n film_groups_by_pk(id:$filmGroupId) {\\n id\\n teams {\\n id\\n team {\\n id\\n award_nominations_aggregate(distinct_on:award_id) {\\n aggregate {\\n count\\n }\\n }\\n }\\n }\\n }\\n selection_metrics(where:{\\n real_user_id: {_eq: $uid},\\n team: {\\n film_group: {\\n film_group_id: {_eq: $filmGroupId}\\n }\\n }\\n value: {_gt: 0}\\n }) {\\n id\\n team_id\\n value\\n }\\n}\"];\n/**\n * The gql function is used to parse GraphQL queries into a document that can be used by GraphQL clients.\n */\nexport function gql(source: \"mutation FilmGroupFilmUp(\\n $filmGroupId: Int!\\n $oldSort: Int!\\n $newSort: Int!\\n) {\\n reserve: update_film_group_films(\\n _set: { sort: -1 }\\n where: {\\n film_group_id: { _eq: $filmGroupId }\\n sort: { _eq: $oldSort }\\n }\\n ) {\\n affected_rows\\n }\\n bulk: update_film_group_films(\\n _inc: { sort: -1 }\\n where: {\\n film_group_id: { _eq: $filmGroupId }\\n sort: { _gt: $oldSort, _lte: $newSort }\\n }\\n ) {\\n affected_rows\\n }\\n swap: update_film_group_films(\\n _set: { sort: $newSort }\\n where: { film_group_id: { _eq: $filmGroupId }, sort: { _eq: -1 } }\\n ) {\\n affected_rows\\n }\\n}\"): (typeof documents)[\"mutation FilmGroupFilmUp(\\n $filmGroupId: Int!\\n $oldSort: Int!\\n $newSort: Int!\\n) {\\n reserve: update_film_group_films(\\n _set: { sort: -1 }\\n where: {\\n film_group_id: { _eq: $filmGroupId }\\n sort: { _eq: $oldSort }\\n }\\n ) {\\n affected_rows\\n }\\n bulk: update_film_group_films(\\n _inc: { sort: -1 }\\n where: {\\n film_group_id: { _eq: $filmGroupId }\\n sort: { _gt: $oldSort, _lte: $newSort }\\n }\\n ) {\\n affected_rows\\n }\\n swap: update_film_group_films(\\n _set: { sort: $newSort }\\n where: { film_group_id: { _eq: $filmGroupId }, sort: { _eq: -1 } }\\n ) {\\n affected_rows\\n }\\n}\"];\n/**\n * The gql function is used to parse GraphQL queries into a document that can be used by GraphQL clients.\n */\nexport function gql(source: \"mutation FilmGroupFilmDown(\\n $filmGroupId: Int!\\n $oldSort: Int!\\n $newSort: Int!\\n) {\\n reserve: update_film_group_films(\\n _set: { sort: -1 }\\n where: {\\n film_group_id: { _eq: $filmGroupId }\\n sort: { _eq: $oldSort }\\n }\\n ) {\\n affected_rows\\n }\\n bulk: update_film_group_films(\\n _inc: { sort: 1 }\\n where: {\\n film_group_id: { _eq: $filmGroupId }\\n sort: { _gte: $newSort, _lt: $oldSort }\\n }\\n ) {\\n affected_rows\\n }\\n swap: update_film_group_films(\\n _set: { sort: $newSort }\\n where: { film_group_id: { _eq: $filmGroupId }, sort: { _eq: -1 } }\\n ) {\\n affected_rows\\n }\\n}\"): (typeof documents)[\"mutation FilmGroupFilmDown(\\n $filmGroupId: Int!\\n $oldSort: Int!\\n $newSort: Int!\\n) {\\n reserve: update_film_group_films(\\n _set: { sort: -1 }\\n where: {\\n film_group_id: { _eq: $filmGroupId }\\n sort: { _eq: $oldSort }\\n }\\n ) {\\n affected_rows\\n }\\n bulk: update_film_group_films(\\n _inc: { sort: 1 }\\n where: {\\n film_group_id: { _eq: $filmGroupId }\\n sort: { _gte: $newSort, _lt: $oldSort }\\n }\\n ) {\\n affected_rows\\n }\\n swap: update_film_group_films(\\n _set: { sort: $newSort }\\n where: { film_group_id: { _eq: $filmGroupId }, sort: { _eq: -1 } }\\n ) {\\n affected_rows\\n }\\n}\"];\n/**\n * The gql function is used to parse GraphQL queries into a document that can be used by GraphQL clients.\n */\nexport function gql(source: \"mutation FilmGroupFilmRemove($filmGroupId: Int!, $sort: Int!) {\\n delete_film_group_films(\\n where: {\\n film_group_id: { _eq: $filmGroupId }\\n sort: { _eq: $sort }\\n }\\n ) {\\n affected_rows\\n }\\n update_film_group_films(\\n where: {\\n film_group_id: { _eq: $filmGroupId }\\n sort: { _gt: $sort }\\n }\\n _inc: { sort: -1 }\\n ) {\\n affected_rows\\n }\\n}\"): (typeof documents)[\"mutation FilmGroupFilmRemove($filmGroupId: Int!, $sort: Int!) {\\n delete_film_group_films(\\n where: {\\n film_group_id: { _eq: $filmGroupId }\\n sort: { _eq: $sort }\\n }\\n ) {\\n affected_rows\\n }\\n update_film_group_films(\\n where: {\\n film_group_id: { _eq: $filmGroupId }\\n sort: { _gt: $sort }\\n }\\n _inc: { sort: -1 }\\n ) {\\n affected_rows\\n }\\n}\"];\n/**\n * The gql function is used to parse GraphQL queries into a document that can be used by GraphQL clients.\n */\nexport function gql(source: \"mutation SpliceFilmGroupFilm(\\n $filmGroupId: Int!\\n $sort: Int!\\n $team_id: numeric!\\n) {\\n update_film_group_films(\\n where: {\\n _and: [\\n { film_group_id: { _eq: $filmGroupId } }\\n { sort: { _gte: $sort } }\\n ]\\n }\\n _inc: { sort: 1 }\\n ) {\\n affected_rows\\n }\\n insert_film_group_films_one(\\n object: {\\n film_group_id: $filmGroupId\\n sort: $sort\\n team_id: $team_id\\n }\\n ) {\\n id\\n }\\n}\"): (typeof documents)[\"mutation SpliceFilmGroupFilm(\\n $filmGroupId: Int!\\n $sort: Int!\\n $team_id: numeric!\\n) {\\n update_film_group_films(\\n where: {\\n _and: [\\n { film_group_id: { _eq: $filmGroupId } }\\n { sort: { _gte: $sort } }\\n ]\\n }\\n _inc: { sort: 1 }\\n ) {\\n affected_rows\\n }\\n insert_film_group_films_one(\\n object: {\\n film_group_id: $filmGroupId\\n sort: $sort\\n team_id: $team_id\\n }\\n ) {\\n id\\n }\\n}\"];\n/**\n * The gql function is used to parse GraphQL queries into a document that can be used by GraphQL clients.\n */\nexport function gql(source: \"mutation AdminCreateUser($email: String!, $name: String!, $createdBy: String!) {\\n insert_users_one(object: {email: $email, name: $name, created_by: $createdBy, updated_by: $createdBy}) {\\n id\\n name\\n email\\n }\\n}\"): (typeof documents)[\"mutation AdminCreateUser($email: String!, $name: String!, $createdBy: String!) {\\n insert_users_one(object: {email: $email, name: $name, created_by: $createdBy, updated_by: $createdBy}) {\\n id\\n name\\n email\\n }\\n}\"];\n/**\n * The gql function is used to parse GraphQL queries into a document that can be used by GraphQL clients.\n */\nexport function gql(source: \"mutation AdminEditUser($id: numeric!, $name: String!) {\\n update_users_by_pk(pk_columns: {id: $id}, _set: {name: $name}) {\\n id\\n name\\n email\\n }\\n}\"): (typeof documents)[\"mutation AdminEditUser($id: numeric!, $name: String!) {\\n update_users_by_pk(pk_columns: {id: $id}, _set: {name: $name}) {\\n id\\n name\\n email\\n }\\n}\"];\n/**\n * The gql function is used to parse GraphQL queries into a document that can be used by GraphQL clients.\n */\nexport function gql(source: \"mutation TerminalCheckout($amount: Int!) { stripeTerminalCharge(amount: $amount) }\"): (typeof documents)[\"mutation TerminalCheckout($amount: Int!) { stripeTerminalCharge(amount: $amount) }\"];\n/**\n * The gql function is used to parse GraphQL queries into a document that can be used by GraphQL clients.\n */\nexport function gql(source: \"mutation TerminalCancel { stripeTerminalCancel }\"): (typeof documents)[\"mutation TerminalCancel { stripeTerminalCancel }\"];\n/**\n * The gql function is used to parse GraphQL queries into a document that can be used by GraphQL clients.\n */\nexport function gql(source: \"mutation FiveFestAcademyFeedback($festivalSubmissionId: Int!, $comments: String) {\\n insert_festival_submission_feedback_one(object: {festival_submission_id: $festivalSubmissionId, comments: $comments}, on_conflict: {constraint: festival_submission_feedback_festival_submission_id_user_id_key, update_columns: [comments]}) {\\n id\\n comments\\n }\\n}\"): (typeof documents)[\"mutation FiveFestAcademyFeedback($festivalSubmissionId: Int!, $comments: String) {\\n insert_festival_submission_feedback_one(object: {festival_submission_id: $festivalSubmissionId, comments: $comments}, on_conflict: {constraint: festival_submission_feedback_festival_submission_id_user_id_key, update_columns: [comments]}) {\\n id\\n comments\\n }\\n}\"];\n/**\n * The gql function is used to parse GraphQL queries into a document that can be used by GraphQL clients.\n */\nexport function gql(source: \"query FestivalSubmissionVouchers {\\n festival_submission_vouchers(where: {film_festival_id: {_eq: 25}, redeemed_at: {_is_null: true}}) {\\n id\\n team {\\n id\\n team_number\\n name\\n }\\n }\\n}\"): (typeof documents)[\"query FestivalSubmissionVouchers {\\n festival_submission_vouchers(where: {film_festival_id: {_eq: 25}, redeemed_at: {_is_null: true}}) {\\n id\\n team {\\n id\\n team_number\\n name\\n }\\n }\\n}\"];\n/**\n * The gql function is used to parse GraphQL queries into a document that can be used by GraphQL clients.\n */\nexport function gql(source: \"mutation ClaimFestivalSubmissionVoucher($voucherId: Int!, $submissionId: Int!) {\\n claimFestivalSubmissionVoucher(voucherId: $voucherId, festivalSubmissionId: $submissionId)\\n}\"): (typeof documents)[\"mutation ClaimFestivalSubmissionVoucher($voucherId: Int!, $submissionId: Int!) {\\n claimFestivalSubmissionVoucher(voucherId: $voucherId, festivalSubmissionId: $submissionId)\\n}\"];\n/**\n * The gql function is used to parse GraphQL queries into a document that can be used by GraphQL clients.\n */\nexport function gql(source: \"mutation SubmitFiveFest($id: Int!, $signature_name: String!, $is_minor: Boolean!, $signature_email: String, $signature_phone: String) {\\n submitFiveFest(id: $id, signature_name: $signature_name, is_minor: $is_minor, signature_email: $signature_email, signature_phone: $signature_phone)\\n}\"): (typeof documents)[\"mutation SubmitFiveFest($id: Int!, $signature_name: String!, $is_minor: Boolean!, $signature_email: String, $signature_phone: String) {\\n submitFiveFest(id: $id, signature_name: $signature_name, is_minor: $is_minor, signature_email: $signature_email, signature_phone: $signature_phone)\\n}\"];\n/**\n * The gql function is used to parse GraphQL queries into a document that can be used by GraphQL clients.\n */\nexport function gql(source: \"query StudioInterviewDetails($id: numeric! = 1095, $poster: numeric! = \\\"4\\\") {\\n studios(limit: 1, where: {teams: {id: {_eq: $id}}}) {\\n id\\n name\\n teams(where: {submitted_at: {_is_null: false}}, order_by: {created: desc}) {\\n id\\n created\\n name\\n team_number\\n film_name\\n genre\\n description\\n poster: assets(where: {asset_type_id: {_eq: $poster}}, order_by: {created: desc}, limit: 1) {\\n id\\n file_name\\n }\\n film {\\n id\\n mux_playback_id\\n mux_thumbnail_time\\n }\\n award_nominations(order_by: {award: {name: asc}}) {\\n id\\n award {\\n id\\n name\\n }\\n assets(limit: 1) {\\n id\\n file_name\\n }\\n membership {\\n id\\n registration {\\n id\\n first_name\\n last_name\\n }\\n }\\n }\\n prize_elections {\\n id\\n prize {\\n id\\n name\\n }\\n }\\n submission {\\n id\\n official_ts\\n is_on_time\\n }\\n awards: award_wins(order_by: {rank: asc}) {\\n id\\n rank\\n award {\\n id\\n name\\n }\\n }\\n }\\n }\\n}\\n\"): (typeof documents)[\"query StudioInterviewDetails($id: numeric! = 1095, $poster: numeric! = \\\"4\\\") {\\n studios(limit: 1, where: {teams: {id: {_eq: $id}}}) {\\n id\\n name\\n teams(where: {submitted_at: {_is_null: false}}, order_by: {created: desc}) {\\n id\\n created\\n name\\n team_number\\n film_name\\n genre\\n description\\n poster: assets(where: {asset_type_id: {_eq: $poster}}, order_by: {created: desc}, limit: 1) {\\n id\\n file_name\\n }\\n film {\\n id\\n mux_playback_id\\n mux_thumbnail_time\\n }\\n award_nominations(order_by: {award: {name: asc}}) {\\n id\\n award {\\n id\\n name\\n }\\n assets(limit: 1) {\\n id\\n file_name\\n }\\n membership {\\n id\\n registration {\\n id\\n first_name\\n last_name\\n }\\n }\\n }\\n prize_elections {\\n id\\n prize {\\n id\\n name\\n }\\n }\\n submission {\\n id\\n official_ts\\n is_on_time\\n }\\n awards: award_wins(order_by: {rank: asc}) {\\n id\\n rank\\n award {\\n id\\n name\\n }\\n }\\n }\\n }\\n}\\n\"];\n/**\n * The gql function is used to parse GraphQL queries into a document that can be used by GraphQL clients.\n */\nexport function gql(source: \"mutation CreateStudio($studio: studios_insert_input!, $ffid: numeric!) {\\n insert_studios_one(object: $studio) {\\n id name owner_id teams(where: {film_festival_id: {_eq: $ffid}}) { id name team_number submitted_at }\\n }\\n}\"): (typeof documents)[\"mutation CreateStudio($studio: studios_insert_input!, $ffid: numeric!) {\\n insert_studios_one(object: $studio) {\\n id name owner_id teams(where: {film_festival_id: {_eq: $ffid}}) { id name team_number submitted_at }\\n }\\n}\"];\n/**\n * The gql function is used to parse GraphQL queries into a document that can be used by GraphQL clients.\n */\nexport function gql(source: \"mutation UpdateTeamDetails($id: numeric!, $set: teams_set_input!) {\\n update_teams_by_pk(pk_columns: {id: $id}, _set: $set) {\\n id, name, film_name, genre, description\\n }\\n}\"): (typeof documents)[\"mutation UpdateTeamDetails($id: numeric!, $set: teams_set_input!) {\\n update_teams_by_pk(pk_columns: {id: $id}, _set: $set) {\\n id, name, film_name, genre, description\\n }\\n}\"];\n/**\n * The gql function is used to parse GraphQL queries into a document that can be used by GraphQL clients.\n */\nexport function gql(source: \"query MyExitInterview($teamId: Int!) {\\n exit_interviews(where: {team_id: {_eq: $teamId}}, order_by: {created_at: desc}, limit: 1) {\\n id\\n ready_at\\n }\\n}\"): (typeof documents)[\"query MyExitInterview($teamId: Int!) {\\n exit_interviews(where: {team_id: {_eq: $teamId}}, order_by: {created_at: desc}, limit: 1) {\\n id\\n ready_at\\n }\\n}\"];\n/**\n * The gql function is used to parse GraphQL queries into a document that can be used by GraphQL clients.\n */\nexport function gql(source: \"subscription MyExitInterviewSub($teamId: Int!) {\\n exit_interviews(where: {team_id: {_eq: $teamId}}, order_by: {created_at: desc}, limit: 1) {\\n id\\n ready_at\\n }\\n}\"): (typeof documents)[\"subscription MyExitInterviewSub($teamId: Int!) {\\n exit_interviews(where: {team_id: {_eq: $teamId}}, order_by: {created_at: desc}, limit: 1) {\\n id\\n ready_at\\n }\\n}\"];\n/**\n * The gql function is used to parse GraphQL queries into a document that can be used by GraphQL clients.\n */\nexport function gql(source: \"mutation ReadyExitInterview($id: Int!) {\\n update_exit_interviews_by_pk(pk_columns: {id: $id}, _set: {ready_at: \\\"now\\\"}) {\\n id\\n ready_at\\n }\\n}\"): (typeof documents)[\"mutation ReadyExitInterview($id: Int!) {\\n update_exit_interviews_by_pk(pk_columns: {id: $id}, _set: {ready_at: \\\"now\\\"}) {\\n id\\n ready_at\\n }\\n}\"];\n/**\n * The gql function is used to parse GraphQL queries into a document that can be used by GraphQL clients.\n */\nexport function gql(source: \"mutation DeleteAwardNomination($id: numeric!) {\\n delete_nominations_by_pk(id: $id) {\\n id\\n }\\n}\"): (typeof documents)[\"mutation DeleteAwardNomination($id: numeric!) {\\n delete_nominations_by_pk(id: $id) {\\n id\\n }\\n}\"];\n/**\n * The gql function is used to parse GraphQL queries into a document that can be used by GraphQL clients.\n */\nexport function gql(source: \"mutation DeleteNominationAsset($id: numeric!) {\\n delete_nomination_assets_by_pk(id: $id) {\\n id\\n }\\n}\"): (typeof documents)[\"mutation DeleteNominationAsset($id: numeric!) {\\n delete_nomination_assets_by_pk(id: $id) {\\n id\\n }\\n}\"];\n/**\n * The gql function is used to parse GraphQL queries into a document that can be used by GraphQL clients.\n */\nexport function gql(source: \"mutation DeleteLocationRelease($id: numeric!) {\\n delete_location_releases_by_pk(id: $id) {\\n id\\n }\\n}\"): (typeof documents)[\"mutation DeleteLocationRelease($id: numeric!) {\\n delete_location_releases_by_pk(id: $id) {\\n id\\n }\\n}\"];\n/**\n * The gql function is used to parse GraphQL queries into a document that can be used by GraphQL clients.\n */\nexport function gql(source: \"mutation DeleteMembership($id: numeric!) {\\n update_team_memberships_by_pk(pk_columns: {id: $id}, _set: {deleted: \\\"now\\\"}) {\\n id\\n deleted\\n }\\n}\"): (typeof documents)[\"mutation DeleteMembership($id: numeric!) {\\n update_team_memberships_by_pk(pk_columns: {id: $id}, _set: {deleted: \\\"now\\\"}) {\\n id\\n deleted\\n }\\n}\"];\n/**\n * The gql function is used to parse GraphQL queries into a document that can be used by GraphQL clients.\n */\nexport function gql(source: \"mutation DeleteMusicRelease($id: numeric!) {\\n delete_music_releases_by_pk(id: $id) {\\n id\\n }\\n}\"): (typeof documents)[\"mutation DeleteMusicRelease($id: numeric!) {\\n delete_music_releases_by_pk(id: $id) {\\n id\\n }\\n}\"];\n/**\n * The gql function is used to parse GraphQL queries into a document that can be used by GraphQL clients.\n */\nexport function gql(source: \"query LoadRegistration($id: numeric!) {\\n team_membership: team_memberships_by_pk(id: $id) {\\n id\\n role_id\\n is_invited\\n registration {\\n address_1\\n address_2\\n bio\\n city\\n country\\n first_name\\n id\\n last_name\\n middle_name\\n primary_email\\n primary_phone\\n secondary_email\\n secondary_phone\\n state\\n zip\\n }\\n }\\n}\"): (typeof documents)[\"query LoadRegistration($id: numeric!) {\\n team_membership: team_memberships_by_pk(id: $id) {\\n id\\n role_id\\n is_invited\\n registration {\\n address_1\\n address_2\\n bio\\n city\\n country\\n first_name\\n id\\n last_name\\n middle_name\\n primary_email\\n primary_phone\\n secondary_email\\n secondary_phone\\n state\\n zip\\n }\\n }\\n}\"];\n/**\n * The gql function is used to parse GraphQL queries into a document that can be used by GraphQL clients.\n */\nexport function gql(source: \"mutation ReqeustSignature($id: Int!) {\\n\\tsendGuestSignatureMail(teamMembershipId: $id)\\n}\"): (typeof documents)[\"mutation ReqeustSignature($id: Int!) {\\n\\tsendGuestSignatureMail(teamMembershipId: $id)\\n}\"];\n/**\n * The gql function is used to parse GraphQL queries into a document that can be used by GraphQL clients.\n */\nexport function gql(source: \"mutation InviteMember($id: Int!) {\\n\\tsendTeamInvitationMail(teamMembershipId: $id)\\n}\"): (typeof documents)[\"mutation InviteMember($id: Int!) {\\n\\tsendTeamInvitationMail(teamMembershipId: $id)\\n}\"];\n/**\n * The gql function is used to parse GraphQL queries into a document that can be used by GraphQL clients.\n */\nexport function gql(source: \"mutation InviteGuest($id: Int!) {\\n\\tsendGuestSignatureMail(teamMembershipId: $id)\\n}\"): (typeof documents)[\"mutation InviteGuest($id: Int!) {\\n\\tsendGuestSignatureMail(teamMembershipId: $id)\\n}\"];\n/**\n * The gql function is used to parse GraphQL queries into a document that can be used by GraphQL clients.\n */\nexport function gql(source: \"mutation CreateTeamMember($object: registrations_insert_input!) {\\n registration: insert_registrations_one(object: $object) {\\n id\\n team_membership {\\n id\\n team_id\\n is_invited\\n }\\n }\\n}\"): (typeof documents)[\"mutation CreateTeamMember($object: registrations_insert_input!) {\\n registration: insert_registrations_one(object: $object) {\\n id\\n team_membership {\\n id\\n team_id\\n is_invited\\n }\\n }\\n}\"];\n/**\n * The gql function is used to parse GraphQL queries into a document that can be used by GraphQL clients.\n */\nexport function gql(source: \"query TeamAwardNominations($id: numeric!) {\\n awards(order_by: {name: asc} where: {max_nominations: { _gt: 0 }}) {\\n id\\n name\\n description\\n max_nominations\\n nominations: award_nominations(where: {membership: {team_id: {_eq: $id}}}) {\\n id\\n team_membership: membership {\\n id\\n role {\\n id\\n name\\n }\\n registration {\\n id\\n first_name\\n last_name\\n }\\n }\\n assets {\\n id\\n file_name\\n asset_type_id\\n }\\n asset_types {\\n id\\n asset_type_id\\n }\\n }\\n required_asset_types {\\n id\\n mime\\n asset_type {\\n id\\n title\\n }\\n }\\n }\\n}\"): (typeof documents)[\"query TeamAwardNominations($id: numeric!) {\\n awards(order_by: {name: asc} where: {max_nominations: { _gt: 0 }}) {\\n id\\n name\\n description\\n max_nominations\\n nominations: award_nominations(where: {membership: {team_id: {_eq: $id}}}) {\\n id\\n team_membership: membership {\\n id\\n role {\\n id\\n name\\n }\\n registration {\\n id\\n first_name\\n last_name\\n }\\n }\\n assets {\\n id\\n file_name\\n asset_type_id\\n }\\n asset_types {\\n id\\n asset_type_id\\n }\\n }\\n required_asset_types {\\n id\\n mime\\n asset_type {\\n id\\n title\\n }\\n }\\n }\\n}\"];\n/**\n * The gql function is used to parse GraphQL queries into a document that can be used by GraphQL clients.\n */\nexport function gql(source: \"mutation CreateAwardNomination($nomination: nominations_insert_input!) {\\n insert_nominations_one(object: $nomination) {\\n id\\n }\\n}\"): (typeof documents)[\"mutation CreateAwardNomination($nomination: nominations_insert_input!) {\\n insert_nominations_one(object: $nomination) {\\n id\\n }\\n}\"];\n/**\n * The gql function is used to parse GraphQL queries into a document that can be used by GraphQL clients.\n */\nexport function gql(source: \"mutation DeleteTeamAsset($id: numeric!) {\\n delete_team_assets_by_pk(id: $id) {\\n id\\n }\\n}\"): (typeof documents)[\"mutation DeleteTeamAsset($id: numeric!) {\\n delete_team_assets_by_pk(id: $id) {\\n id\\n }\\n}\"];\n/**\n * The gql function is used to parse GraphQL queries into a document that can be used by GraphQL clients.\n */\nexport function gql(source: \"mutation DownloadTeamAsset($name: String!) {\\n assetSign(name:$name)\\n}\"): (typeof documents)[\"mutation DownloadTeamAsset($name: String!) {\\n assetSign(name:$name)\\n}\"];\n/**\n * The gql function is used to parse GraphQL queries into a document that can be used by GraphQL clients.\n */\nexport function gql(source: \"mutation UpdateFilmDetails($id: numeric!, $set: teams_set_input!) {\\n update_teams_by_pk(pk_columns: {id: $id}, _set: $set) {\\n id, name, film_name, genre, description, inspiration_meta\\n }\\n}\"): (typeof documents)[\"mutation UpdateFilmDetails($id: numeric!, $set: teams_set_input!) {\\n update_teams_by_pk(pk_columns: {id: $id}, _set: $set) {\\n id, name, film_name, genre, description, inspiration_meta\\n }\\n}\"];\n/**\n * The gql function is used to parse GraphQL queries into a document that can be used by GraphQL clients.\n */\nexport function gql(source: \"mutation CreateFestivalSubmission($object: festival_submissions_insert_input! = {}) {\\n insert_festival_submissions_one(object: $object) {\\n id\\n }\\n}\"): (typeof documents)[\"mutation CreateFestivalSubmission($object: festival_submissions_insert_input! = {}) {\\n insert_festival_submissions_one(object: $object) {\\n id\\n }\\n}\"];\n/**\n * The gql function is used to parse GraphQL queries into a document that can be used by GraphQL clients.\n */\nexport function gql(source: \"mutation AttachAssetToLocationRelease($id: numeric!, $assetId: numeric!) {\\n update_location_releases_by_pk(pk_columns: {id: $id}, _set: {release_asset_id: $assetId}) {\\n id asset { id file_name }\\n }\\n}\"): (typeof documents)[\"mutation AttachAssetToLocationRelease($id: numeric!, $assetId: numeric!) {\\n update_location_releases_by_pk(pk_columns: {id: $id}, _set: {release_asset_id: $assetId}) {\\n id asset { id file_name }\\n }\\n}\"];\n/**\n * The gql function is used to parse GraphQL queries into a document that can be used by GraphQL clients.\n */\nexport function gql(source: \"query MyMatchup($filmFestivalId: numeric!, $userId: numeric!) {\\n matchup_requests(where: {film_festival_id: {_eq: $filmFestivalId}, user_id: {_eq: $userId}}) {\\n id\\n first_name\\n last_name\\n email\\n phone\\n type\\n expertise_json\\n genres_json\\n notes\\n withdrawn\\n withdrawn_type\\n }\\n}\"): (typeof documents)[\"query MyMatchup($filmFestivalId: numeric!, $userId: numeric!) {\\n matchup_requests(where: {film_festival_id: {_eq: $filmFestivalId}, user_id: {_eq: $userId}}) {\\n id\\n first_name\\n last_name\\n email\\n phone\\n type\\n expertise_json\\n genres_json\\n notes\\n withdrawn\\n withdrawn_type\\n }\\n}\"];\n/**\n * The gql function is used to parse GraphQL queries into a document that can be used by GraphQL clients.\n */\nexport function gql(source: \"query MatchupRequests($filmFestivalId: numeric!, $type: String!) {\\n requests: matchup_requests(where: {film_festival_id: {_eq: $filmFestivalId}, type: {_eq: $type}, withdrawn: {_is_null: true}}) {\\n id\\n first_name\\n last_name\\n email\\n phone\\n type\\n expertise_json\\n genres_json\\n notes\\n }\\n}\"): (typeof documents)[\"query MatchupRequests($filmFestivalId: numeric!, $type: String!) {\\n requests: matchup_requests(where: {film_festival_id: {_eq: $filmFestivalId}, type: {_eq: $type}, withdrawn: {_is_null: true}}) {\\n id\\n first_name\\n last_name\\n email\\n phone\\n type\\n expertise_json\\n genres_json\\n notes\\n }\\n}\"];\n/**\n * The gql function is used to parse GraphQL queries into a document that can be used by GraphQL clients.\n */\nexport function gql(source: \"mutation SaveMyMatchup($request: matchup_requests_insert_input!) {\\n insert_matchup_requests_one(on_conflict: {constraint: matchup_requests_film_festival_id_user_id_key, update_columns: [first_name, last_name, email, phone, expertise_json, genres_json, notes, type, withdrawn, withdrawn_type, team_id]}, object: $request) {\\n id\\n first_name\\n last_name\\n email\\n phone\\n type\\n expertise_json\\n genres_json\\n notes\\n withdrawn\\n withdrawn_type\\n }\\n}\"): (typeof documents)[\"mutation SaveMyMatchup($request: matchup_requests_insert_input!) {\\n insert_matchup_requests_one(on_conflict: {constraint: matchup_requests_film_festival_id_user_id_key, update_columns: [first_name, last_name, email, phone, expertise_json, genres_json, notes, type, withdrawn, withdrawn_type, team_id]}, object: $request) {\\n id\\n first_name\\n last_name\\n email\\n phone\\n type\\n expertise_json\\n genres_json\\n notes\\n withdrawn\\n withdrawn_type\\n }\\n}\"];\n/**\n * The gql function is used to parse GraphQL queries into a document that can be used by GraphQL clients.\n */\nexport function gql(source: \"mutation AttachAssetToMusicRelease($id: numeric!, $assetId: numeric!) {\\n update_music_releases_by_pk(pk_columns: {id: $id}, _set: {release_asset_id: $assetId}) {\\n id asset { id file_name }\\n }\\n}\"): (typeof documents)[\"mutation AttachAssetToMusicRelease($id: numeric!, $assetId: numeric!) {\\n update_music_releases_by_pk(pk_columns: {id: $id}, _set: {release_asset_id: $assetId}) {\\n id asset { id file_name }\\n }\\n}\"];\n/**\n * The gql function is used to parse GraphQL queries into a document that can be used by GraphQL clients.\n */\nexport function gql(source: \"mutation ToggleNoMusic($teamId: numeric!, $isNoMusic: String!) {\\n update_teams_by_pk(pk_columns: {id: $teamId}, _set: {is_no_music: $isNoMusic}) {\\n id\\n is_no_music\\n }\\n}\"): (typeof documents)[\"mutation ToggleNoMusic($teamId: numeric!, $isNoMusic: String!) {\\n update_teams_by_pk(pk_columns: {id: $teamId}, _set: {is_no_music: $isNoMusic}) {\\n id\\n is_no_music\\n }\\n}\"];\n/**\n * The gql function is used to parse GraphQL queries into a document that can be used by GraphQL clients.\n */\nexport function gql(source: \"mutation TeamPayment(\\n $returnUrl: String!\\n $lineItems: [StripeLineItem!]!\\n $teamId: Int\\n $badgeId: Int\\n) {\\n url: stripeCreatePurchase(returnUrl:$returnUrl lineItems:$lineItems teamId:$teamId badgeId:$badgeId)\\n}\"): (typeof documents)[\"mutation TeamPayment(\\n $returnUrl: String!\\n $lineItems: [StripeLineItem!]!\\n $teamId: Int\\n $badgeId: Int\\n) {\\n url: stripeCreatePurchase(returnUrl:$returnUrl lineItems:$lineItems teamId:$teamId badgeId:$badgeId)\\n}\"];\n/**\n * The gql function is used to parse GraphQL queries into a document that can be used by GraphQL clients.\n */\nexport function gql(source: \"query TeamPrizeNominations($ffid: numeric!) {\\n prizes(order_by: {name: asc} where: {film_festival_id: {_eq: $ffid}}) {\\n id\\n name\\n description\\n sponsor { id name }\\n mux_playback_id\\n }\\n}\"): (typeof documents)[\"query TeamPrizeNominations($ffid: numeric!) {\\n prizes(order_by: {name: asc} where: {film_festival_id: {_eq: $ffid}}) {\\n id\\n name\\n description\\n sponsor { id name }\\n mux_playback_id\\n }\\n}\"];\n/**\n * The gql function is used to parse GraphQL queries into a document that can be used by GraphQL clients.\n */\nexport function gql(source: \"mutation PrizeOptIn($nomination: nominations_insert_input!) {\\n insert_nominations_one(object: $nomination) {\\n id\\n }\\n}\"): (typeof documents)[\"mutation PrizeOptIn($nomination: nominations_insert_input!) {\\n insert_nominations_one(object: $nomination) {\\n id\\n }\\n}\"];\n/**\n * The gql function is used to parse GraphQL queries into a document that can be used by GraphQL clients.\n */\nexport function gql(source: \"mutation DeletePrizeNomination($nomination: nominations_bool_exp!) {\\n delete_nominations(where: $nomination) {\\n affected_rows\\n }\\n}\"): (typeof documents)[\"mutation DeletePrizeNomination($nomination: nominations_bool_exp!) {\\n delete_nominations(where: $nomination) {\\n affected_rows\\n }\\n}\"];\n/**\n * The gql function is used to parse GraphQL queries into a document that can be used by GraphQL clients.\n */\nexport function gql(source: \"mutation SubmitTeam($id: Int!) { submitTeam(id: $id) }\"): (typeof documents)[\"mutation SubmitTeam($id: Int!) { submitTeam(id: $id) }\"];\n/**\n * The gql function is used to parse GraphQL queries into a document that can be used by GraphQL clients.\n */\nexport function gql(source: \"mutation SetThumbTime($id: numeric!, $time: numeric!) {\\n update_films_by_pk(pk_columns: {id: $id}, _set: {mux_thumbnail_time: $time}) {\\n id\\n mux_thumbnail_time\\n }\\n}\"): (typeof documents)[\"mutation SetThumbTime($id: numeric!, $time: numeric!) {\\n update_films_by_pk(pk_columns: {id: $id}, _set: {mux_thumbnail_time: $time}) {\\n id\\n mux_thumbnail_time\\n }\\n}\"];\n/**\n * The gql function is used to parse GraphQL queries into a document that can be used by GraphQL clients.\n */\nexport function gql(source: \"mutation SignAsset($name: String!) {\\n assetSign(name: $name)\\n}\"): (typeof documents)[\"mutation SignAsset($name: String!) {\\n assetSign(name: $name)\\n}\"];\n/**\n * The gql function is used to parse GraphQL queries into a document that can be used by GraphQL clients.\n */\nexport function gql(source: \"mutation CreateAssetUpload($filename: String!) {\\n assetUpload(filename: $filename) {\\n name\\n uploadUrl\\n }\\n}\"): (typeof documents)[\"mutation CreateAssetUpload($filename: String!) {\\n assetUpload(filename: $filename) {\\n name\\n uploadUrl\\n }\\n}\"];\n/**\n * The gql function is used to parse GraphQL queries into a document that can be used by GraphQL clients.\n */\nexport function gql(source: \"mutation UploadTeamAsset($asset: team_assets_insert_input!) {\\n insert_team_assets_one(object: $asset) {\\n id\\n }\\n}\"): (typeof documents)[\"mutation UploadTeamAsset($asset: team_assets_insert_input!) {\\n insert_team_assets_one(object: $asset) {\\n id\\n }\\n}\"];\n/**\n * The gql function is used to parse GraphQL queries into a document that can be used by GraphQL clients.\n */\nexport function gql(source: \"mutation CreateAwardNominationAsset($asset: nomination_assets_insert_input!) {\\n insert_nomination_assets_one(object: $asset) {\\n id\\n }\\n}\"): (typeof documents)[\"mutation CreateAwardNominationAsset($asset: nomination_assets_insert_input!) {\\n insert_nomination_assets_one(object: $asset) {\\n id\\n }\\n}\"];\n/**\n * The gql function is used to parse GraphQL queries into a document that can be used by GraphQL clients.\n */\nexport function gql(source: \"mutation UploadFilm($fileName: String!, $fileSize: Int!, $teamId: Int!) {\\n muxCreateUpload(fileName: $fileName, fileSize: $fileSize, teamId: $teamId)\\n}\"): (typeof documents)[\"mutation UploadFilm($fileName: String!, $fileSize: Int!, $teamId: Int!) {\\n muxCreateUpload(fileName: $fileName, fileSize: $fileSize, teamId: $teamId)\\n}\"];\n/**\n * The gql function is used to parse GraphQL queries into a document that can be used by GraphQL clients.\n */\nexport function gql(source: \"mutation UploadFiveFestFilm($fileName: String!, $fileSize: Int!, $submissionId: Int!) {\\n muxCreateFiveFestUpload(fileName: $fileName, fileSize: $fileSize, submissionId: $submissionId)\\n}\"): (typeof documents)[\"mutation UploadFiveFestFilm($fileName: String!, $fileSize: Int!, $submissionId: Int!) {\\n muxCreateFiveFestUpload(fileName: $fileName, fileSize: $fileSize, submissionId: $submissionId)\\n}\"];\n/**\n * The gql function is used to parse GraphQL queries into a document that can be used by GraphQL clients.\n */\nexport function gql(source: \"mutation UploadFestivalSubmissionAsset($asset: festival_submission_assets_insert_input!) {\\n insert_festival_submission_assets_one(object: $asset) {\\n id\\n }\\n}\"): (typeof documents)[\"mutation UploadFestivalSubmissionAsset($asset: festival_submission_assets_insert_input!) {\\n insert_festival_submission_assets_one(object: $asset) {\\n id\\n }\\n}\"];\n/**\n * The gql function is used to parse GraphQL queries into a document that can be used by GraphQL clients.\n */\nexport function gql(source: \"mutation JoinLiveKitExitInterview($teamId: Int!, $displayName: String!) {\\n joinLiveKitExitInterview(teamId: $teamId, displayName: $displayName)\\n}\"): (typeof documents)[\"mutation JoinLiveKitExitInterview($teamId: Int!, $displayName: String!) {\\n joinLiveKitExitInterview(teamId: $teamId, displayName: $displayName)\\n}\"];\n/**\n * The gql function is used to parse GraphQL queries into a document that can be used by GraphQL clients.\n */\nexport function gql(source: \"mutation CreateLocationRelease($release: location_releases_insert_input!) {\\n insert_location_releases_one(object: $release) {\\n id\\n }\\n}\"): (typeof documents)[\"mutation CreateLocationRelease($release: location_releases_insert_input!) {\\n insert_location_releases_one(object: $release) {\\n id\\n }\\n}\"];\n/**\n * The gql function is used to parse GraphQL queries into a document that can be used by GraphQL clients.\n */\nexport function gql(source: \"mutation UpdateLocationRelease($id: numeric!, $release: location_releases_set_input!) {\\n update_location_releases_by_pk(pk_columns: {id: $id}, _set: $release) {\\n id\\n venue_name\\n first_name\\n middle_name\\n last_name\\n address_1\\n address_2\\n city\\n state\\n zip\\n country\\n is_owned_by_team\\n asset {\\n id\\n file_name\\n }\\n }\\n}\"): (typeof documents)[\"mutation UpdateLocationRelease($id: numeric!, $release: location_releases_set_input!) {\\n update_location_releases_by_pk(pk_columns: {id: $id}, _set: $release) {\\n id\\n venue_name\\n first_name\\n middle_name\\n last_name\\n address_1\\n address_2\\n city\\n state\\n zip\\n country\\n is_owned_by_team\\n asset {\\n id\\n file_name\\n }\\n }\\n}\"];\n/**\n * The gql function is used to parse GraphQL queries into a document that can be used by GraphQL clients.\n */\nexport function gql(source: \"query MatchupExpertise {\\n expertise(order_by: {name: asc}) {\\n id\\n name\\n }\\n genres(order_by: {name: asc}) {\\n id\\n name\\n description\\n }\\n}\"): (typeof documents)[\"query MatchupExpertise {\\n expertise(order_by: {name: asc}) {\\n id\\n name\\n }\\n genres(order_by: {name: asc}) {\\n id\\n name\\n description\\n }\\n}\"];\n/**\n * The gql function is used to parse GraphQL queries into a document that can be used by GraphQL clients.\n */\nexport function gql(source: \"mutation CreateMusicRelease($release: music_releases_insert_input!) {\\n insert_music_releases_one(object: $release) {\\n id\\n }\\n}\"): (typeof documents)[\"mutation CreateMusicRelease($release: music_releases_insert_input!) {\\n insert_music_releases_one(object: $release) {\\n id\\n }\\n}\"];\n/**\n * The gql function is used to parse GraphQL queries into a document that can be used by GraphQL clients.\n */\nexport function gql(source: \"mutation UpdateMusicRelease($id: numeric!, $release: music_releases_set_input!) {\\n update_music_releases_by_pk(pk_columns: {id: $id}, _set: $release) {\\n id\\n composer\\n duration\\n is_original\\n is_royalty_free\\n publisher\\n royalty_free_source\\n society\\n song_title\\n start_time\\n use_type\\n asset {\\n id\\n file_name\\n }\\n }\\n}\"): (typeof documents)[\"mutation UpdateMusicRelease($id: numeric!, $release: music_releases_set_input!) {\\n update_music_releases_by_pk(pk_columns: {id: $id}, _set: $release) {\\n id\\n composer\\n duration\\n is_original\\n is_royalty_free\\n publisher\\n royalty_free_source\\n society\\n song_title\\n start_time\\n use_type\\n asset {\\n id\\n file_name\\n }\\n }\\n}\"];\n/**\n * The gql function is used to parse GraphQL queries into a document that can be used by GraphQL clients.\n */\nexport function gql(source: \"query LastRegistration($user_id: numeric!) {\\n pastRegistrations: registrations(where: {user_id: {_eq: $user_id}}, order_by: {signature_ts: desc_nulls_last}, limit: 1) {\\n first_name\\n middle_name\\n last_name\\n primary_phone\\n secondary_phone\\n primary_email\\n secondary_email\\n address_1\\n address_2\\n city\\n state\\n zip\\n country\\n }\\n }\"): (typeof documents)[\"query LastRegistration($user_id: numeric!) {\\n pastRegistrations: registrations(where: {user_id: {_eq: $user_id}}, order_by: {signature_ts: desc_nulls_last}, limit: 1) {\\n first_name\\n middle_name\\n last_name\\n primary_phone\\n secondary_phone\\n primary_email\\n secondary_email\\n address_1\\n address_2\\n city\\n state\\n zip\\n country\\n }\\n }\"];\n/**\n * The gql function is used to parse GraphQL queries into a document that can be used by GraphQL clients.\n */\nexport function gql(source: \"mutation SaveRegistration($id: numeric!, $_set: registrations_set_input!) {\\n update_registrations_by_pk(pk_columns: {id: $id}, _set: $_set) {\\n id\\n }\\n }\"): (typeof documents)[\"mutation SaveRegistration($id: numeric!, $_set: registrations_set_input!) {\\n update_registrations_by_pk(pk_columns: {id: $id}, _set: $_set) {\\n id\\n }\\n }\"];\n/**\n * The gql function is used to parse GraphQL queries into a document that can be used by GraphQL clients.\n */\nexport function gql(source: \"mutation SignRegistration($id: Int!, $hash: String, $signature_name: String!, $signature_phone: String, $signature_email: String, $is_minor: Boolean = false) {\\n provideRegistrationSignature(\\n id: $id,\\n hash: $hash,\\n signature_name: $signature_name,\\n signature_phone: $signature_phone,\\n signature_email: $signature_email,\\n is_minor: $is_minor\\n )\\n }\"): (typeof documents)[\"mutation SignRegistration($id: Int!, $hash: String, $signature_name: String!, $signature_phone: String, $signature_email: String, $is_minor: Boolean = false) {\\n provideRegistrationSignature(\\n id: $id,\\n hash: $hash,\\n signature_name: $signature_name,\\n signature_phone: $signature_phone,\\n signature_email: $signature_email,\\n is_minor: $is_minor\\n )\\n }\"];\n/**\n * The gql function is used to parse GraphQL queries into a document that can be used by GraphQL clients.\n */\nexport function gql(source: \"query AwardsCeremonyCheckinQuery($ffid: numeric!, $ffidInt: Int!) {\\n teams(where: {film_festival_id: {_eq: $ffid}, submitted_at: {_is_null: false}}) {\\n id\\n team_number\\n name\\n studio {\\n id\\n name\\n }\\n film_name\\n poster: assets(where: {asset_type_id: {_eq: 21}}, order_by: {created: desc}, limit: 1) {\\n id\\n file_name\\n }\\n }\\n festival_submissions(where: {film_festival_id: {_eq: $ffidInt}, submitted_at: {_is_null: false}}) {\\n id\\n film_title\\n production_company\\n first_name\\n last_name\\n poster: assets(where: {asset_type_id: {_eq: 21}}, order_by: {created_at: desc}, limit: 1) {\\n id\\n file_name\\n }\\n }\\n}\"): (typeof documents)[\"query AwardsCeremonyCheckinQuery($ffid: numeric!, $ffidInt: Int!) {\\n teams(where: {film_festival_id: {_eq: $ffid}, submitted_at: {_is_null: false}}) {\\n id\\n team_number\\n name\\n studio {\\n id\\n name\\n }\\n film_name\\n poster: assets(where: {asset_type_id: {_eq: 21}}, order_by: {created: desc}, limit: 1) {\\n id\\n file_name\\n }\\n }\\n festival_submissions(where: {film_festival_id: {_eq: $ffidInt}, submitted_at: {_is_null: false}}) {\\n id\\n film_title\\n production_company\\n first_name\\n last_name\\n poster: assets(where: {asset_type_id: {_eq: 21}}, order_by: {created_at: desc}, limit: 1) {\\n id\\n file_name\\n }\\n }\\n}\"];\n/**\n * The gql function is used to parse GraphQL queries into a document that can be used by GraphQL clients.\n */\nexport function gql(source: \"mutation RecordAwardsCeremonyCheckin($announce: String!, $teamId: Int, $festivalSubmissionId: Int) {\\n recordAwardsCeremonyCheckin(\\n announce: $announce\\n teamId: $teamId\\n festivalSubmissionId: $festivalSubmissionId\\n )\\n}\"): (typeof documents)[\"mutation RecordAwardsCeremonyCheckin($announce: String!, $teamId: Int, $festivalSubmissionId: Int) {\\n recordAwardsCeremonyCheckin(\\n announce: $announce\\n teamId: $teamId\\n festivalSubmissionId: $festivalSubmissionId\\n )\\n}\"];\n/**\n * The gql function is used to parse GraphQL queries into a document that can be used by GraphQL clients.\n */\nexport function gql(source: \"query ExitInterviews {\\n exit_interviews(order_by: {created_at: desc}) {\\n id\\n live_kit_room_status\\n mux_live_stream_playback_id\\n mux_live_stream_status\\n team {\\n id\\n team_number\\n name\\n film_name\\n studio {\\n id\\n name\\n }\\n }\\n created_at\\n ready_at\\n interviewer {\\n id\\n name\\n picture\\n }\\n }\\n}\"): (typeof documents)[\"query ExitInterviews {\\n exit_interviews(order_by: {created_at: desc}) {\\n id\\n live_kit_room_status\\n mux_live_stream_playback_id\\n mux_live_stream_status\\n team {\\n id\\n team_number\\n name\\n film_name\\n studio {\\n id\\n name\\n }\\n }\\n created_at\\n ready_at\\n interviewer {\\n id\\n name\\n picture\\n }\\n }\\n}\"];\n/**\n * The gql function is used to parse GraphQL queries into a document that can be used by GraphQL clients.\n */\nexport function gql(source: \"subscription ExitInterviewsSub {\\n exit_interviews(order_by: {created_at: desc}) {\\n id\\n live_kit_room_status\\n mux_live_stream_playback_id\\n mux_live_stream_status\\n team {\\n id\\n team_number\\n name\\n film_name\\n studio {\\n id\\n name\\n }\\n }\\n created_at\\n ready_at\\n interviewer {\\n id\\n name\\n picture\\n }\\n }\\n}\"): (typeof documents)[\"subscription ExitInterviewsSub {\\n exit_interviews(order_by: {created_at: desc}) {\\n id\\n live_kit_room_status\\n mux_live_stream_playback_id\\n mux_live_stream_status\\n team {\\n id\\n team_number\\n name\\n film_name\\n studio {\\n id\\n name\\n }\\n }\\n created_at\\n ready_at\\n interviewer {\\n id\\n name\\n picture\\n }\\n }\\n}\"];\n/**\n * The gql function is used to parse GraphQL queries into a document that can be used by GraphQL clients.\n */\nexport function gql(source: \"mutation ClaimExitInterview($id: Int!, $userId: Int) {\\n update_exit_interviews_by_pk(pk_columns: {id: $id}, _set: {claimed_by: $userId}) {\\n id\\n claimed_by\\n interviewer {\\n id\\n sub\\n name\\n picture\\n }\\n }\\n}\"): (typeof documents)[\"mutation ClaimExitInterview($id: Int!, $userId: Int) {\\n update_exit_interviews_by_pk(pk_columns: {id: $id}, _set: {claimed_by: $userId}) {\\n id\\n claimed_by\\n interviewer {\\n id\\n sub\\n name\\n picture\\n }\\n }\\n}\"];\n/**\n * The gql function is used to parse GraphQL queries into a document that can be used by GraphQL clients.\n */\nexport function gql(source: \"query FilmGroupFilms($ffid: numeric!, $poster: numeric!, $ffidInt: Int!, $posterInt: Int!) {\\n teams(where: {film_festival_id: {_eq: $ffid}, submitted_at: {_is_null: false}}, order_by: {film_name: asc}) {\\n id\\n team_number\\n name\\n film_name\\n poster: assets(where: {asset_type_id: {_eq: $poster}}, order_by: {created: desc}, limit: 1) {\\n id\\n file_name\\n }\\n }\\n festival_submissions(where: {film_festival_id: {_eq: $ffidInt}, submitted_at: {_is_null: false}}, order_by: {film_title: asc}) {\\n id\\n film_title\\n genre {\\n id\\n name\\n }\\n poster: assets(where: {asset_type_id: {_eq: $posterInt}}, order_by: {created_at: desc}, limit: 1) {\\n id\\n file_name\\n }\\n }\\n film_groups(where: {film_festival_id: {_eq: $ffid}}) {\\n id\\n name\\n type\\n teams(order_by: {sort: asc}) {\\n id\\n sort\\n team {\\n id\\n team_number\\n name\\n film_name\\n poster: assets(where: {asset_type_id: {_eq: $poster}}, order_by: {created: desc}, limit: 1) {\\n id\\n file_name\\n }\\n }\\n }\\n festival_submissions(order_by: {sort: asc}) {\\n id\\n sort\\n festival_submission {\\n id\\n film_title\\n genre {\\n id\\n name\\n }\\n poster: assets(where: {asset_type_id: {_eq: $posterInt}}, order_by: {created_at: desc}, limit: 1) {\\n id\\n file_name\\n }\\n }\\n }\\n }\\n}\"): (typeof documents)[\"query FilmGroupFilms($ffid: numeric!, $poster: numeric!, $ffidInt: Int!, $posterInt: Int!) {\\n teams(where: {film_festival_id: {_eq: $ffid}, submitted_at: {_is_null: false}}, order_by: {film_name: asc}) {\\n id\\n team_number\\n name\\n film_name\\n poster: assets(where: {asset_type_id: {_eq: $poster}}, order_by: {created: desc}, limit: 1) {\\n id\\n file_name\\n }\\n }\\n festival_submissions(where: {film_festival_id: {_eq: $ffidInt}, submitted_at: {_is_null: false}}, order_by: {film_title: asc}) {\\n id\\n film_title\\n genre {\\n id\\n name\\n }\\n poster: assets(where: {asset_type_id: {_eq: $posterInt}}, order_by: {created_at: desc}, limit: 1) {\\n id\\n file_name\\n }\\n }\\n film_groups(where: {film_festival_id: {_eq: $ffid}}) {\\n id\\n name\\n type\\n teams(order_by: {sort: asc}) {\\n id\\n sort\\n team {\\n id\\n team_number\\n name\\n film_name\\n poster: assets(where: {asset_type_id: {_eq: $poster}}, order_by: {created: desc}, limit: 1) {\\n id\\n file_name\\n }\\n }\\n }\\n festival_submissions(order_by: {sort: asc}) {\\n id\\n sort\\n festival_submission {\\n id\\n film_title\\n genre {\\n id\\n name\\n }\\n poster: assets(where: {asset_type_id: {_eq: $posterInt}}, order_by: {created_at: desc}, limit: 1) {\\n id\\n file_name\\n }\\n }\\n }\\n }\\n}\"];\n/**\n * The gql function is used to parse GraphQL queries into a document that can be used by GraphQL clients.\n */\nexport function gql(source: \"query FilmGroupAssignments($ffid: numeric!) {\\n film_groups(where:{film_festival_id: {_eq: $ffid} type:{_nin: [\\\"screening\\\", \\\"fivefest\\\"]}}) {\\n id\\n name\\n type\\n users {\\n id\\n film_group_id\\n rankings\\n updated_at\\n submitted_at\\n user {\\n id\\n name\\n email\\n sub\\n picture\\n }\\n }\\n }\\n}\"): (typeof documents)[\"query FilmGroupAssignments($ffid: numeric!) {\\n film_groups(where:{film_festival_id: {_eq: $ffid} type:{_nin: [\\\"screening\\\", \\\"fivefest\\\"]}}) {\\n id\\n name\\n type\\n users {\\n id\\n film_group_id\\n rankings\\n updated_at\\n submitted_at\\n user {\\n id\\n name\\n email\\n sub\\n picture\\n }\\n }\\n }\\n}\"];\n/**\n * The gql function is used to parse GraphQL queries into a document that can be used by GraphQL clients.\n */\nexport function gql(source: \"query UsersByRole($role: String!) {\\n users(where: {meta: {_contains: {roles: [$role]}}}) {\\n id\\n name\\n email\\n picture\\n meta\\n }\\n}\"): (typeof documents)[\"query UsersByRole($role: String!) {\\n users(where: {meta: {_contains: {roles: [$role]}}}) {\\n id\\n name\\n email\\n picture\\n meta\\n }\\n}\"];\n/**\n * The gql function is used to parse GraphQL queries into a document that can be used by GraphQL clients.\n */\nexport function gql(source: \"mutation AssignFilmGroup($objects: [film_group_users_insert_input!]!) {\\n insert_film_group_users(objects: $objects) {\\n affected_rows\\n }\\n}\"): (typeof documents)[\"mutation AssignFilmGroup($objects: [film_group_users_insert_input!]!) {\\n insert_film_group_users(objects: $objects) {\\n affected_rows\\n }\\n}\"];\n/**\n * The gql function is used to parse GraphQL queries into a document that can be used by GraphQL clients.\n */\nexport function gql(source: \"query FiveFestAcademyReview($ffid: numeric!) {\\n film_groups(where: {film_festival_id: {_eq: $ffid}, type: {_eq: \\\"fivefest\\\"}}) {\\n id\\n name\\n festival_submissions {\\n id\\n sort\\n festival_submission {\\n id\\n film_title\\n genre {\\n id\\n name\\n }\\n poster: assets(where: {asset_type_id: {_eq: 21}}, order_by: {created_at: desc}, limit: 1) {\\n id\\n file_name\\n }\\n }\\n }\\n users(where: {submitted_at: {_is_null: false}}) {\\n id\\n film_group_id\\n rankings\\n user {\\n id\\n sub\\n name\\n email\\n picture\\n }\\n }\\n festival_genre {\\n id\\n name\\n }\\n }\\n}\"): (typeof documents)[\"query FiveFestAcademyReview($ffid: numeric!) {\\n film_groups(where: {film_festival_id: {_eq: $ffid}, type: {_eq: \\\"fivefest\\\"}}) {\\n id\\n name\\n festival_submissions {\\n id\\n sort\\n festival_submission {\\n id\\n film_title\\n genre {\\n id\\n name\\n }\\n poster: assets(where: {asset_type_id: {_eq: 21}}, order_by: {created_at: desc}, limit: 1) {\\n id\\n file_name\\n }\\n }\\n }\\n users(where: {submitted_at: {_is_null: false}}) {\\n id\\n film_group_id\\n rankings\\n user {\\n id\\n sub\\n name\\n email\\n picture\\n }\\n }\\n festival_genre {\\n id\\n name\\n }\\n }\\n}\"];\n/**\n * The gql function is used to parse GraphQL queries into a document that can be used by GraphQL clients.\n */\nexport function gql(source: \"query JudgeReview($ffid: numeric!) {\\n film_groups(where: {film_festival_id: {_eq: $ffid}, type: {_eq: \\\"judge\\\"}}) {\\n id\\n name\\n teams {\\n id\\n sort\\n team {\\n id\\n team_number\\n name\\n film_name\\n poster: assets(where: {asset_type_id: {_eq: 21}}, order_by: {created: desc}) {\\n id\\n file_name\\n }\\n }\\n }\\n users {\\n id\\n film_group_id\\n rankings\\n user {\\n id\\n sub\\n name\\n email\\n picture\\n }\\n }\\n award {\\n id\\n name\\n description\\n }\\n }\\n}\"): (typeof documents)[\"query JudgeReview($ffid: numeric!) {\\n film_groups(where: {film_festival_id: {_eq: $ffid}, type: {_eq: \\\"judge\\\"}}) {\\n id\\n name\\n teams {\\n id\\n sort\\n team {\\n id\\n team_number\\n name\\n film_name\\n poster: assets(where: {asset_type_id: {_eq: 21}}, order_by: {created: desc}) {\\n id\\n file_name\\n }\\n }\\n }\\n users {\\n id\\n film_group_id\\n rankings\\n user {\\n id\\n sub\\n name\\n email\\n picture\\n }\\n }\\n award {\\n id\\n name\\n description\\n }\\n }\\n}\"];\n/**\n * The gql function is used to parse GraphQL queries into a document that can be used by GraphQL clients.\n */\nexport function gql(source: \"query SelectionReview($ffid: numeric!) {\\n film_groups(where: {film_festival_id: {_eq: $ffid}, type: {_eq: \\\"selection\\\"}}) {\\n id\\n name\\n teams {\\n id\\n sort\\n team {\\n id\\n team_number\\n name\\n film_name\\n poster: assets(where: {asset_type_id: {_eq: 21}}, order_by: {created: desc}) {\\n id\\n file_name\\n }\\n selection_metrics(where: {value: {_gt: 0}}) {\\n id\\n team_id\\n award_id\\n real_user_id\\n value\\n }\\n award_nominations_aggregate(distinct_on: award_id) {\\n aggregate { count }\\n }\\n }\\n }\\n users {\\n id\\n user {\\n id\\n sub\\n name\\n email\\n picture\\n }\\n }\\n }\\n awards(where: { max_nominations: { _neq: 0 } }, order_by: { name: asc }) {\\n id\\n name\\n description\\n max_nominations\\n }\\n}\"): (typeof documents)[\"query SelectionReview($ffid: numeric!) {\\n film_groups(where: {film_festival_id: {_eq: $ffid}, type: {_eq: \\\"selection\\\"}}) {\\n id\\n name\\n teams {\\n id\\n sort\\n team {\\n id\\n team_number\\n name\\n film_name\\n poster: assets(where: {asset_type_id: {_eq: 21}}, order_by: {created: desc}) {\\n id\\n file_name\\n }\\n selection_metrics(where: {value: {_gt: 0}}) {\\n id\\n team_id\\n award_id\\n real_user_id\\n value\\n }\\n award_nominations_aggregate(distinct_on: award_id) {\\n aggregate { count }\\n }\\n }\\n }\\n users {\\n id\\n user {\\n id\\n sub\\n name\\n email\\n picture\\n }\\n }\\n }\\n awards(where: { max_nominations: { _neq: 0 } }, order_by: { name: asc }) {\\n id\\n name\\n description\\n max_nominations\\n }\\n}\"];\n/**\n * The gql function is used to parse GraphQL queries into a document that can be used by GraphQL clients.\n */\nexport function gql(source: \"query SuperSharables {\\n sharables(order_by: { created_at: desc }) {\\n id\\n title\\n description\\n mux_playback_id\\n mux_thumb_time\\n }\\n}\"): (typeof documents)[\"query SuperSharables {\\n sharables(order_by: { created_at: desc }) {\\n id\\n title\\n description\\n mux_playback_id\\n mux_thumb_time\\n }\\n}\"];\n/**\n * The gql function is used to parse GraphQL queries into a document that can be used by GraphQL clients.\n */\nexport function gql(source: \"query SuperFilmsForSharing {\\n teams(where: {film_festival_id: {_eq:25}, team_number: {_is_null: false}, submitted_at: {_is_null: false}} order_by: { team_number: asc }) {\\n id\\n film_festival {\\n id\\n name\\n }\\n name\\n team_number\\n film_name\\n film {\\n id\\n mux_playback_id\\n mux_thumbnail_time\\n }\\n }\\n}\"): (typeof documents)[\"query SuperFilmsForSharing {\\n teams(where: {film_festival_id: {_eq:25}, team_number: {_is_null: false}, submitted_at: {_is_null: false}} order_by: { team_number: asc }) {\\n id\\n film_festival {\\n id\\n name\\n }\\n name\\n team_number\\n film_name\\n film {\\n id\\n mux_playback_id\\n mux_thumbnail_time\\n }\\n }\\n}\"];\n/**\n * The gql function is used to parse GraphQL queries into a document that can be used by GraphQL clients.\n */\nexport function gql(source: \"query AdminTeamsSearch($search: String = \\\"%\\\", $limit: Int = 10, $offset: Int = 0) {\\n teams_aggregate(where: {team_number: {_is_null: false}, _or: [{name: {_ilike: $search}}, {film_name: {_ilike: $search}}, {studio: {name: {_ilike: $search}}}]}) {\\n aggregate {\\n count\\n }\\n }\\n teams(where: {team_number: {_is_null: false}, _or: [{name: {_ilike: $search}}, {film_name: {_ilike: $search}}, {studio: {name: {_ilike: $search}}}]}, order_by: [{film_festival_id: desc}, {team_number: asc}], limit: $limit, offset: $offset) {\\n id\\n film_festival {\\n id\\n name\\n due_at\\n }\\n team_number\\n name\\n studio {\\n id\\n name\\n }\\n film_name\\n genre\\n film {\\n id\\n mux_playback_id\\n }\\n submitted_at\\n owner_id\\n }\\n}\"): (typeof documents)[\"query AdminTeamsSearch($search: String = \\\"%\\\", $limit: Int = 10, $offset: Int = 0) {\\n teams_aggregate(where: {team_number: {_is_null: false}, _or: [{name: {_ilike: $search}}, {film_name: {_ilike: $search}}, {studio: {name: {_ilike: $search}}}]}) {\\n aggregate {\\n count\\n }\\n }\\n teams(where: {team_number: {_is_null: false}, _or: [{name: {_ilike: $search}}, {film_name: {_ilike: $search}}, {studio: {name: {_ilike: $search}}}]}, order_by: [{film_festival_id: desc}, {team_number: asc}], limit: $limit, offset: $offset) {\\n id\\n film_festival {\\n id\\n name\\n due_at\\n }\\n team_number\\n name\\n studio {\\n id\\n name\\n }\\n film_name\\n genre\\n film {\\n id\\n mux_playback_id\\n }\\n submitted_at\\n owner_id\\n }\\n}\"];\n/**\n * The gql function is used to parse GraphQL queries into a document that can be used by GraphQL clients.\n */\nexport function gql(source: \"query AdminUsersSearch($search: String!, $limit: Int = 10, $offset: Int = 0) {\\n users_aggregate(where: {_or: [{name: {_ilike: $search}}, {email: {_ilike: $search}}]}) {\\n aggregate {\\n count\\n }\\n }\\n users(where: {_or: [{name: {_ilike: $search}}, {email: {_ilike: $search}}]}, order_by: {created: desc}, limit: $limit, offset: $offset) {\\n id\\n sub\\n name\\n email\\n picture\\n meta\\n roles: meta(path: \\\"roles\\\")\\n created\\n }\\n}\"): (typeof documents)[\"query AdminUsersSearch($search: String!, $limit: Int = 10, $offset: Int = 0) {\\n users_aggregate(where: {_or: [{name: {_ilike: $search}}, {email: {_ilike: $search}}]}) {\\n aggregate {\\n count\\n }\\n }\\n users(where: {_or: [{name: {_ilike: $search}}, {email: {_ilike: $search}}]}, order_by: {created: desc}, limit: $limit, offset: $offset) {\\n id\\n sub\\n name\\n email\\n picture\\n meta\\n roles: meta(path: \\\"roles\\\")\\n created\\n }\\n}\"];\n/**\n * The gql function is used to parse GraphQL queries into a document that can be used by GraphQL clients.\n */\nexport function gql(source: \"mutation AdminUsersSetMeta($id: numeric!, $meta: jsonb!) {\\n update_users_by_pk(pk_columns: {id: $id}, _set: {meta: $meta}) {\\n id\\n meta\\n roles: meta(path: \\\"roles\\\")\\n }\\n}\"): (typeof documents)[\"mutation AdminUsersSetMeta($id: numeric!, $meta: jsonb!) {\\n update_users_by_pk(pk_columns: {id: $id}, _set: {meta: $meta}) {\\n id\\n meta\\n roles: meta(path: \\\"roles\\\")\\n }\\n}\"];\n/**\n * The gql function is used to parse GraphQL queries into a document that can be used by GraphQL clients.\n */\nexport function gql(source: \"query PackageInventory($ffid: Int! = 24) {\\n ticket_tailor_vouchers(where: {film_festival_id: {_eq: $ffid}}) {\\n id\\n value\\n }\\n}\"): (typeof documents)[\"query PackageInventory($ffid: Int! = 24) {\\n ticket_tailor_vouchers(where: {film_festival_id: {_eq: $ffid}}) {\\n id\\n value\\n }\\n}\"];\n/**\n * The gql function is used to parse GraphQL queries into a document that can be used by GraphQL clients.\n */\nexport function gql(source: \"query MyVouchers($ffid: Int! = 24) {\\n ticket_tailor_vouchers(where: {film_festival_id: {_eq: $ffid}}) {\\n id\\n code\\n value\\n }\\n}\"): (typeof documents)[\"query MyVouchers($ffid: Int! = 24) {\\n ticket_tailor_vouchers(where: {film_festival_id: {_eq: $ffid}}) {\\n id\\n code\\n value\\n }\\n}\"];\n/**\n * The gql function is used to parse GraphQL queries into a document that can be used by GraphQL clients.\n */\nexport function gql(source: \"query GetGuestRegistration($hash: String!) {\\n registration: fetchedObscuredRegistration(id: 0, hash: $hash) {\\n id\\n first_name\\n middle_name\\n last_name\\n primary_email\\n secondary_email\\n primary_phone\\n secondary_phone\\n address_1\\n address_2\\n city\\n state\\n zip\\n country\\n role\\n film_festival\\n team\\n signature_ts\\n signature_name\\n is_minor\\n signature_phone\\n signature_email\\n }\\n}\"): (typeof documents)[\"query GetGuestRegistration($hash: String!) {\\n registration: fetchedObscuredRegistration(id: 0, hash: $hash) {\\n id\\n first_name\\n middle_name\\n last_name\\n primary_email\\n secondary_email\\n primary_phone\\n secondary_phone\\n address_1\\n address_2\\n city\\n state\\n zip\\n country\\n role\\n film_festival\\n team\\n signature_ts\\n signature_name\\n is_minor\\n signature_phone\\n signature_email\\n }\\n}\"];\n/**\n * The gql function is used to parse GraphQL queries into a document that can be used by GraphQL clients.\n */\nexport function gql(source: \"query MyPendingInvites($ffid: numeric! $email: String!) {\\n invitations: team_memberships(where: {team: {film_festival_id: {_eq: $ffid}}, user_id: {_is_null: true}, registration: {primary_email: {_ilike: $email}}}) {\\n id\\n registration {\\n id\\n first_name\\n middle_name\\n last_name\\n primary_email\\n secondary_email\\n primary_phone\\n secondary_phone\\n address_1\\n address_2\\n city\\n state\\n zip\\n country\\n }\\n role {\\n id\\n name\\n }\\n team {\\n id\\n name\\n team_number\\n studio {\\n id\\n name\\n }\\n }\\n }\\n}\"): (typeof documents)[\"query MyPendingInvites($ffid: numeric! $email: String!) {\\n invitations: team_memberships(where: {team: {film_festival_id: {_eq: $ffid}}, user_id: {_is_null: true}, registration: {primary_email: {_ilike: $email}}}) {\\n id\\n registration {\\n id\\n first_name\\n middle_name\\n last_name\\n primary_email\\n secondary_email\\n primary_phone\\n secondary_phone\\n address_1\\n address_2\\n city\\n state\\n zip\\n country\\n }\\n role {\\n id\\n name\\n }\\n team {\\n id\\n name\\n team_number\\n studio {\\n id\\n name\\n }\\n }\\n }\\n}\"];\n/**\n * The gql function is used to parse GraphQL queries into a document that can be used by GraphQL clients.\n */\nexport function gql(source: \"subscription ShouldReloadTeam($id: ID!) {\\n shouldReloadTeam(id: $id)\\n}\"): (typeof documents)[\"subscription ShouldReloadTeam($id: ID!) {\\n shouldReloadTeam(id: $id)\\n}\"];\n/**\n * The gql function is used to parse GraphQL queries into a document that can be used by GraphQL clients.\n */\nexport function gql(source: \"mutation CreateTeam($object: registrations_insert_input!) {\\n insert_registrations_one(object: $object) {\\n id\\n team_membership {\\n id\\n team_id\\n }\\n }\\n}\"): (typeof documents)[\"mutation CreateTeam($object: registrations_insert_input!) {\\n insert_registrations_one(object: $object) {\\n id\\n team_membership {\\n id\\n team_id\\n }\\n }\\n}\"];\n/**\n * The gql function is used to parse GraphQL queries into a document that can be used by GraphQL clients.\n */\nexport function gql(source: \"subscription ShouldReloadFestivalSubmission($id: ID!) {\\n shouldReloadFestivalSubmission(id: $id)\\n}\"): (typeof documents)[\"subscription ShouldReloadFestivalSubmission($id: ID!) {\\n shouldReloadFestivalSubmission(id: $id)\\n}\"];\n/**\n * The gql function is used to parse GraphQL queries into a document that can be used by GraphQL clients.\n */\nexport function gql(source: \"query PrizeSponsorFilmGroups($ffid: numeric!, $poster: numeric!) {\\n filmGroups: film_groups(where: { film_festival_id: { _eq: $ffid }, type: { _eq: \\\"prize\\\" } }) {\\n id\\n name\\n teams(order_by: { sort: asc }) {\\n id\\n team {\\n id\\n name\\n team_number\\n film_name\\n genre\\n description\\n poster: assets(\\n where: { asset_type_id: { _eq: $poster } }\\n order_by: { created: desc }\\n limit: 1\\n ) {\\n id\\n file_name\\n }\\n film {\\n id\\n mux_playback_id\\n mux_thumbnail_time\\n }\\n studio {\\n id\\n name\\n }\\n }\\n }\\n }\\n}\"): (typeof documents)[\"query PrizeSponsorFilmGroups($ffid: numeric!, $poster: numeric!) {\\n filmGroups: film_groups(where: { film_festival_id: { _eq: $ffid }, type: { _eq: \\\"prize\\\" } }) {\\n id\\n name\\n teams(order_by: { sort: asc }) {\\n id\\n team {\\n id\\n name\\n team_number\\n film_name\\n genre\\n description\\n poster: assets(\\n where: { asset_type_id: { _eq: $poster } }\\n order_by: { created: desc }\\n limit: 1\\n ) {\\n id\\n file_name\\n }\\n film {\\n id\\n mux_playback_id\\n mux_thumbnail_time\\n }\\n studio {\\n id\\n name\\n }\\n }\\n }\\n }\\n}\"];\n/**\n * The gql function is used to parse GraphQL queries into a document that can be used by GraphQL clients.\n */\nexport function gql(source: \"query ArchiveFestivalQuery @cached(ttl: 300) {\\n awards {\\n id\\n name\\n }\\n film_festivals(order_by: {id: desc}) {\\n id\\n name\\n is_fm\\n teams(where: {submitted_at: {_is_null: false}}, order_by: {film_name: asc}) {\\n id\\n team_number\\n name\\n film_name\\n genre\\n description\\n poster: assets(where: {asset_type_id: {_eq: 21}}, order_by: {created: desc}, limit: 1) {\\n id\\n file_name\\n }\\n film {\\n id\\n mux_playback_id\\n mux_thumbnail_time\\n }\\n studio {\\n id\\n name\\n }\\n awards: award_wins(order_by: {rank: asc}) {\\n id\\n rank\\n award_id\\n }\\n }\\n }\\n}\"): (typeof documents)[\"query ArchiveFestivalQuery @cached(ttl: 300) {\\n awards {\\n id\\n name\\n }\\n film_festivals(order_by: {id: desc}) {\\n id\\n name\\n is_fm\\n teams(where: {submitted_at: {_is_null: false}}, order_by: {film_name: asc}) {\\n id\\n team_number\\n name\\n film_name\\n genre\\n description\\n poster: assets(where: {asset_type_id: {_eq: 21}}, order_by: {created: desc}, limit: 1) {\\n id\\n file_name\\n }\\n film {\\n id\\n mux_playback_id\\n mux_thumbnail_time\\n }\\n studio {\\n id\\n name\\n }\\n awards: award_wins(order_by: {rank: asc}) {\\n id\\n rank\\n award_id\\n }\\n }\\n }\\n}\"];\n/**\n * The gql function is used to parse GraphQL queries into a document that can be used by GraphQL clients.\n */\nexport function gql(source: \"query FilmGroupsQuery($ffid: numeric!) {\\n film_groups(where: {type: {_eq: \\\"screening\\\"}, film_festival_id: {_eq: $ffid}}) {\\n id\\n name\\n teams {\\n id\\n sort\\n team {\\n id\\n team_number\\n name\\n film_name\\n poster: assets(where: {asset_type_id: {_eq: 21}}, order_by: {created: desc}, limit: 1) {\\n id\\n file_name\\n }\\n }\\n }\\n }\\n}\"): (typeof documents)[\"query FilmGroupsQuery($ffid: numeric!) {\\n film_groups(where: {type: {_eq: \\\"screening\\\"}, film_festival_id: {_eq: $ffid}}) {\\n id\\n name\\n teams {\\n id\\n sort\\n team {\\n id\\n team_number\\n name\\n film_name\\n poster: assets(where: {asset_type_id: {_eq: 21}}, order_by: {created: desc}, limit: 1) {\\n id\\n file_name\\n }\\n }\\n }\\n }\\n}\"];\n/**\n * The gql function is used to parse GraphQL queries into a document that can be used by GraphQL clients.\n */\nexport function gql(source: \"query AudienceFavoriteCounts($ffid: numeric!) {\\n audience_favorite_counts(where: {team: {film_festival_id: {_eq: $ffid}}}) {\\n id: team_id\\n count\\n team {\\n id\\n name\\n film_name\\n }\\n }\\n}\"): (typeof documents)[\"query AudienceFavoriteCounts($ffid: numeric!) {\\n audience_favorite_counts(where: {team: {film_festival_id: {_eq: $ffid}}}) {\\n id: team_id\\n count\\n team {\\n id\\n name\\n film_name\\n }\\n }\\n}\"];\n/**\n * The gql function is used to parse GraphQL queries into a document that can be used by GraphQL clients.\n */\nexport function gql(source: \"mutation RecordAudienceFavoriteVote($teamId: Int!, $userId: Int!) {\\n insert_audience_favorite_votes_one(object: {team_id: $teamId, user_id: $userId}) {\\n id\\n }\\n}\"): (typeof documents)[\"mutation RecordAudienceFavoriteVote($teamId: Int!, $userId: Int!) {\\n insert_audience_favorite_votes_one(object: {team_id: $teamId, user_id: $userId}) {\\n id\\n }\\n}\"];\n/**\n * The gql function is used to parse GraphQL queries into a document that can be used by GraphQL clients.\n */\nexport function gql(source: \"fragment TeamRole on team_roles {\\n id name description\\n}\"): (typeof documents)[\"fragment TeamRole on team_roles {\\n id name description\\n}\"];\n/**\n * The gql function is used to parse GraphQL queries into a document that can be used by GraphQL clients.\n */\nexport function gql(source: \"fragment Country on countries {\\n id name code\\n}\"): (typeof documents)[\"fragment Country on countries {\\n id name code\\n}\"];\n/**\n * The gql function is used to parse GraphQL queries into a document that can be used by GraphQL clients.\n */\nexport function gql(source: \"fragment StudioInfoLite on studios {\\n id name owner_id teams(where: {film_festival_id: {_eq: $ffidNum}}) { id name team_number submitted_at }\\n}\"): (typeof documents)[\"fragment StudioInfoLite on studios {\\n id name owner_id teams(where: {film_festival_id: {_eq: $ffidNum}}) { id name team_number submitted_at }\\n}\"];\n/**\n * The gql function is used to parse GraphQL queries into a document that can be used by GraphQL clients.\n */\nexport function gql(source: \"fragment Genre on genres {\\n id name description\\n}\"): (typeof documents)[\"fragment Genre on genres {\\n id name description\\n}\"];\n/**\n * The gql function is used to parse GraphQL queries into a document that can be used by GraphQL clients.\n */\nexport function gql(source: \"fragment FestivalGenre on festival_genres {\\n id name description\\n}\"): (typeof documents)[\"fragment FestivalGenre on festival_genres {\\n id name description\\n}\"];\n/**\n * The gql function is used to parse GraphQL queries into a document that can be used by GraphQL clients.\n */\nexport function gql(source: \"fragment AssetType on asset_types {\\n id title\\n}\"): (typeof documents)[\"fragment AssetType on asset_types {\\n id title\\n}\"];\n/**\n * The gql function is used to parse GraphQL queries into a document that can be used by GraphQL clients.\n */\nexport function gql(source: \"query FestivalManagerCache($userId: numeric!, $userIdInt: Int!, $ffid: Int!, $ffidNum: numeric!) {\\n team_roles(where: { name: { _is_null: false }}, order_by: {name: asc}) {\\n ...TeamRole\\n }\\n countries(where: { name: { _is_null: false }}, order_by: {name: asc}) {\\n ...Country\\n }\\n genres(order_by: {name: asc}) {\\n ...Genre\\n }\\n festival_genres(where: { film_festival_id: { _eq: $ffid } }, order_by: {name: asc}) {\\n ...FestivalGenre\\n }\\n studios(where: {_or: [\\n {owner_id: {_eq: $userIdInt}},\\n {teams: {owner_id: {_eq: $userId}}},\\n {teams: {memberships: {user_id: {_eq: $userId}}}}\\n ]}) {\\n ...StudioInfoLite\\n }\\n assetTypes: asset_types(where: {_or: [{hidden: {_is_null: true}},{hidden: {_neq: \\\"Y\\\"}}]} order_by: {title: asc}) {\\n ...AssetType\\n }\\n}\\n\"): (typeof documents)[\"query FestivalManagerCache($userId: numeric!, $userIdInt: Int!, $ffid: Int!, $ffidNum: numeric!) {\\n team_roles(where: { name: { _is_null: false }}, order_by: {name: asc}) {\\n ...TeamRole\\n }\\n countries(where: { name: { _is_null: false }}, order_by: {name: asc}) {\\n ...Country\\n }\\n genres(order_by: {name: asc}) {\\n ...Genre\\n }\\n festival_genres(where: { film_festival_id: { _eq: $ffid } }, order_by: {name: asc}) {\\n ...FestivalGenre\\n }\\n studios(where: {_or: [\\n {owner_id: {_eq: $userIdInt}},\\n {teams: {owner_id: {_eq: $userId}}},\\n {teams: {memberships: {user_id: {_eq: $userId}}}}\\n ]}) {\\n ...StudioInfoLite\\n }\\n assetTypes: asset_types(where: {_or: [{hidden: {_is_null: true}},{hidden: {_neq: \\\"Y\\\"}}]} order_by: {title: asc}) {\\n ...AssetType\\n }\\n}\\n\"];\n/**\n * The gql function is used to parse GraphQL queries into a document that can be used by GraphQL clients.\n */\nexport function gql(source: \"mutation UpsertFiveFestAcademyRankings($object: film_group_users_insert_input!) {\\n insert_film_group_users_one(object: $object, on_conflict: {constraint: film_group_users_user_id_film_group_id_key, update_columns: [rankings, submitted_at]}) {\\n id\\n film_group_id\\n user_id\\n rankings\\n submitted_at\\n }\\n}\"): (typeof documents)[\"mutation UpsertFiveFestAcademyRankings($object: film_group_users_insert_input!) {\\n insert_film_group_users_one(object: $object, on_conflict: {constraint: film_group_users_user_id_film_group_id_key, update_columns: [rankings, submitted_at]}) {\\n id\\n film_group_id\\n user_id\\n rankings\\n submitted_at\\n }\\n}\"];\n/**\n * The gql function is used to parse GraphQL queries into a document that can be used by GraphQL clients.\n */\nexport function gql(source: \"query FiveFestAcademyFilmGroups($ffid: numeric!, $poster: Int!) {\\n filmGroups: film_groups(where: {film_festival_id: {_eq: $ffid}}, order_by: {name: asc}) {\\n id\\n name\\n users(limit: 1) {\\n id\\n film_group_id\\n user_id\\n rankings\\n submitted_at\\n }\\n festival_submissions {\\n id\\n sort\\n festival_submission {\\n id\\n film_title\\n tagline\\n synopsis\\n production_company\\n production_year\\n mux_playback_id\\n mux_thumbnail_time\\n poster: assets(where: {asset_type_id: {_eq: $poster}}, order_by: {created_at: desc}, limit: 1) {\\n id\\n file_name\\n }\\n genre {\\n id\\n name\\n }\\n feedback {\\n id\\n comments\\n }\\n }\\n }\\n }\\n}\"): (typeof documents)[\"query FiveFestAcademyFilmGroups($ffid: numeric!, $poster: Int!) {\\n filmGroups: film_groups(where: {film_festival_id: {_eq: $ffid}}, order_by: {name: asc}) {\\n id\\n name\\n users(limit: 1) {\\n id\\n film_group_id\\n user_id\\n rankings\\n submitted_at\\n }\\n festival_submissions {\\n id\\n sort\\n festival_submission {\\n id\\n film_title\\n tagline\\n synopsis\\n production_company\\n production_year\\n mux_playback_id\\n mux_thumbnail_time\\n poster: assets(where: {asset_type_id: {_eq: $poster}}, order_by: {created_at: desc}, limit: 1) {\\n id\\n file_name\\n }\\n genre {\\n id\\n name\\n }\\n feedback {\\n id\\n comments\\n }\\n }\\n }\\n }\\n}\"];\n/**\n * The gql function is used to parse GraphQL queries into a document that can be used by GraphQL clients.\n */\nexport function gql(source: \"query FestivalSubmissionQuery($ffid: Int!, $poster: Int!) {\\n festival_submissions(where: {film_festival_id: {_eq: $ffid}}) {\\n id\\n film_title\\n tagline\\n paid_at\\n submitted_at\\n poster: assets(where: {asset_type_id: {_eq: $poster}}, order_by: {created_at: desc}, limit: 1) {\\n id\\n file_name\\n }\\n }\\n}\"): (typeof documents)[\"query FestivalSubmissionQuery($ffid: Int!, $poster: Int!) {\\n festival_submissions(where: {film_festival_id: {_eq: $ffid}}) {\\n id\\n film_title\\n tagline\\n paid_at\\n submitted_at\\n poster: assets(where: {asset_type_id: {_eq: $poster}}, order_by: {created_at: desc}, limit: 1) {\\n id\\n file_name\\n }\\n }\\n}\"];\n/**\n * The gql function is used to parse GraphQL queries into a document that can be used by GraphQL clients.\n */\nexport function gql(source: \"query LoadFestivalSubmission($id: Int!) {\\n festival_submissions_by_pk(id: $id) {\\n id\\n first_name\\n middle_name\\n last_name\\n primary_phone\\n secondary_phone\\n primary_email\\n secondary_email\\n address_1\\n address_2\\n city\\n state\\n zip\\n country\\n \\n film_title\\n tagline\\n genre {\\n id\\n name\\n description\\n }\\n production_year\\n production_company\\n synopsis\\n\\n mux_asset_id\\n mux_upload_id\\n mux_playback_id\\n mux_asset_data\\n\\n paid_at\\n submitted_at\\n\\n assets {\\n id\\n file_name\\n asset_type {\\n id\\n title\\n }\\n created_at\\n }\\n\\n vouchers {\\n id\\n team {\\n id\\n studio_id\\n team_number\\n name\\n }\\n }\\n }\\n}\"): (typeof documents)[\"query LoadFestivalSubmission($id: Int!) {\\n festival_submissions_by_pk(id: $id) {\\n id\\n first_name\\n middle_name\\n last_name\\n primary_phone\\n secondary_phone\\n primary_email\\n secondary_email\\n address_1\\n address_2\\n city\\n state\\n zip\\n country\\n \\n film_title\\n tagline\\n genre {\\n id\\n name\\n description\\n }\\n production_year\\n production_company\\n synopsis\\n\\n mux_asset_id\\n mux_upload_id\\n mux_playback_id\\n mux_asset_data\\n\\n paid_at\\n submitted_at\\n\\n assets {\\n id\\n file_name\\n asset_type {\\n id\\n title\\n }\\n created_at\\n }\\n\\n vouchers {\\n id\\n team {\\n id\\n studio_id\\n team_number\\n name\\n }\\n }\\n }\\n}\"];\n/**\n * The gql function is used to parse GraphQL queries into a document that can be used by GraphQL clients.\n */\nexport function gql(source: \"mutation SubmissionPayment(\\n $returnUrl: String!\\n $lineItems: [StripeLineItem!]!\\n $festivalSubmissionId: Int!\\n) {\\n url: stripeCreatePurchase(returnUrl:$returnUrl lineItems:$lineItems festivalSubmissionId:$festivalSubmissionId)\\n}\"): (typeof documents)[\"mutation SubmissionPayment(\\n $returnUrl: String!\\n $lineItems: [StripeLineItem!]!\\n $festivalSubmissionId: Int!\\n) {\\n url: stripeCreatePurchase(returnUrl:$returnUrl lineItems:$lineItems festivalSubmissionId:$festivalSubmissionId)\\n}\"];\n/**\n * The gql function is used to parse GraphQL queries into a document that can be used by GraphQL clients.\n */\nexport function gql(source: \"mutation SaveFestivalSubmission($id: Int!, $_set: festival_submissions_set_input = {}) {\\n update_festival_submissions_by_pk(pk_columns: {id: $id}, _set: $_set) {\\n id\\n }\\n}\"): (typeof documents)[\"mutation SaveFestivalSubmission($id: Int!, $_set: festival_submissions_set_input = {}) {\\n update_festival_submissions_by_pk(pk_columns: {id: $id}, _set: $_set) {\\n id\\n }\\n}\"];\n/**\n * The gql function is used to parse GraphQL queries into a document that can be used by GraphQL clients.\n */\nexport function gql(source: \"mutation JudgeSaveRankings($id: Int!, $rankings: jsonb) {\\n update_film_group_users_by_pk(pk_columns: {id: $id}, _set: {rankings: $rankings}) {\\n id\\n film_group_id\\n user_id\\n rankings\\n submitted_at\\n }\\n}\"): (typeof documents)[\"mutation JudgeSaveRankings($id: Int!, $rankings: jsonb) {\\n update_film_group_users_by_pk(pk_columns: {id: $id}, _set: {rankings: $rankings}) {\\n id\\n film_group_id\\n user_id\\n rankings\\n submitted_at\\n }\\n}\"];\n/**\n * The gql function is used to parse GraphQL queries into a document that can be used by GraphQL clients.\n */\nexport function gql(source: \"mutation JudgeSaveSubmittedAt($id: Int!, $submittedAt: timestamptz) {\\n update_film_group_users_by_pk(pk_columns: {id: $id}, _set: {submitted_at: $submittedAt}) {\\n id\\n film_group_id\\n user_id\\n rankings\\n submitted_at\\n }\\n}\"): (typeof documents)[\"mutation JudgeSaveSubmittedAt($id: Int!, $submittedAt: timestamptz) {\\n update_film_group_users_by_pk(pk_columns: {id: $id}, _set: {submitted_at: $submittedAt}) {\\n id\\n film_group_id\\n user_id\\n rankings\\n submitted_at\\n }\\n}\"];\n/**\n * The gql function is used to parse GraphQL queries into a document that can be used by GraphQL clients.\n */\nexport function gql(source: \"query JudgeFilmGroups($ffid: numeric!, $poster: numeric!) {\\n filmGroups: film_groups(where: { film_festival_id: { _eq: $ffid } }, order_by: {name: asc}) {\\n id\\n name\\n users(limit: 1) {\\n id\\n film_group_id\\n user_id\\n rankings\\n submitted_at\\n }\\n award {\\n id\\n name\\n description\\n }\\n teams(order_by: { sort: asc }) {\\n id\\n sort\\n team {\\n id\\n name\\n team_number\\n film_name\\n genre\\n description\\n poster: assets(\\n where: { asset_type_id: { _eq: $poster } }\\n order_by: { created: desc }\\n limit: 1\\n ) {\\n id\\n file_name\\n }\\n film {\\n id\\n mux_playback_id\\n mux_thumbnail_time\\n }\\n studio {\\n id\\n name\\n }\\n award_nominations(order_by: {award: {name: asc}}) {\\n id\\n award {\\n id\\n name\\n }\\n assets(limit: 1) {\\n id\\n file_name\\n }\\n membership {\\n id\\n registration {\\n id\\n first_name\\n last_name\\n }\\n }\\n }\\n }\\n }\\n }\\n}\"): (typeof documents)[\"query JudgeFilmGroups($ffid: numeric!, $poster: numeric!) {\\n filmGroups: film_groups(where: { film_festival_id: { _eq: $ffid } }, order_by: {name: asc}) {\\n id\\n name\\n users(limit: 1) {\\n id\\n film_group_id\\n user_id\\n rankings\\n submitted_at\\n }\\n award {\\n id\\n name\\n description\\n }\\n teams(order_by: { sort: asc }) {\\n id\\n sort\\n team {\\n id\\n name\\n team_number\\n film_name\\n genre\\n description\\n poster: assets(\\n where: { asset_type_id: { _eq: $poster } }\\n order_by: { created: desc }\\n limit: 1\\n ) {\\n id\\n file_name\\n }\\n film {\\n id\\n mux_playback_id\\n mux_thumbnail_time\\n }\\n studio {\\n id\\n name\\n }\\n award_nominations(order_by: {award: {name: asc}}) {\\n id\\n award {\\n id\\n name\\n }\\n assets(limit: 1) {\\n id\\n file_name\\n }\\n membership {\\n id\\n registration {\\n id\\n first_name\\n last_name\\n }\\n }\\n }\\n }\\n }\\n }\\n}\"];\n/**\n * The gql function is used to parse GraphQL queries into a document that can be used by GraphQL clients.\n */\nexport function gql(source: \"query ScreeningPlaylist {\\n film_groups(where: {type: {_eq: \\\"screening\\\"}, name: {_nlike: \\\"%Winners%\\\"}}) {\\n id\\n name\\n teams {\\n id\\n sort\\n film_group_id\\n team {\\n id\\n team_number\\n name\\n film_name\\n genre\\n description\\n poster: assets(order_by: {created: desc}, limit: 1) {\\n id\\n file_name\\n }\\n film {\\n id\\n mux_playback_id\\n mux_thumbnail_time\\n }\\n studio {\\n id\\n name\\n }\\n }\\n }\\n }\\n five_fest_film_groups: film_groups(where: {type: {_eq: \\\"fivefest\\\"}, name: {_like: \\\"Block%\\\"}}) {\\n id\\n name\\n festival_submissions {\\n id\\n sort\\n festival_submission {\\n id\\n film_title\\n production_company\\n production_year\\n synopsis\\n tagline\\n first_name\\n last_name\\n mux_playback_id\\n genre {\\n id\\n name\\n }\\n poster: assets(order_by: {created_at: desc}, limit: 1) {\\n id\\n file_name\\n }\\n }\\n }\\n }\\n}\"): (typeof documents)[\"query ScreeningPlaylist {\\n film_groups(where: {type: {_eq: \\\"screening\\\"}, name: {_nlike: \\\"%Winners%\\\"}}) {\\n id\\n name\\n teams {\\n id\\n sort\\n film_group_id\\n team {\\n id\\n team_number\\n name\\n film_name\\n genre\\n description\\n poster: assets(order_by: {created: desc}, limit: 1) {\\n id\\n file_name\\n }\\n film {\\n id\\n mux_playback_id\\n mux_thumbnail_time\\n }\\n studio {\\n id\\n name\\n }\\n }\\n }\\n }\\n five_fest_film_groups: film_groups(where: {type: {_eq: \\\"fivefest\\\"}, name: {_like: \\\"Block%\\\"}}) {\\n id\\n name\\n festival_submissions {\\n id\\n sort\\n festival_submission {\\n id\\n film_title\\n production_company\\n production_year\\n synopsis\\n tagline\\n first_name\\n last_name\\n mux_playback_id\\n genre {\\n id\\n name\\n }\\n poster: assets(order_by: {created_at: desc}, limit: 1) {\\n id\\n file_name\\n }\\n }\\n }\\n }\\n}\"];\n/**\n * The gql function is used to parse GraphQL queries into a document that can be used by GraphQL clients.\n */\nexport function gql(source: \"query SelectionFilmGroups($ffid: numeric!, $poster: numeric!) {\\n filmGroups: film_groups(where: { film_festival_id: { _eq: $ffid }, type: { _eq: \\\"selection\\\" } }) {\\n id\\n name\\n teams(order_by: { sort: asc }) {\\n id\\n team {\\n id\\n name\\n team_number\\n film_name\\n genre\\n description\\n poster: assets(\\n where: { asset_type_id: { _eq: $poster } }\\n order_by: { created: desc }\\n limit: 1\\n ) {\\n id\\n file_name\\n }\\n film {\\n id\\n mux_playback_id\\n mux_thumbnail_time\\n }\\n studio {\\n id\\n name\\n }\\n selection_metrics_aggregate(where: {value: {_gt: 0}}) {\\n aggregate {\\n count\\n }\\n }\\n selection_metrics {\\n id\\n award_id\\n value\\n }\\n award_nominations(order_by: {award: {name: asc}}) {\\n id\\n award {\\n id\\n name\\n }\\n assets(limit: 1) {\\n id\\n file_name\\n }\\n membership {\\n id\\n registration {\\n id\\n first_name\\n last_name\\n }\\n }\\n }\\n }\\n }\\n selection_progresses {\\n id\\n index\\n seek\\n }\\n }\\n awards(where: { max_nominations: { _neq: 0 } }, order_by: { name: asc }) {\\n id\\n name\\n description\\n max_nominations\\n }\\n}\"): (typeof documents)[\"query SelectionFilmGroups($ffid: numeric!, $poster: numeric!) {\\n filmGroups: film_groups(where: { film_festival_id: { _eq: $ffid }, type: { _eq: \\\"selection\\\" } }) {\\n id\\n name\\n teams(order_by: { sort: asc }) {\\n id\\n team {\\n id\\n name\\n team_number\\n film_name\\n genre\\n description\\n poster: assets(\\n where: { asset_type_id: { _eq: $poster } }\\n order_by: { created: desc }\\n limit: 1\\n ) {\\n id\\n file_name\\n }\\n film {\\n id\\n mux_playback_id\\n mux_thumbnail_time\\n }\\n studio {\\n id\\n name\\n }\\n selection_metrics_aggregate(where: {value: {_gt: 0}}) {\\n aggregate {\\n count\\n }\\n }\\n selection_metrics {\\n id\\n award_id\\n value\\n }\\n award_nominations(order_by: {award: {name: asc}}) {\\n id\\n award {\\n id\\n name\\n }\\n assets(limit: 1) {\\n id\\n file_name\\n }\\n membership {\\n id\\n registration {\\n id\\n first_name\\n last_name\\n }\\n }\\n }\\n }\\n }\\n selection_progresses {\\n id\\n index\\n seek\\n }\\n }\\n awards(where: { max_nominations: { _neq: 0 } }, order_by: { name: asc }) {\\n id\\n name\\n description\\n max_nominations\\n }\\n}\"];\n/**\n * The gql function is used to parse GraphQL queries into a document that can be used by GraphQL clients.\n */\nexport function gql(source: \"mutation UpsertSelectionProgress($film_group_id: Int!, $index: Int!) {\\n insert_selection_progress_one(\\n object: { film_group_id: $film_group_id, index: $index, seek: 0 }\\n on_conflict: {\\n constraint: selection_progress_film_group_id_real_user_id_key\\n update_columns: [index, seek]\\n }\\n ) {\\n id index seek\\n }\\n}\"): (typeof documents)[\"mutation UpsertSelectionProgress($film_group_id: Int!, $index: Int!) {\\n insert_selection_progress_one(\\n object: { film_group_id: $film_group_id, index: $index, seek: 0 }\\n on_conflict: {\\n constraint: selection_progress_film_group_id_real_user_id_key\\n update_columns: [index, seek]\\n }\\n ) {\\n id index seek\\n }\\n}\"];\n/**\n * The gql function is used to parse GraphQL queries into a document that can be used by GraphQL clients.\n */\nexport function gql(source: \"mutation UpsertSelectionMetric(\\n $award_id: numeric!\\n $team_id: numeric!\\n $value: Int!\\n) {\\n insert_selection_metrics_one(\\n object: { award_id: $award_id, team_id: $team_id, value: $value }\\n on_conflict: {\\n constraint: selection_metrics_real_user_id_team_id_award_id_key\\n update_columns: value\\n }\\n ) {\\n id\\n team_id\\n award_id\\n value\\n team {\\n id\\n selection_metrics_aggregate(where: {value: {_gt: 0}}) {\\n aggregate {\\n count\\n }\\n }\\n }\\n }\\n}\"): (typeof documents)[\"mutation UpsertSelectionMetric(\\n $award_id: numeric!\\n $team_id: numeric!\\n $value: Int!\\n) {\\n insert_selection_metrics_one(\\n object: { award_id: $award_id, team_id: $team_id, value: $value }\\n on_conflict: {\\n constraint: selection_metrics_real_user_id_team_id_award_id_key\\n update_columns: value\\n }\\n ) {\\n id\\n team_id\\n award_id\\n value\\n team {\\n id\\n selection_metrics_aggregate(where: {value: {_gt: 0}}) {\\n aggregate {\\n count\\n }\\n }\\n }\\n }\\n}\"];\n/**\n * The gql function is used to parse GraphQL queries into a document that can be used by GraphQL clients.\n */\nexport function gql(source: \"fragment User on users {\\n id name email sub picture\\n}\"): (typeof documents)[\"fragment User on users {\\n id name email sub picture\\n}\"];\n/**\n * The gql function is used to parse GraphQL queries into a document that can be used by GraphQL clients.\n */\nexport function gql(source: \"query Whoami {\\n users {\\n ...User\\n }\\n}\"): (typeof documents)[\"query Whoami {\\n users {\\n ...User\\n }\\n}\"];\n/**\n * The gql function is used to parse GraphQL queries into a document that can be used by GraphQL clients.\n */\nexport function gql(source: \"query StudioCache($id: Int!) {\\n studio: studios_by_pk(id: $id) {\\n id\\n name\\n owner_id\\n participating_since\\n slogan\\n teams {\\n id\\n name\\n film_name\\n team_number\\n film_festival {\\n id\\n name\\n }\\n film {\\n id\\n vimeo_url\\n mux_playback_id\\n mux_thumbnail_time\\n recommendations: mux_asset_data(path: \\\"non_standard_input_reasons\\\")\\n }\\n memberships_aggregate {\\n aggregate { count }\\n }\\n memberships {\\n id\\n user_id\\n role {\\n id\\n name\\n }\\n registration {\\n id\\n first_name\\n last_name\\n }\\n }\\n }\\n }\\n}\"): (typeof documents)[\"query StudioCache($id: Int!) {\\n studio: studios_by_pk(id: $id) {\\n id\\n name\\n owner_id\\n participating_since\\n slogan\\n teams {\\n id\\n name\\n film_name\\n team_number\\n film_festival {\\n id\\n name\\n }\\n film {\\n id\\n vimeo_url\\n mux_playback_id\\n mux_thumbnail_time\\n recommendations: mux_asset_data(path: \\\"non_standard_input_reasons\\\")\\n }\\n memberships_aggregate {\\n aggregate { count }\\n }\\n memberships {\\n id\\n user_id\\n role {\\n id\\n name\\n }\\n registration {\\n id\\n first_name\\n last_name\\n }\\n }\\n }\\n }\\n}\"];\n/**\n * The gql function is used to parse GraphQL queries into a document that can be used by GraphQL clients.\n */\nexport function gql(source: \"query TeamCache($id: numeric!, $posterAssetTypeId: numeric!) {\\n team: teams_by_pk(id: $id) {\\n id\\n film_festival {\\n id\\n name\\n registration_fee\\n due_at\\n }\\n studio_id\\n owner_id\\n name\\n team_number\\n film_name\\n genre\\n description\\n duration\\n is_no_music\\n submitted_at\\n inspiration_meta\\n festival_submission_vouchers {\\n id\\n redeemed_at\\n festival_submission {\\n id\\n film_title\\n mux_playback_id\\n submitted_at\\n }\\n }\\n memberships {\\n id\\n is_invited\\n registration {\\n id\\n first_name\\n last_name\\n primary_email\\n signature_ts\\n }\\n role {\\n id\\n name\\n }\\n user_id\\n user {\\n id\\n sub\\n }\\n }\\n award_nominations {\\n id\\n award_id\\n asset_types { id asset_type_id }\\n assets { id asset_type_id }\\n }\\n prize_elections { id prize_id }\\n music_releases {\\n id\\n song_title\\n composer\\n publisher\\n start_time\\n duration\\n society\\n use_type\\n is_royalty_free\\n royalty_free_source\\n is_original\\n asset {\\n id\\n file_name\\n }\\n }\\n location_releases {\\n id\\n venue_name\\n first_name\\n middle_name\\n last_name\\n address_1\\n address_2\\n city\\n state\\n zip\\n country\\n is_owned_by_team\\n asset {\\n id\\n file_name\\n }\\n }\\n payments_aggregate {\\n aggregate {\\n sum {\\n amount\\n }\\n }\\n }\\n film {\\n id\\n duration\\n mux_playback_id\\n mux_thumbnail_time\\n uploaded_at\\n recommendations: mux_asset_data(path: \\\"non_standard_input_reasons\\\")\\n }\\n posters: assets(limit: 1, order_by: {created: desc_nulls_last}, where: {asset_type_id: {_eq: $posterAssetTypeId}}) {\\n id\\n file_name\\n }\\n assets(where: {asset_type: {_or: {_or: [{hidden: {_is_null: true}},{hidden: {_neq: \\\"Y\\\"}}]}}}) {\\n id\\n file_name\\n asset_type {\\n id\\n title\\n }\\n }\\n submission {\\n id\\n paperwork_ts\\n film_ts\\n has_reupload\\n official_ts\\n is_on_time\\n }\\n matchup_requests_aggregate(where: {withdrawn: {_is_null: true}}) {\\n aggregate {\\n count\\n }\\n }\\n }\\n awards(where: { max_nominations: { _gt: 0 } }) { id }\\n}\"): (typeof documents)[\"query TeamCache($id: numeric!, $posterAssetTypeId: numeric!) {\\n team: teams_by_pk(id: $id) {\\n id\\n film_festival {\\n id\\n name\\n registration_fee\\n due_at\\n }\\n studio_id\\n owner_id\\n name\\n team_number\\n film_name\\n genre\\n description\\n duration\\n is_no_music\\n submitted_at\\n inspiration_meta\\n festival_submission_vouchers {\\n id\\n redeemed_at\\n festival_submission {\\n id\\n film_title\\n mux_playback_id\\n submitted_at\\n }\\n }\\n memberships {\\n id\\n is_invited\\n registration {\\n id\\n first_name\\n last_name\\n primary_email\\n signature_ts\\n }\\n role {\\n id\\n name\\n }\\n user_id\\n user {\\n id\\n sub\\n }\\n }\\n award_nominations {\\n id\\n award_id\\n asset_types { id asset_type_id }\\n assets { id asset_type_id }\\n }\\n prize_elections { id prize_id }\\n music_releases {\\n id\\n song_title\\n composer\\n publisher\\n start_time\\n duration\\n society\\n use_type\\n is_royalty_free\\n royalty_free_source\\n is_original\\n asset {\\n id\\n file_name\\n }\\n }\\n location_releases {\\n id\\n venue_name\\n first_name\\n middle_name\\n last_name\\n address_1\\n address_2\\n city\\n state\\n zip\\n country\\n is_owned_by_team\\n asset {\\n id\\n file_name\\n }\\n }\\n payments_aggregate {\\n aggregate {\\n sum {\\n amount\\n }\\n }\\n }\\n film {\\n id\\n duration\\n mux_playback_id\\n mux_thumbnail_time\\n uploaded_at\\n recommendations: mux_asset_data(path: \\\"non_standard_input_reasons\\\")\\n }\\n posters: assets(limit: 1, order_by: {created: desc_nulls_last}, where: {asset_type_id: {_eq: $posterAssetTypeId}}) {\\n id\\n file_name\\n }\\n assets(where: {asset_type: {_or: {_or: [{hidden: {_is_null: true}},{hidden: {_neq: \\\"Y\\\"}}]}}}) {\\n id\\n file_name\\n asset_type {\\n id\\n title\\n }\\n }\\n submission {\\n id\\n paperwork_ts\\n film_ts\\n has_reupload\\n official_ts\\n is_on_time\\n }\\n matchup_requests_aggregate(where: {withdrawn: {_is_null: true}}) {\\n aggregate {\\n count\\n }\\n }\\n }\\n awards(where: { max_nominations: { _gt: 0 } }) { id }\\n}\"];\n\nexport function gql(source: string) {\n return (documents as any)[source] ?? {};\n}\n\nexport type DocumentType> = TDocumentNode extends DocumentNode< infer TType, any> ? TType : never;"],"names":["TeamRoleFragmentDoc","CountryFragmentDoc","StudioInfoLiteFragmentDoc","GenreFragmentDoc","FestivalGenreFragmentDoc","AssetTypeFragmentDoc","UserFragmentDoc","RemoveSelectionAssignmentDocument","FilmGroupFestivalSubmissionUpDocument","FilmGroupFestivalSubmissionDownDocument","FilmGroupFestivalSubmissionRemoveDocument","SpliceFilmGroupFestivalSubmissionDocument","SelectionBallotDocument","FilmGroupFilmUpDocument","FilmGroupFilmDownDocument","FilmGroupFilmRemoveDocument","SpliceFilmGroupFilmDocument","AdminCreateUserDocument","AdminEditUserDocument","TerminalCheckoutDocument","TerminalCancelDocument","FiveFestAcademyFeedbackDocument","FestivalSubmissionVouchersDocument","ClaimFestivalSubmissionVoucherDocument","SubmitFiveFestDocument","StudioInterviewDetailsDocument","CreateStudioDocument","UpdateTeamDetailsDocument","MyExitInterviewDocument","MyExitInterviewSubDocument","ReadyExitInterviewDocument","DeleteAwardNominationDocument","DeleteNominationAssetDocument","DeleteLocationReleaseDocument","DeleteMembershipDocument","DeleteMusicReleaseDocument","LoadRegistrationDocument","ReqeustSignatureDocument","InviteMemberDocument","InviteGuestDocument","CreateTeamMemberDocument","TeamAwardNominationsDocument","CreateAwardNominationDocument","DeleteTeamAssetDocument","DownloadTeamAssetDocument","UpdateFilmDetailsDocument","CreateFestivalSubmissionDocument","AttachAssetToLocationReleaseDocument","MyMatchupDocument","MatchupRequestsDocument","SaveMyMatchupDocument","AttachAssetToMusicReleaseDocument","ToggleNoMusicDocument","TeamPaymentDocument","TeamPrizeNominationsDocument","PrizeOptInDocument","DeletePrizeNominationDocument","SubmitTeamDocument","SetThumbTimeDocument","SignAssetDocument","CreateAssetUploadDocument","UploadTeamAssetDocument","CreateAwardNominationAssetDocument","UploadFilmDocument","UploadFiveFestFilmDocument","UploadFestivalSubmissionAssetDocument","JoinLiveKitExitInterviewDocument","CreateLocationReleaseDocument","UpdateLocationReleaseDocument","MatchupExpertiseDocument","CreateMusicReleaseDocument","UpdateMusicReleaseDocument","LastRegistrationDocument","SaveRegistrationDocument","SignRegistrationDocument","AwardsCeremonyCheckinQueryDocument","RecordAwardsCeremonyCheckinDocument","ExitInterviewsDocument","ExitInterviewsSubDocument","ClaimExitInterviewDocument","FilmGroupFilmsDocument","FilmGroupAssignmentsDocument","UsersByRoleDocument","AssignFilmGroupDocument","FiveFestAcademyReviewDocument","JudgeReviewDocument","SelectionReviewDocument","SuperSharablesDocument","SuperFilmsForSharingDocument","AdminTeamsSearchDocument","AdminUsersSearchDocument","AdminUsersSetMetaDocument","PackageInventoryDocument","MyVouchersDocument","GetGuestRegistrationDocument","MyPendingInvitesDocument","ShouldReloadTeamDocument","CreateTeamDocument","ShouldReloadFestivalSubmissionDocument","PrizeSponsorFilmGroupsDocument","ArchiveFestivalQueryDocument","FilmGroupsQueryDocument","AudienceFavoriteCountsDocument","RecordAudienceFavoriteVoteDocument","FestivalManagerCacheDocument","UpsertFiveFestAcademyRankingsDocument","FiveFestAcademyFilmGroupsDocument","FestivalSubmissionQueryDocument","LoadFestivalSubmissionDocument","SubmissionPaymentDocument","SaveFestivalSubmissionDocument","JudgeSaveRankingsDocument","JudgeSaveSubmittedAtDocument","JudgeFilmGroupsDocument","ScreeningPlaylistDocument","SelectionFilmGroupsDocument","UpsertSelectionProgressDocument","UpsertSelectionMetricDocument","WhoamiDocument","StudioCacheDocument","TeamCacheDocument","documents","types.RemoveSelectionAssignmentDocument","types.FilmGroupFestivalSubmissionUpDocument","types.FilmGroupFestivalSubmissionDownDocument","types.FilmGroupFestivalSubmissionRemoveDocument","types.SpliceFilmGroupFestivalSubmissionDocument","types.SelectionBallotDocument","types.FilmGroupFilmUpDocument","types.FilmGroupFilmDownDocument","types.FilmGroupFilmRemoveDocument","types.SpliceFilmGroupFilmDocument","types.AdminCreateUserDocument","types.AdminEditUserDocument","types.TerminalCheckoutDocument","types.TerminalCancelDocument","types.FiveFestAcademyFeedbackDocument","types.FestivalSubmissionVouchersDocument","types.ClaimFestivalSubmissionVoucherDocument","types.SubmitFiveFestDocument","types.StudioInterviewDetailsDocument","types.CreateStudioDocument","types.UpdateTeamDetailsDocument","types.MyExitInterviewDocument","types.MyExitInterviewSubDocument","types.ReadyExitInterviewDocument","types.DeleteAwardNominationDocument","types.DeleteNominationAssetDocument","types.DeleteLocationReleaseDocument","types.DeleteMembershipDocument","types.DeleteMusicReleaseDocument","types.LoadRegistrationDocument","types.ReqeustSignatureDocument","types.InviteMemberDocument","types.InviteGuestDocument","types.CreateTeamMemberDocument","types.TeamAwardNominationsDocument","types.CreateAwardNominationDocument","types.DeleteTeamAssetDocument","types.DownloadTeamAssetDocument","types.UpdateFilmDetailsDocument","types.CreateFestivalSubmissionDocument","types.AttachAssetToLocationReleaseDocument","types.MyMatchupDocument","types.MatchupRequestsDocument","types.SaveMyMatchupDocument","types.AttachAssetToMusicReleaseDocument","types.ToggleNoMusicDocument","types.TeamPaymentDocument","types.TeamPrizeNominationsDocument","types.PrizeOptInDocument","types.DeletePrizeNominationDocument","types.SubmitTeamDocument","types.SetThumbTimeDocument","types.SignAssetDocument","types.CreateAssetUploadDocument","types.UploadTeamAssetDocument","types.CreateAwardNominationAssetDocument","types.UploadFilmDocument","types.UploadFiveFestFilmDocument","types.UploadFestivalSubmissionAssetDocument","types.JoinLiveKitExitInterviewDocument","types.CreateLocationReleaseDocument","types.UpdateLocationReleaseDocument","types.MatchupExpertiseDocument","types.CreateMusicReleaseDocument","types.UpdateMusicReleaseDocument","types.LastRegistrationDocument","types.SaveRegistrationDocument","types.SignRegistrationDocument","types.AwardsCeremonyCheckinQueryDocument","types.RecordAwardsCeremonyCheckinDocument","types.ExitInterviewsDocument","types.ExitInterviewsSubDocument","types.ClaimExitInterviewDocument","types.FilmGroupFilmsDocument","types.FilmGroupAssignmentsDocument","types.UsersByRoleDocument","types.AssignFilmGroupDocument","types.FiveFestAcademyReviewDocument","types.JudgeReviewDocument","types.SelectionReviewDocument","types.SuperSharablesDocument","types.SuperFilmsForSharingDocument","types.AdminTeamsSearchDocument","types.AdminUsersSearchDocument","types.AdminUsersSetMetaDocument","types.PackageInventoryDocument","types.MyVouchersDocument","types.GetGuestRegistrationDocument","types.MyPendingInvitesDocument","types.ShouldReloadTeamDocument","types.CreateTeamDocument","types.ShouldReloadFestivalSubmissionDocument","types.PrizeSponsorFilmGroupsDocument","types.ArchiveFestivalQueryDocument","types.FilmGroupsQueryDocument","types.AudienceFavoriteCountsDocument","types.RecordAudienceFavoriteVoteDocument","types.TeamRoleFragmentDoc","types.CountryFragmentDoc","types.StudioInfoLiteFragmentDoc","types.GenreFragmentDoc","types.FestivalGenreFragmentDoc","types.AssetTypeFragmentDoc","types.FestivalManagerCacheDocument","types.UpsertFiveFestAcademyRankingsDocument","types.FiveFestAcademyFilmGroupsDocument","types.FestivalSubmissionQueryDocument","types.LoadFestivalSubmissionDocument","types.SubmissionPaymentDocument","types.SaveFestivalSubmissionDocument","types.JudgeSaveRankingsDocument","types.JudgeSaveSubmittedAtDocument","types.JudgeFilmGroupsDocument","types.ScreeningPlaylistDocument","types.SelectionFilmGroupsDocument","types.UpsertSelectionProgressDocument","types.UpsertSelectionMetricDocument","types.UserFragmentDoc","types.WhoamiDocument","types.StudioCacheDocument","types.TeamCacheDocument","gql","source"],"mappings":"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"}