TeamReferee
A team's referee info
type TeamReferee {
teamId: ID!
referee: ID!
joinedAt: Timestamp!
joinedAtEpoch: Int!
}
Fields
TeamReferee.teamId
● ID!
non-null scalar
Team ID.
TeamReferee.referee
● ID!
non-null scalar
Party ID of the referee
TeamReferee.joinedAt
● Timestamp!
non-null scalar
Time in RFC3339Nano format when the referee joined the team.
TeamReferee.joinedAtEpoch
● Int!
non-null scalar
Epoch at which the referee joined the team.
Member of
TeamRefereeEdge
object