Liking cljdoc? Tell your friends :D

cz.holyjak.rad.database-adapters.asami.pathom

Pathom integration for Asami for Pathom v2

Pathom integration for Asami for Pathom v2
raw docstring

delete-entity!clj

source

env->asamiclj

source

generate-resolversclj

(generate-resolvers attributes schema)
source

make-pathom2-resolverclj

(make-pathom2-resolver {:keys [batch?] :as _opts}
                       resolve-sym
                       qualified-key
                       outputs
                       resolve-fn
                       transform-fn)

Creates a pathom2 resolver, skipping the macro

Creates a pathom2 resolver, skipping the macro
sourceraw docstring

pathom-pluginclj

(pathom-plugin database-mapper)

Instantiate a pathom plugin for Asami connections and DB.

  • database-mapper - a `(fn [env]) -> map from a schema to an Asami connection

NOTE: If you get the error 'form/pathom-plugin is not installed on the parser' then you forgot to install the ...rad.form/pathom-plugin with the save/delete middlewares.

Instantiate a pathom plugin for Asami connections and DB.
- `database-mapper` - a `(fn [env]) -> map from a schema to an Asami connection

NOTE: If you get the error 'form/pathom-plugin is not installed on the parser' then
      you forgot to install the ...rad.form/pathom-plugin with the save/delete middlewares.
sourceraw docstring

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

× close