Insight
Insight
type Insight {
attributes: [KeyValuePair]
circuit: Circuit
id: ID!
key: String
match: Match
opponentPlayer: Player
opponentTeam: Team
player: Player
team: Team
timestamp: String
type: InsightType
}
Fields
Insight.attributes
● [KeyValuePair]
list object
Additional data points depending on the insight itself. Further information specified in Introduction > Insights section
Insight.circuit
● Circuit
object
Related circuit data where the insight happened (only available when type = RECORD_CIRCUIT)
Insight.id
● ID!
non-null scalar
The unique identifier of the object
Insight.key
● String
scalar
The key of the insight. Further information specified in Introduction > Insights section
Insight.match
● Match
object
Related match data where the insight have generated
Insight.opponentPlayer
● Player
object
Related player data of opponent (only available for certain insights)
Insight.opponentTeam
● Team
object
Related team data of opponent (only available for certain insights)
Insight.player
● Player
object
Related player data (only available when insight is a owned by a team)
Insight.team
● Team
object
Related team data (only available when insight is a owned by a team)
Insight.timestamp
● String
scalar
The timestamp in UTC when the insight happened in format: “2023-01-19T14:39:26Z”
Insight.type
● InsightType
enum
The given type of the insight
Member Of
InsightResult
object