Skip to main content

Foursome

Foursome

type Foursome {
matchNumber: Int!
isTied: Boolean!
status: String
winningTeamCode: String
holesRemaining: Int
startHole: Int
teams: [FoursomeTeam]
}

Fields

Foursome.matchNumber ● Int! non-null scalar

The match number

Foursome.isTied ● Boolean! non-null scalar

Flag indicating if the match is currently tied

Foursome.status ● String scalar

The staus of the match F = fixtured, L = live, C = completed

Foursome.winningTeamCode ● String scalar

The team code of the winner

Foursome.holesRemaining ● Int scalar

The holes remaining in the match

Foursome.startHole ● Int scalar

The starting hole for the match

Foursome.teams ● [FoursomeTeam] list object

The team and score information for the match

Member of

HeadToHead object