Season
A season within a Competition (e.g. IEM 2025)
type Season {
competition: Competition
id: ID!
name: String
}
Fields
Season.competition
● Competition
object
season competition
Season.id
● ID!
non-null scalar
The unique identifier of the object
Season.name
● String
scalar
The name of the season
Member Of
Tournament
object