Skip to content

Deterministic mapping of records with mixed results #2246

Closed
@meistermeier

Description

@meistermeier

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.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions