jqa-core-framework icon indicating copy to clipboard operation
jqa-core-framework copied to clipboard

Nodes labled with File without property fileName

Open obfischer opened this issue 9 years ago • 1 comments

Using jQAssistant 1.1.3 I found nodes with the label File and without the property fileName.

Query used

match (f:File) where not(has(f.fileName)) return f limit 10

obfischer avatar Jul 12 '16 12:07 obfischer