_TranscriptGenes
No description
type _TranscriptGenes {
  source: String!
  taxid: String
  _id: String
  gene: Gene
}
Fields
source (String!)
taxid (String)
_id (String)
Generated field for querying the Neo4j system id of this relationship.
gene (Gene)
Field for the Gene node this CODES relationship is coming from.