Skip to main content
Version: testnet (v0.73)

TeamRefereeHistoryConnection

Connection type for retrieving cursor-based paginated team referee history data

type TeamRefereeHistoryConnection {
edges: [TeamRefereeHistoryEdge!]!
pageInfo: PageInfo!
}

Fields

TeamRefereeHistoryConnection.edges ● [TeamRefereeHistoryEdge!]! non-null object

Team referee history in this connection

TeamRefereeHistoryConnection.pageInfo ● PageInfo! non-null object

Pagination information

Returned by

teamRefereeHistory query