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?