updated datomic.

This commit is contained in:
Bryce Covert
2018-12-15 10:18:21 -08:00
4 changed files with 4 additions and 5 deletions

View File

@@ -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)