(compute-foreign-input {:com.wsscode.pathom.connect.planner/keys [node]
:as env})
(compute-foreign-query {:com.wsscode.pathom.connect.planner/keys [node]
:as env})
(foreign-parser-plugin {:com.wsscode.pathom.connect.foreign/keys [parsers]})
(internalize-foreign-errors {:com.wsscode.pathom.core/keys [path]
:com.wsscode.pathom.connect.foreign/keys
[join-node]}
errors)
(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.
(internalize-parser-index* indexes)
(internalize-parser-index* {:com.wsscode.pathom.connect/keys [index-source-id]
:as indexes}
parser)
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close