(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 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 |