_ProteinAssociations
No description
type _ProteinAssociations {
  evidence: String!
  qualifier: String
  _id: String
  term: GOTerm
}
Fields
evidence (String!)
qualifier (String)
_id (String)
Generated field for querying the Neo4j system id of this relationship.
term (GOTerm)
Field for the GOTerm node this ASSOCIATION relationship is going to.