_DiseaseAssociatatesDaG
No description
type _DiseaseAssociatatesDaG {
  high_confidence: Int!
  locus: Int!
  primary: Int!
  status: String!
  _id: String
  gene: Gene
}
Fields
high_confidence (Int!)
locus (Int!)
primary (Int!)
status (String!)
_id (String)
Generated field for querying the Neo4j system id of this relationship.
gene (Gene)
Field for the Gene node this ASSOCIATES_DaG relationship is going to.