Closed
Description
Since we do not officially support this, I would call this an enhancement instead of a bug fix ;)
Given that we want to map something like
MATCH (a:DatabaseObject{dbId:$dbId})-[r:output]->(m:PhysicalEntity) RETURN m, r.stoichiometry as n
the mapping mechanism will create a Map
that will only contain the identifier and the node description of the template / repository. If this node description is an (abstract) parent class, we will then lose the information about the concrete type coming from the node's label.