OBJECT
EventTeam
An event-level Team, in the context of some competition
link GraphQL Schema definition
- type EventTeam 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" ) :
- GlobalTeam :
- # Arguments
- # type: [Not documented]
- String): [Image] ( :
- # Arguments
- # status: [Not documented]
- TeamMemberStatus]): [TeamMember] ( : [
- String :
- }