Liking cljdoc? Tell your friends :D
Clojure only.

doccla.oth-client.kairos


queryclj

(query {:keys [base-url] :as opts}
       q
       &
       {:keys [variables operation-name extensions]
        :or {variables {} operation-name nil extensions {}}})

Make a kairos/graphql query to OTH. opts - Standard OTH client options map with :base-url and :auth q - GraphQL query string And optionally, a map of graphql options to pass to the query

Make a kairos/graphql query to OTH.
opts - Standard OTH client options map with :base-url and :auth
q - GraphQL query string
And optionally, a map of graphql options to pass to the query
raw docstring

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

× close