I referred this site to convert my existing mongodb data to neo4j with relationships mappings. I used the following query to fetch data from mongo to neo4j db.
CALL apoc.mongodb.get('connectionString','dbName','TableName',{}) yield value CALL apoc.gr...