Open zachdaniel opened 5 months ago
For example: Ash.Query.sort("foo.bar": :asc) and Ash.Query.sort({"foo.bar", :desc})
Ash.Query.sort("foo.bar": :asc)
Ash.Query.sort({"foo.bar", :desc})
Adding this to core is a good first issue. Adding it to the api extensions may be slightly more complex.
For example:
Ash.Query.sort("foo.bar": :asc)
andAsh.Query.sort({"foo.bar", :desc})