Skip to main content
Version: 2025-03-11

Organizer

A organizer that executes a tournament

type Organizer {
id: ID!
name: String
short: String
url: String
}

Fields

Organizer.id ● ID! non-null scalar

The unique identifier of the object

Organizer.name ● String scalar

The full name of the organizer (e.g. EWC)

Organizer.short ● String scalar

The short name of the (e.g. Esports World Cup)

Organizer.url ● String scalar

The website of the organizer

Member Of

Tournament object