SearchRankingDetails

Ranking details (including score) about each search result.
type SearchRankingDetails {
  " Identifier for the search query being sent "
  id: ID!

  " The UUID of the item being returned in the search results "
  uuid: ID

  " The type of item being returned in the search results "
  type: SearchContentType

  " The ranking score for the search results from 100 (exact match) to 0 (no match) "
  rankingScore: Int
}