-
Notifications
You must be signed in to change notification settings - Fork 49
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Nested sorting #194
Comments
Separating the table from the column using a |
I don't think that possible, see this comment doug-martin/nestjs-query#559 (comment) |
Thanks for pointing out @ValentinVignal, the double underscore makes sense. |
By chance @TriPSs have you been able to look at this or have any insights on a preferred approach? |
Have not looked at it, |
Is your feature request related to a problem? Please describe.
There were some issues on https://github.com/doug-martin/nestjs-query about being able to sort by nested fields:
which could be super helpful. I would like to be able to sort a list of Todos by their linked project name:
In my case, I only have the need for "one-to-one" or "one-to-many" relationships (1 todo won't be linked to multiple projects)
Have you read the Contributing Guidelines?
Yes
Describe the solution you'd like
The solution offered doug-martin/nestjs-query#559 (comment) was not too bad:
Describe alternatives you've considered
Writing my own custom resolver where I can implement my own sorting.
The text was updated successfully, but these errors were encountered: