Liking cljdoc? Tell your friends :D

com.wsscode.pathom.gen


bound-unbounded-recursionsclj/s

(bound-unbounded-recursions query n)
source

coll-spec?clj/s

(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->dbclj/s

(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->propsclj/s

(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

comp-initializeclj/s

(comp-initialize {:com.wsscode.pathom.gen/keys [initialize]
                  :or {initialize true}}
                 comp
                 x)
source

comp-props-generatorclj/s

(comp-props-generator env comp)
source

distinct-byclj/s

(distinct-by f s)
source

gen-mutateclj/s

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

infoclj/s

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

normalize-rangeclj/s

(normalize-range x)
source

parserclj/s

source

pick-range-valueclj/s

(pick-range-value range)
source

query->propsclj/s

(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

query-props-generatorclj/s

(query-props-generator query)
(query-props-generator {:com.wsscode.pathom.gen/keys [keep-ui?] :as env} query)
source

query-props-generator-parserclj/s

source

query-props-generator-readerclj/s

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

spec-gen-readerclj/s

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

spec-generatorclj/s

(spec-generator {:com.wsscode.pathom.gen/keys [settings] :keys [ast]})
source

strip-uiclj/s

(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