Singles
Singles
type Singles {
  matchNumber: Int!
  isTied: Boolean!
  status: String
  winningTeamCode: String
  holesRemaining: Int
  startHole: Int
  players: [SinglesPlayer]
}
Fields
Singles.matchNumber ● Int! non-null scalar
The match number
Singles.isTied ● Boolean! non-null scalar
Flag indicating if the match is currently tied
Singles.status ● String scalar
The staus of the match F = fixtured, L = live, C = completed
Singles.winningTeamCode ● String scalar
The team code of the winner
Singles.holesRemaining ● Int scalar
The holes remaining in the match
Singles.startHole ● Int scalar
The starting hole for the match
Singles.players ● [SinglesPlayer] list object
The player and score information for the match
Member of
HeadToHead  object