Circuit
A circuit is a series of tournaments, for example: ESL Pro Tour (EPT)
type Circuit {
id: ID!
name: String
short: String
}
Fields
Circuit.id
● ID!
non-null scalar
The unique identifier of the object
Circuit.name
● String
scalar
The full name of the circuit (e.g. ESL Pro Tour)
Circuit.short
● String
scalar
The short name of the circuit (e.g. EPT)
Member Of
Insight
object ● Tournament
object