docs: spelling, content updates for clarity (#2581)

This commit is contained in:
Michael Genson
2023-09-28 18:17:10 -05:00
committed by GitHub
parent ef805c4b57
commit 484c60c7ea
5 changed files with 14 additions and 11 deletions

View File

@@ -142,5 +142,5 @@ And this `orderDirection` value: <br>
This will result in a recipe query where all recipes are sorted by `lastMade` ascending, then `createdAt` descending, and finally `slug` descending.
Similar to query filters, when querying tables with relationships, you can order by properties on related tables. For instance, if you want to query all foods with labels, sorted by label name, you could use this `orderBy`: <br>
Similar to query filters, when querying tables with relationships, you can order by properties on related tables. For instance, if you want to query all foods with labels, sorted by label name, you could use this `orderBy` value: <br>
`label.name`