_OmitWordSynonymsWordOmitted
No description
type _OmitWordSynonymsWordOmitted {
  source: String!
  _id: String
  synonym: GeneSymbol
}
Fields
source (String!)
_id (String)
Generated field for querying the Neo4j system id of this relationship.
synonym (GeneSymbol)
Field for the GeneSymbol node this SYNONYM relationship is going to.