(coll-spec? k)
Check if a given spec is a coll-of
spec.
Check if a given spec is a `coll-of` spec.
(comp->db comp)
(comp->db env comp)
Generates the query from component and convert into Fulcro db format.
Generates the query from component and convert into Fulcro db format.
(comp->props comp)
(comp->props
{:com.wsscode.pathom.gen/keys [initialize] :as env :or {initialize true}}
comp)
Generates from a given component using spec generators for the attributes.
Generates from a given component using spec generators for the attributes.
(query->props query)
(query->props {:com.wsscode.pathom.gen/keys [keep-ui?] :as env} query)
Generates data from a given query using the spec generators for the attributes.
Generates data from a given query using the spec generators for the attributes.
(spec-gen-reader {:keys [ast query]
:com.wsscode.pathom.gen/keys [settings]
:com.wsscode.pathom.core/keys [parent-join-key]
:as env})
(strip-ui query)
Returns a new query with fragments that are in the ui
namespace removed.
Returns a new query with fragments that are in the `ui` namespace removed.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close