_TranscriptMapsTranscripts
No description
type _TranscriptMapsTranscripts {
  source: String!
  status: String
  _id: String
  Transcript: Transcript
}
Fields
source (String!)
status (String)
_id (String)
Generated field for querying the Neo4j system id of this relationship.
Transcript (Transcript)
Field for the Transcript node this MAPS relationship is going to.