_GenePathways
No description
type _GenePathways {
  evidence: String!
  source: String!
  _id: String
  pathway: Pathway
}
Fields
evidence (String!)
source (String!)
_id (String)
Generated field for querying the Neo4j system id of this relationship.
pathway (Pathway)
Field for the Pathway node this MEMBER relationship is going to.