OBJECT

StatisticType

Match statistics

link GraphQL Schema definition

  • type StatisticType {
  • qualifier: String
  • cornerKicks: Int
  • redCards: Int
  • shotsOnTarget: Int
  • shotsTotal: Int
  • yellowCards: Int
  • yellowRedCards: Int
  • offsides: Int
  • fouls: Int
  • ballPossession: Int
  • shotsBlocked: Int
  • blocks: Int
  • rebounds: Int
  • assists: Int
  • steals: Int
  • teamTurnovers: Int
  • freeThrowAttemptsTotal: Int
  • freeThrowAttemptsSuccessful: Int
  • twoPointAttemptsTotal: Int
  • twoPointAttemptsSuccessful: Int
  • threePointAttemptsTotal: Int
  • threePointAttemptsSuccessful: Int
  • biggestLead: Int
  • timeSpentInLead: Int
  • fieldGoals: Int
  • goalsScored: Int
  • saveAccuracy: Int
  • saves: Int
  • sevenmGoals: Int
  • shootingAccuracy: Int
  • suspensions: Int
  • aces: Int
  • breakpointsWon: Int
  • doubleFaults: Int
  • totalBreakpoints: Int
  • }