_GeneSymbolFromBodyTextMentionsFilter
No description
type _GeneSymbolFromBodyTextMentionsFilter {
  AND: [_GeneSymbolFromBodyTextMentionsFilter!]
  OR: [_GeneSymbolFromBodyTextMentionsFilter!]
  score: Float
  score_not: Float
  score_in: [Float!]
  score_not_in: [Float!]
  score_lt: Float
  score_lte: Float
  score_gt: Float
  score_gte: Float
  fromBodyText: _FromBodyTextFilter
}