OBJECT
Mutation
link GraphQL Schema definition
- type Mutation {
- # Delete a phase by id
- #
- # Arguments
- # phaseId: [Not documented]
- ID!): Boolean ( :
- # Delete a station by id
- #
- # Arguments
- # stationId: [Not documented]
- ID!): Boolean ( :
- # Delete a wave by id
- #
- # Arguments
- # waveId: [Not documented]
- ID!): Boolean ( :
- # Update a set to called state
- #
- # Arguments
- # setId: [Not documented]
- ID!): Set ( :
- # Update a set to called state
- #
- # Arguments
- # setId: [Not documented]
- ID!): Set ( :
- # Report set winner or game stats for a H2H bracket set. If winnerId is
- # supplied, mark set as complete. gameData parameter will overwrite any existing
- # reported game data.
- #
- # Arguments
- # setId: [Not documented]
- # winnerId: [Not documented]
- # gameData: [Not documented]
- (
- ID!, :
- ID, :
- BracketSetGameDataInput] : [
- ): [Set]
- # Resets set to initial state, can affect other sets and phase groups
- #
- # Arguments
- # setId: [Not documented]
- # resetDependentSets: [Not documented]
- ID!, : Boolean): Set ( :
- # Automatically attempt to resolve all schedule conflicts. Returns a list of
- # changed seeds
- #
- # Arguments
- # tournamentId: [Not documented]
- # options: [Not documented]
- (
- ID!, :
- ResolveConflictsOptions :
- ): [Seed]
- # Swap two seed ids in a phase
- #
- # Arguments
- # phaseId: [Not documented]
- # seed1Id: [Not documented]
- # seed2Id: [Not documented]
- ID!, : ID!, : ID!): [Seed] ( :
- # Update set of phase groups in a phase
- #
- # Arguments
- # groupConfigs: [Not documented]
- PhaseGroupUpdateInput]!): [PhaseGroup] ( : [
- # Update the seeding for a phase
- #
- # Arguments
- # phaseId: [Not documented]
- # seedMapping: [Not documented]
- # options: [Not documented]
- (
- ID!, :
- UpdatePhaseSeedInfo]!, : [
- UpdatePhaseSeedingOptions :
- ): Phase
- # Create or update a Phase
- #
- # Arguments
- # phaseId: [Not documented]
- # eventId: [Not documented]
- # payload: [Not documented]
- ID, : ID, : PhaseUpsertInput!): Phase ( :
- # Add or update a station by id
- #
- # Arguments
- # stationId: [Not documented]
- # tournamentId: [Not documented]
- # fields: [Not documented]
- (
- ID, :
- ID, :
- StationUpsertInput! :
- ): Stations
- # Add or update a wave by id
- #
- # Arguments
- # waveId: [Not documented]
- # tournamentId: [Not documented]
- # fields: [Not documented]
- ID, : ID, : WaveUpsertInput!): Wave ( :
- }
link Require by
This element is not required by anyone