_PathwayPathwaysDirections

No description

type _PathwayPathwaysDirections {
child(
first: Int = 0
offset: Int = 0
orderBy: [_ChildOrdering] = []
filter: _ChildFilter
): [_PathwayPathways]
parent(
first: Int = 0
offset: Int = 0
orderBy: [_ChildOrdering] = []
filter: _ChildFilter
): [_PathwayPathways]
}

Fields

child ([_PathwayPathways])

Field for the Pathway node this CHILD relationship is coming from.

parent ([_PathwayPathways])

Field for the Pathway node this CHILD relationship is going to.