Fixes minor issue with sorting
This commit is contained in:
@@ -117,7 +117,7 @@
|
||||
true
|
||||
(merge-query {:query {:find ['?sort-default '?e]}})))]
|
||||
(->> (observable-query query)
|
||||
(apply-sort-4 (update args :sort conj {:sort-key "default-2" :asc true}))
|
||||
(apply-sort-4 (assoc args :default-asc? true))
|
||||
(apply-pagination args))))
|
||||
|
||||
(defn graphql-results [ids db _]
|
||||
|
||||
Reference in New Issue
Block a user