Liking cljdoc? Tell your friends :D

re-graph.internals


default-instance-nameclj/s

source

default-ws-urlclj/s

(default-ws-url)
source

destroyed-instanceclj/s

source

generate-query-idclj/s

(generate-query-id)
source

interceptorsclj/s

source

re-graph-instanceclj/s

source

sync-wrapperclj

(sync-wrapper f & args)

Wraps the given function to allow the GraphQL result to be returned synchronously. Will return a GraphQL error response if no response is received before the timeout (default 3000ms) expires. Will throw if the call returns an exception.

Wraps the given function to allow the GraphQL result to be returned
synchronously. Will return a GraphQL error response if no response is
received before the timeout (default 3000ms) expires. Will throw if the
call returns an exception.
sourceraw docstring

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

× close