Juggl (Out now! 1.0.1): A completely interactive, stylable and expandable graph view plugin!

(no changes, no records)
Completed after 545 ms

If i switch to code view:

Neo4j/4.1.3
Server address localhost:7687
Query CALL apoc.cypher.runFile(‘out.cypher’)
Summary
{
“query”: {
“text”: “CALL apoc.cypher.runFile(‘out.cypher’)”,
“parameters”: {}
},
“queryType”: “rw”,
“counters”: {
“_stats”: {
“nodesCreated”: 0,
“nodesDeleted”: 0,
“relationshipsCreated”: 0,
“relationshipsDeleted”: 0,
“propertiesSet”: 0,
“labelsAdded”: 0,
“labelsRemoved”: 0,
“indexesAdded”: 0,
“indexesRemoved”: 0,
“constraintsAdded”: 0,
“constraintsRemoved”: 0
},
“_systemUpdates”: 0
},
“updateStatistics”: {
“_stats”: {
“nodesCreated”: 0,
“nodesDeleted”: 0,
“relationshipsCreated”: 0,
“relationshipsDeleted”: 0,
“propertiesSet”: 0,
“labelsAdded”: 0,
“labelsRemoved”: 0,
“indexesAdded”: 0,
“indexesRemoved”: 0,
“constraintsAdded”: 0,
“constraintsRemoved”: 0
},
“_systemUpdates”: 0
},
“plan”: false,
“profile”: false,
“notifications”: ,
“server”: {
“address”: “localhost:7687”,
“version”: “Neo4j/4.1.3”
},
“resultConsumedAfter”: {
“low”: 539,
“high”: 0
},
“resultAvailableAfter”: {
“low”: 6,
“high”: 0
},
“database”: {
“name”: “neo4j”
}
}
Response

If i check with the command you provided it says Count: 0

The file is there, if i delete it (or rename it) it throws an error instead of this.