INPUT_OBJECT

PhaseUpsertInput

link GraphQL Schema definition

  • input PhaseUpsertInput {
  • # The name of the Phase. For example, "Top 8" or "Pools"
  • name: String
  • # The number of pools to configure for the Phase. Only applies to brackets that
  • # support pools
  • groupCount: Int
  • bracketType: BracketType
  • }

link Require by