Pathway
No description
type Pathway {
  sid: ID!
  name: String!
  org: String!
  source: String!
  taxid: String!
  genes(
    first: Int = 0
    offset: Int = 0
    orderBy: [_MemberOrdering] = []
    filter: _PathwayMemberFilter
  ): [_PathwayGenes]
  pathways: _PathwayPathwaysDirections
  _id: String
}
Fields
sid (ID!)
name (String!)
org (String!)
source (String!)
taxid (String!)
genes ([_PathwayGenes])
- 
first(Int)
- 
offset(Int)
- 
orderBy([_MemberOrdering])
- 
filter(_PathwayMemberFilter)
pathways (_PathwayPathwaysDirections)
_id (String)
Generated field for querying the Neo4j system id of this node.