Hi! I'm using Neo4j community edition 3.5.3 and APOC 3.5.0.2. I try to import data from a graphml-file, using
CALL apoc.import.graphml("/path/to/file.graphml", {batchSize: 10000, readLabels: true, storeNodeIds: true, defaultRelationshipType:"RELATED...