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