_GeneMapsGenesDirections
No description
type _GeneMapsGenesDirections {
mappedBy(
first: Int = 0
offset: Int = 0
orderBy: [_MapsGeneOrdering] = []
filter: _MapsGeneFilter
): [_GeneMapsGenes]
gene(
first: Int = 0
offset: Int = 0
orderBy: [_MapsGeneOrdering] = []
filter: _MapsGeneFilter
): [_GeneMapsGenes]
}
Fields
mappedBy
([_GeneMapsGenes]
)
Field for the Gene node this MAPS relationship is coming from.
-
first
(Int
)