Skip to content

Commit 0046512

Browse files
committed
#build
1 parent 002f43a commit 0046512

3 files changed

Lines changed: 8 additions & 2 deletions

File tree

generated/schema.graphql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17335,7 +17335,7 @@ input migration_hashes_hashes_updates {
1733517335
"""mutation root"""
1733617336
type mutation_root {
1733717337
PreviewTournamentMatchReset(match_id: uuid!): PreviewTournamentMatchResetOutput!
17338-
ResetTournamentMatch(match_id: uuid!, winning_lineup_id: uuid): SuccessOutput
17338+
ResetTournamentMatch(match_id: uuid!, reset_status: String, scheduled_at: timestamptz, winning_lineup_id: uuid): SuccessOutput
1733917339

1734017340
"""accept team invite"""
1734117341
acceptInvite(invite_id: uuid!, type: String!): SuccessOutput

generated/schema.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25823,7 +25823,7 @@ where: migration_hashes_hashes_bool_exp}
2582325823
/** mutation root */
2582425824
export interface mutation_rootGenqlSelection{
2582525825
PreviewTournamentMatchReset?: (PreviewTournamentMatchResetOutputGenqlSelection & { __args: {match_id: Scalars['uuid']} })
25826-
ResetTournamentMatch?: (SuccessOutputGenqlSelection & { __args: {match_id: Scalars['uuid'], winning_lineup_id?: (Scalars['uuid'] | null)} })
25826+
ResetTournamentMatch?: (SuccessOutputGenqlSelection & { __args: {match_id: Scalars['uuid'], reset_status?: (Scalars['String'] | null), scheduled_at?: (Scalars['timestamptz'] | null), winning_lineup_id?: (Scalars['uuid'] | null)} })
2582725827
/** accept team invite */
2582825828
acceptInvite?: (SuccessOutputGenqlSelection & { __args: {invite_id: Scalars['uuid'], type: Scalars['String']} })
2582925829
approveNameChange?: (SuccessOutputGenqlSelection & { __args: {name: Scalars['String'], steam_id: Scalars['bigint']} })

generated/types.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64827,6 +64827,12 @@ export default {
6482764827
2608,
6482864828
"uuid!"
6482964829
],
64830+
"reset_status": [
64831+
36
64832+
],
64833+
"scheduled_at": [
64834+
2211
64835+
],
6483064836
"winning_lineup_id": [
6483164837
2608
6483264838
]

0 commit comments

Comments
 (0)