OBJECT
GlobalTeam
Global Team
link GraphQL Schema definition
- type GlobalTeam implements Team {
- : ID
- # Uniquely identifying token for team. Same as the hashed part of the slug
- : String
- : Entrant @deprecated( reason: "Use the entrant field off the EventTeam type" )
- : Event @deprecated( reason: "Use the event field off the EventTeam type" )
- # Arguments
- # query: [Not documented]
- (: TeamPaginationQuery): EventTeamConnection
- # Arguments
- # type: [Not documented]
- (: String): [Image]
- # Leagues-level teams for leagues this team is competing in
- #
- # Arguments
- # query: [Not documented]
- (: TeamPaginationQuery): EventTeamConnection
- # Arguments
- # status: [Not documented]
- (: [TeamMemberStatus]): [TeamMember]
- : String
- }