_GOTermIsDirections

No description

type _GOTermIsDirections {
subTerm(
first: Int = 0
offset: Int = 0
orderBy: [_IsAOrdering] = []
filter: _IsAFilter
): [_GOTermIs]
term(
first: Int = 0
offset: Int = 0
orderBy: [_IsAOrdering] = []
filter: _IsAFilter
): [_GOTermIs]
}

Fields

subTerm ([_GOTermIs])

Field for the GOTerm node this IS_A relationship is coming from.

term ([_GOTermIs])

Field for the GOTerm node this IS_A relationship is going to.