_GeneDiseases
No description
type _GeneDiseases {
  high_confidence: Int!
  locus: Int!
  primary: Int!
  status: String!
  _id: String
  disease: Disease
}
Fields
high_confidence (Int!)
locus (Int!)
primary (Int!)
status (String!)
_id (String)
Generated field for querying the Neo4j system id of this relationship.
disease (Disease)
Field for the Disease node this ASSOCIATES_DaG relationship is coming from.