_GeneTranscripts

No description

type _GeneTranscripts {
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 going to.