_CompoundIsAntagonist
No description
type _CompoundIsAntagonist {
  activity: String!
  moa: String!
  reference: String!
  _id: String
  target: Target
}
Fields
activity (String!)
moa (String!)
reference (String!)
_id (String)
Generated field for querying the Neo4j system id of this relationship.
target (Target)
Field for the Target node this IS_ANTAGONIST relationship is going to.