_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.
-
first(Int) -
offset(Int) -
orderBy([_ChildOrdering]) -
filter(_ChildFilter)
parent ([_PathwayPathways])
Field for the Pathway node this CHILD relationship is going to.
-
first(Int) -
offset(Int) -
orderBy([_ChildOrdering]) -
filter(_ChildFilter)