(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.
(comp-initialize {:com.wsscode.pathom.gen/keys [initialize]
:or {initialize true}}
comp
x)(get-settings {:com.wsscode.pathom.gen/keys [settings meta-settings] :as env})(map->gen x)(map->gen {:com.wsscode.pathom.gen/keys [such-that fmap such-that-max-tries]} x)(normalize-placeholders {:com.wsscode.pathom.core/keys [placeholder-prefixes]
:or {placeholder-prefixes #{">"}}
:as env}
outer
inner)(query->props query)(query->props 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.
(query-props-gen-mutate {:keys [query]
:com.wsscode.pathom.gen/keys [remap-tempids?
mutate-override]
:as env
:or {remap-tempids? true}}
k
p)(query-props-generator query)(query-props-generator {:com.wsscode.pathom.gen/keys [keep-ui?] :as env} query)(query-props-generator-reader {:keys [ast query]
:com.wsscode.pathom.gen/keys
[transform-generator]
:com.wsscode.pathom.core/keys [parent-join-key]
:or {transform-generator identity}
: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 builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |