(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
cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs | 
| ← | Move to previous article | 
| → | Move to next article | 
| Ctrl+/ | Jump to the search field |