TournamentImage
Image of a tournament
type TournamentImage {
image: Image
tournament: Tournament
}
Fields
TournamentImage.image
● Image
object
The image of the tournament
TournamentImage.tournament
● Tournament
object
The related tournament fixture with that image
Implemented By
FixtureData
union