Liking cljdoc? Tell your friends :D

re-graph.core


abortclj/s

(abort query-id)
(abort instance-name query-id)

destroyclj/s

(destroy)
(destroy instance-name)

initclj/s

(init opts)
(init instance-name opts)

mutateclj/s

(mutate & args)

Execute a GraphQL mutation. The arguments are:

[instance-name query-string variables callback]

If the optional instance-name is not provided, the default instance is used. The callback function will receive the result of the mutation as its sole argument.

Execute a GraphQL mutation. The arguments are:

[instance-name query-string variables callback]

If the optional `instance-name` is not provided, the default instance is
used. The callback function will receive the result of the mutation as its
sole argument.
raw docstring

mutate-syncclj

Executes a mutation synchronously. The arguments are:

[instance-name query-string variables timeout]

The instance-name and timeout are optional. The timeout is specified in milliseconds.

Executes a mutation synchronously. The arguments are:

[instance-name query-string variables timeout]

The `instance-name` and `timeout` are optional. The `timeout` is
specified in milliseconds.
raw docstring

queryclj/s

(query & args)

Execute a GraphQL query. The arguments are:

[instance-name query-string variables callback]

If the optional instance-name is not provided, the default instance is used. The callback function will receive the result of the query as its sole argument.

Execute a GraphQL query. The arguments are:

[instance-name query-string variables callback]

If the optional `instance-name` is not provided, the default instance is
used. The callback function will receive the result of the query as its
sole argument.
raw docstring

query-syncclj

Executes a query synchronously. The arguments are:

[instance-name query-string variables timeout]

The instance-name and timeout are optional. The timeout is specified in milliseconds.

Executes a query synchronously. The arguments are:

[instance-name query-string variables timeout]

The `instance-name` and `timeout` are optional. The `timeout` is
specified in milliseconds.
raw docstring

re-initclj/s

(re-init opts)
(re-init instance-name opts)

subscribeclj/s

(subscribe subscription-id query variables callback-fn)
(subscribe instance-name subscription-id query variables callback-fn)

unsubscribeclj/s

(unsubscribe subscription-id)
(unsubscribe instance-name subscription-id)

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

× close