Liking cljdoc? Tell your friends :D

com.wsscode.pathom.fulcro.network


app-load-indexcljs

(app-load-index app gql-env idx-atom)

Use this on your started-callback to load the indexes

Use this on your started-callback to load the indexes
sourceraw docstring

batch-networkcljs

(batch-network network)
(batch-network network delay)

Wraps a network send calls with a debounce that will accumulate, merge and batch send requests in a time frame interval.

Wraps a network send calls with a debounce that will accumulate, merge and batch send requests in a time frame
interval.
sourceraw docstring

batch-sendcljs

(batch-send f delay)

Setup a debounce to batch network requests. The callback function f will be called with a list of requests to be made after merging as max as possible.

Setup a debounce to batch network requests. The callback function f will be called with a list of requests to be made
after merging as max as possible.
sourceraw docstring

BatchNetworkcljs

source

debouncecljs

(debounce f interval)
source

fn-networkcljs

(fn-network f)
(fn-network f serialize?)
source

FnNetworkcljs

source

gql-error-readercljs

(gql-error-reader {:com.wsscode.pathom.fulcro.network/keys [graphql-errors]
                   :com.wsscode.pathom.core/keys [path js-key-transform]
                   :as env})
source

gql-ident-readercljs

(gql-ident-reader {:keys [ast] :as env})
source

gql-key->jscljs

(gql-key->js name-transform key)
source

gql-load-indexcljs

(gql-load-index req)
source

gql-network-querycljs

(gql-network-query {:com.wsscode.pathom.fulcro.network/keys
                      [url q gql-process-request gql-process-query
                       gql-process-env]
                    :or {gql-process-query identity gql-process-env identity}})
source

gql-requestcljs

(gql-request {:com.wsscode.pathom.fulcro.network/keys [url]} query)
source

graphql-networkcljs

(graphql-network settings)
source

group-mergeable-requestscljs

(group-mergeable-requests requests)

Given a list of requests [query ok-callback error-callback], reduces the number of requests to the minimum by merging the requests. Not all requests are mergeable, so this still might output multiple requests.

Given a list of requests [query ok-callback error-callback], reduces the number of requests to the minimum by merging
the requests. Not all requests are mergeable, so this still might output multiple requests.
sourceraw docstring

httpcljs

(http {:com.wsscode.pathom.fulcro.network/keys [url body method headers]
       :or {method "GET"}})
source

join-remotecljs

(join-remote {:com.wsscode.pathom.fulcro.network/keys [app remote join-root]
              :keys [query]})
source

js-namecljs

(js-name s)
source

lift-tempidscljs

(lift-tempids res)
source

local-networkcljs

(local-network parser)
source

LocalNetworkcljs

source

make-resolvercljs

(make-resolver {:com.wsscode.pathom.connect.graphql/keys [prefix]
                :com.wsscode.pathom.fulcro.network/keys [url]})
source

mutationcljs

(mutation {:com.wsscode.pathom.core/keys [entity js-key-transform]} key params)
source

Networkcljs

source

parsercljs

source

querycljs

(query {:com.wsscode.pathom.fulcro.network/keys [url q gql-process-request]
        :as input})
source

transform-networkcljs

(transform-network network options)
source

transform-network-initcljs

(transform-network-init network app)
source

TransformNetworkcljs

source

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

× close