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