Just for understanding: Why was the Java label added to multiple queries?
The concept for java:TypeAssignableFrom needed a change to remove a WITH clause to be compatible with Neo4j v4. That one had initially been introduced to reduce the amount of nodes to be processed by merge. In that context (and with the background of the TypeScript prototype) I decided to further qualify the Type nodes.
The concept for
java:TypeAssignableFrom
needed a change to remove a WITH clause to be compatible with Neo4j v4. That one had initially been introduced to reduce the amount of nodes to be processed by merge. In that context (and with the background of the TypeScript prototype) I decided to further qualify the Type nodes.