How to GraphQL in Java

Zverko Veselic

GraphQL is not SQL. With GraphQL you develop your API, not query your data layer. If you want to dump your DB to the web and query using SQL, then do that. No point in translating GraphQL to SQL and back.