Flexible schema without POJOs

Hello,

I am getting started with creating an application that does CRUD operations with Neo4j and Java.
I wanted to know if there is an alternative way if I do not want to create POJOs to represent my entities/ models in Spring Boot? I would prefer to directly issue CYPHER queries from my application.

Thanks!