GOTerm

No description

type GOTerm {
sid: String!
name: String!
namespace: String!
obsolete: Boolean!
subsets: [String]!
associations(
first: Int = 0
offset: Int = 0
orderBy: [_AssociationOrdering] = []
filter: _GOTermAssociationFilter
): [_GOTermAssociations]
is: _GOTermIsDirections
_id: String
}

Fields

sid (String!)

name (String!)

namespace (String!)

obsolete (Boolean!)

subsets ([String]!)

associations ([_GOTermAssociations])

is (_GOTermIsDirections)

_id (String)

Generated field for querying the Neo4j system id of this node.