maoosi/prisma-appsync

Feature: Allow using `orderBy` in queried nested relations

Opened this issue · 2 comments

Tenrys 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.

Tenrys commented

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

Tenrys commented

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