Team
A game-specific team that be that can participate in a tournament
type Team {
club: Club
createdAt: String!
gamePlatform: GamePlatform
id: ID!
images: [Image]
name: String
players: [Player]
residence: String
short: String
updatedAt: String!
}
Fields
Team.club
● Club
object
The club that the team is belonging to
Team.createdAt
● String!
non-null scalar
Timestamp in ISO8601 when this object have been created
Team.gamePlatform
● GamePlatform
object
The game platform that the team is playing
Team.id
● ID!
non-null scalar
The unique identifier of the object
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
List of players of the team
Team.residence
● String
scalar
Residence
Team.short
● String
scalar
The short name of the team
Team.updatedAt
● String!
non-null scalar
Timestamp in ISO8601 when this object have been created
Member Of
Insight
object ● MatchContestant
object ● MatchSeriesContestant
object ● Player
object ● TeamImage
object ● TeamMember
object ● TeamResult
object ● TournamentContestant
object
Implemented By
FixtureData
union