Liking cljdoc? Tell your friends :D

com.wsscode.pathom.connect.foreign


call-foreign-parserclj/s

(call-foreign-parser env parser)

compute-foreign-inputclj/s

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

compute-foreign-queryclj/s

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

foreign-parser-pluginclj/s

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

index-queryclj/s


internalize-foreign-errorsclj/s

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

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.
raw docstring

internalize-parser-index*clj/s

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

parser-indexesclj/s

(parser-indexes parser)

remove-internal-keysclj/s

(remove-internal-keys m)

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

× close