Liking cljdoc? Tell your friends :D

com.wsscode.pathom3.connect.foreign


call-foreignclj/s

(call-foreign foreign inputs)
source

call-foreign-mutationclj/s

(call-foreign-mutation foreign
                       {:com.wsscode.pathom3.connect.planner/keys
                          [foreign-ast]})
source

call-foreign-queryclj/s

(call-foreign-query foreign inputs)
source

compute-foreign-mutationclj/s

(compute-foreign-mutation {:com.wsscode.pathom3.connect.planner/keys [node]})
source

compute-foreign-requestclj/s

(compute-foreign-request inputs)
source

foreign-indexed-keyclj/s

(foreign-indexed-key i)
source

foreign-indexes-resolverclj/s

source

foreign-registerclj/s

(foreign-register foreign)

Load foreign indexes and incorporate it as an external data source. This will make every resolver from the remote to point to a single one, enabling data delegation to the foreign node.

The return of this function is the indexes, you can use pci/register to add them into your environment.

Load foreign indexes and incorporate it as an external data source. This will make
every resolver from the remote to point to a single one, enabling data delegation
to the foreign node.

The return of this function is the indexes, you can use pci/register to add them
into your environment.
sourceraw docstring

index-queryclj/s

source

internalize-foreign-indexesclj/s

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

Introduce a new dynamic resolver and make all the resolvers in the index point to it.

Introduce a new dynamic resolver and make all the resolvers in the index point to
it.
sourceraw docstring

remove-foreign-indexesclj/s

(remove-foreign-indexes indexes)
source

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

× close