_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.
- 
first(Int)
- 
offset(Int)
- 
orderBy([_IsAOrdering])
- 
filter(_IsAFilter)
term ([_GOTermIs])
Field for the GOTerm node this IS_A relationship is going to.
- 
first(Int)
- 
offset(Int)
- 
orderBy([_IsAOrdering])
- 
filter(_IsAFilter)