_CompoundTargets
No description
type _CompoundTargets {
  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 TARGETS relationship is going to.