(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 is a website building & hosting documentation for Clojure/Script libraries
× close