Skip to main content
Version: v0

Team

Team

type Team {
club: Club
createdAt: String
gamePlatform: GamePlatform
id: ID
imageUrl: String
images: [Image]
name: String
players: [Player]
residence: String
short: String
updatedAt: String
}

Fields

Team.club ● Club object

Club

Team.createdAt ● String scalar

Created at

Team.gamePlatform ● GamePlatform object

Game platform

Team.id ● ID scalar

The unique identifier of the team (relates to the key of team squad from ProDB 1.0)

Team.imageUrl ● String scalar

Associated of images url of the team

Team.images ● [Image] list object

Associated of images of the team

Team.name ● String scalar

The full name of the team

Team.players ● [Player] list object

Players

Team.residence ● String scalar

Residence

Team.short ● String scalar

The short name of the team

Team.updatedAt ● String scalar

Updated at

Member Of

Insight object ● MatchContestant object ● MatchSeriesContestant object ● Player object ● TeamResult object ● TournamentContestant object