Liking cljdoc? Tell your friends :D

burningswell.api.client


clientclj

(client config)

Returns a new GraphQL client.

Returns a new GraphQL client.
raw docstring

defaultsclj

The default client options.

The default client options.
raw docstring

IClientcljprotocol

-sendclj

(-send client query variables)

Send the GraphQL query to the server.

Send the GraphQL `query` to the server.

mutateclj

(mutate client operation & [params])

mutate!clj

(mutate! client operation & [params])

mutationcljmultimethod


oauth-callback!clj

(oauth-callback! client provider & [params])

oauth-connect!clj

(oauth-connect! client provider & [{:keys [referer]}])

qclj

(q client query & [variables])

Send the GraphQL query to the server.

Send the GraphQL `query` to the server.
raw docstring

qpclj

(qp client query & [variables])

Send the GraphQL query to the server and pretty print the result.

Send the GraphQL `query` to the server and pretty print the result.
raw docstring

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

× close