_GeneSymbolSynonymsDirections
No description
type _GeneSymbolSynonymsDirections {
synonymOf(
first: Int = 0
offset: Int = 0
orderBy: [_SynonymOrdering] = []
filter: _SynonymFilter
): [_GeneSymbolSynonyms]
synonym(
first: Int = 0
offset: Int = 0
orderBy: [_SynonymOrdering] = []
filter: _SynonymFilter
): [_GeneSymbolSynonyms]
}
Fields
synonymOf ([_GeneSymbolSynonyms])
Field for the GeneSymbol node this SYNONYM relationship is coming from.
-
first(Int) -
offset(Int) -
orderBy([_SynonymOrdering]) -
filter(_SynonymFilter)
synonym ([_GeneSymbolSynonyms])
Field for the GeneSymbol node this SYNONYM relationship is going to.
-
first(Int) -
offset(Int) -
orderBy([_SynonymOrdering]) -
filter(_SynonymFilter)