TeamRefereeHistoryEdge
Edge type containing a team referee history cursor and its associated team referee history data
type TeamRefereeHistoryEdge {
node: TeamRefereeHistory!
cursor: String!
}
Fields
TeamRefereeHistoryEdge.node ● TeamRefereeHistory! non-null object
Team referee history data
TeamRefereeHistoryEdge.cursor ● String! non-null scalar
Cursor identifying the team referee history data
Member of
TeamRefereeHistoryConnection object