OBJECT

Score

The score that led to this standing being awarded. The meaning of this field can vary by standing type and is not used for some standing types.

link GraphQL Schema definition

  • type Score {
  • # The name of this score. e.g. "Kills" or "Stocks"
  • label: String
  • # The raw score value
  • value: Float
  • # Like value, but formatted for race format events. Formatted according to the
  • # race config for the front end to use.
  • displayValue: String
  • }