Hy,
we have a node (Article) which has a relationship (previousArticle) to itself. In a cypher query we want to query the databse for all nodes with a specific typeNumber (which is unique). So the quey should return only one node.
If we create two no...