Liking cljdoc? Tell your friends :D

com.wsscode.pathom.gen


bound-unbounded-recursionscljs

(bound-unbounded-recursions query n)
source

coll-spec?cljs

(coll-spec? k)

Check if a given spec is a coll-of spec.

Check if a given spec is a `coll-of` spec.
sourceraw docstring

comp->dbcljs

(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.
sourceraw docstring

comp->propscljs

(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.
sourceraw docstring

gen-mutatecljs

(gen-mutate {:com.wsscode.pathom.gen/keys [settings] :as env} k params)
source

infocljs

(info {:com.wsscode.pathom.gen/keys [silent?]} & msg)
source

normalize-rangecljs

(normalize-range x)
source

parsercljs

source

pick-range-valuecljs

(pick-range-value range)
source

query->propscljs

(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.
sourceraw docstring

spec-gen-readercljs

(spec-gen-reader {:keys [ast query]
                  :com.wsscode.pathom.gen/keys [settings]
                  :com.wsscode.pathom.core/keys [parent-join-key]
                  :as env})
source

strip-uicljs

(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.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close