Improve project page related queries and mutations.

This commit is contained in:
Andrey Antukh 2019-12-17 22:10:52 +01:00
parent 0a9ef0d345
commit 05ec4560b9
4 changed files with 38 additions and 39 deletions

View file

@ -8,8 +8,6 @@
"A helpers for work with exceptions."
(:require [clojure.spec.alpha :as s]))
;; TODO: moved to uxbox.common.exceptions
(s/def ::type keyword?)
(s/def ::code keyword?)
(s/def ::mesage string?)