_PathwayGenes
No description
type _PathwayGenes {
  evidence: String!
  source: String!
  _id: String
  gene: Gene
}
Fields
evidence (String!)
source (String!)
_id (String)
Generated field for querying the Neo4j system id of this relationship.
gene (Gene)
Field for the Gene node this MEMBER relationship is coming from.