Forum Discussion

citizenelah's avatar
2 months ago

LiQL to GraphQL example sets?

is there an example set of LiQL -> graphQL query conversions anywhere? For example, I use this LiQL query to pull the latest articles in my tkb:

query = f"SELECT subject, view_href, body, labels FROM messages WHERE board.id = '{tkb}' ORDER BY manual_sort, post_time desc limit 4"
response = k.query(query)

 

1 Reply

  • citizenelahIn Aurora, tags and labels have been combined and are now just all called tagsFor your query please follow the mentioned steps in the added image - 

    I hope this works. If you need any other help on this please visit - https://developer.khoros.com/khorosauroradevdocs/docs/manual-sorting-of-kb-articles#fetching-the-kb-articles