_GeneSymbolSynonymsWordOmitted
No description
type _GeneSymbolSynonymsWordOmitted {
  source: String!
  _id: String
  synonymOf: OmitWord
}
Fields
source (String!)
_id (String)
Generated field for querying the Neo4j system id of this relationship.
synonymOf (OmitWord)
Field for the OmitWord node this SYNONYM relationship is coming from.