Liking cljdoc? Tell your friends :D

com.wsscode.pathom.connect.foreign


call-foreign-parserclj/s

(call-foreign-parser env parser)
source

compute-foreign-inputclj/s

(compute-foreign-input {:com.wsscode.pathom.connect.planner/keys [node]
                        :as env})
source

compute-foreign-queryclj/s

(compute-foreign-query {:com.wsscode.pathom.connect.planner/keys [node]
                        :as env})
source

foreign-parser-pluginclj/s

(foreign-parser-plugin {:com.wsscode.pathom.connect.foreign/keys [parsers]})
source

index-queryclj/s

source

internalize-foreign-errorsclj/s

(internalize-foreign-errors {:com.wsscode.pathom.core/keys [path]
                             :com.wsscode.pathom.connect.foreign/keys
                               [join-node]}
                            errors)
source

internalize-parser-indexclj/s

(internalize-parser-index parser)

This function calls the the parser to return its index and them modify this index to be in a shape that enables it to be used as a dynamic foreign resolver. This function returns an index that you can just merge into your index to get the foreign parser integrated.

This function calls the the parser to return its index and them modify this index
to be in a shape that enables it to be used as a dynamic foreign resolver. This
function returns an index that you can just merge into your index to get the foreign
parser integrated.
sourceraw docstring

internalize-parser-index*clj/s

(internalize-parser-index* indexes)
(internalize-parser-index* {:com.wsscode.pathom.connect/keys [index-source-id]
                            :as indexes}
                           parser)
source

parser-indexesclj/s

(parser-indexes parser)
source

remove-internal-keysclj/s

(remove-internal-keys m)
source

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

× close