_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.

synonym ([_GeneSymbolSynonyms])

Field for the GeneSymbol node this SYNONYM relationship is going to.