Graph based NoSQL is a type of non-relational database designed to handle data with complex relationships. Unlike traditional databases, which use tables to store data, graph databases use nodes, edges, and properties to represent and store data. This format allows for efficient querying and representation of highly interconnected data, making it suitable for applications that require understanding of relationships and hierarchies.