maoosi / prisma-appsync

⚡ Turns your ◭ Prisma Schema into a fully-featured GraphQL API, tailored for AWS AppSync.

Home Page:https://prisma-appsync.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Feature: Allow using `orderBy` in queried nested relations

Tenrys opened this issue · comments

commented

Currently you can only sort at the top level. It would be nice if any nested relationship queries would also support the orderBy parameters.

commented

Having take, where, skip, could also be useful I think, especially for filtering within nested relations

commented

I'm going to be looking into this soon as I have a few use cases for it.