Skip to main content
Version: 2025-03-11

Competition

A competition is a series of tournaments, for example: Intel Extreme Masters (IEM)

type Competition {
id: ID!
name: String
short: String
}

Fields

Competition.id ● ID! non-null scalar

The unique identifier of the object

Competition.name ● String scalar

The name of the competition (e.g. Intel Extreme Masters)

Competition.short ● String scalar

The short name (e.g. IEM)

Member Of

Season object