updated datomic.
This commit is contained in:
@@ -27,7 +27,7 @@
|
||||
(limited-companies id) (helpers/merge-where [:in :company-id (limited-companies id)])
|
||||
(not (nil? company-id)) (helpers/merge-where [:= :company-id company-id])))
|
||||
|
||||
(defn get-graphql [{:keys [start sort-by asc limit] :as args :or {limit 10}}]
|
||||
(defn get-graphql [{:keys [start sort-by asc limit] :as args :or {limit 100}}]
|
||||
(query
|
||||
(cond-> (base-graphql args)
|
||||
#_#_(not (nil? sort-by) ) (add-sort-by sort-by asc)
|
||||
|
||||
Reference in New Issue
Block a user