_TranscriptProteins
No description
type _TranscriptProteins {
  source: String!
  taxid: String
  _id: String
  protein: Protein
}
Fields
source (String!)
taxid (String)
_id (String)
Generated field for querying the Neo4j system id of this relationship.
protein (Protein)
Field for the Protein node this CODES relationship is going to.