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