we have 6.7 classic engine and trying to use cql session for CRUD operations. What would be better design to use existing graph (classic engine) and implement CQL queries as well as graphQL queries in Springboot applicaiton. Eventually we may migrate to 6.8 but not now.
What are dependencies in springboot to implement CRUD operations?