Forum Discussion
I have already converted the LiQL query to GraphQL, but our team internally can only use LiQL or SQL in their system. It appears that GraphQL is not universal to every system, whereas SQL often is, so this is probably going to be a point of frustration for a lot of people going forward.
If anyone does learn about a workaround, I'd love to hear it.
SheenaK see my response above, if you developers want to send over their query I'd be happy to review it. There wouldn't be any way for them to be making direct SQL queries against our database, so they are most likely making LiQL queries from the java class. If it's a liQL query its also very likely they are communicating over HTTP requests. GraphQL is a more industry standardized query language than LiQL, which is specific to Lithium Classic communities, both of which are wrapped around REST / HTTP queries to execute. Let me know if I can help review what is in use today and advise on mapping it over when the time is right (assuming the existing LiQL calls are working fine for now).
Related Content
- 9 months ago
- 2 months ago
- 2 months ago
- 2 months ago
- 2 years ago