Hi guys, Is there any way sort a table on the bas...
# orm-help
v
Hi guys, Is there any way sort a table on the basis of nested tables field. e.g.: Table: user username, age, sex post post[] Table: post title published author Author Table: Author name city Now want get all users (including fields of posts and author) sorted by city of Author Can we do it with the help of prisma and graphql query?
👀 1
r
Hi @Vivek Poddar 👋 You can sort nested list of records by a particular field or you can sort by relations. See the documentation.
v
👋 Hello @Vivek Poddar - I just wanted to check if Raphael's suggestion help? Is there anything else we can do to help?