DiseaseIsA
No description
type DiseaseIsA {
  isDisease: Disease!
  position: Int!
  disease: Disease!
}
Fields
isDisease (Disease!)
position (Int!)
disease (Disease!)
/cypher-manual/current/functions/scalar/#functions-id) of this relationship.
Disease (Disease)
Field for the Disease node this IS_A relationship is going to.