Conversion of Relational database to Graph Database

Hey trying to convert Relational Database to Graph facing issue with nodes.

Below is my schema for Relational Database. I'm importing files using csv.

@Hasnainu4 You mention "issue" but you don't tell us anything about your issue. Designing a graph database is a little different than designing a relational database - you should think about the kinds of questions you will ask of your graph and then design a graph that meets those needs. Have you checked out the Data Modeling Fundamentals course on Graph Academy?