Skip to main content
Version: 2025-03-11

Club

A club can have multiple teams that are participating in tournaments

type Club {
createdAt: String!
id: ID!
name: String
residence: String
short: String
socialAccounts: [SocialAccount]
updatedAt: String!
}

Fields

Club.createdAt ● String! non-null scalar

Timestamp in ISO8601 when this object have been created

Club.id ● ID! non-null scalar

The unique identifier of the object

Club.name ● String scalar

The name of the club (e.g. Fnatic)

Club.residence ● String scalar

The country of the club's main location in ISO 3166 Alpha-2 (e.g. de)

Club.short ● String scalar

The short name (e.g. FNC)

Club.socialAccounts ● [SocialAccount] list object

List of social media accounts from the club

Club.updatedAt ● String! non-null scalar

Timestamp in ISO8601 when this object have been created

Member Of

Team object

Implemented By

FixtureData union