TeamRefereeHistory
Referee's team history, i.e. which team a referee has been a member of.
type TeamRefereeHistory {
teamId: ID!
joinedAt: Timestamp!
joinedAtEpoch: Int!
}
Fields
TeamRefereeHistory.teamId
● ID!
non-null scalar
ID of the team the referee joined.
TeamRefereeHistory.joinedAt
● Timestamp!
non-null scalar
Time in RFC3339Nano format when the referee joined the team.
TeamRefereeHistory.joinedAtEpoch
● Int!
non-null scalar
Epoch at which the referee joined the team.
Member of
TeamRefereeHistoryEdge
object