INPUT_OBJECT
PhaseUpsertInput
link GraphQL Schema definition
- input PhaseUpsertInput {
- # The name of the Phase. For example, "Top 8" or "Pools"
- : String
- # The number of pools to configure for the Phase. Only applies to brackets that
- # support pools
- : Int
- : BracketType
- }