I have a feed query that returns all posts. Withou...
# prisma-whats-new
m
I have a feed query that returns all posts. Without a constructor, it returns my posts. When I add an
orderBy
filter in the constructor I get a 400 response. In my prisma schema it doesn’t have a constructor because it just returns all posts. How can I achieve this
orderBy
filter?