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