Hi,
I try to add a method to my Neo4jRepository to find all nodes of a certain label, but I need to use a Projection because I don't want all data, but I cannot find a syntax that fits :
public List<PatternPreview> findAllProjectedBy();
This gives Nu...