Liking cljdoc? Tell your friends :D

district.graphql-utils


add-bignumber-typecljs

(add-bignumber-type schema-ast & [{:keys [:disable-serialize?]}])
source

add-date-typecljs

(add-date-type schema-ast & [{:keys [:disable-serialize?]}])
source

add-fields-to-schema-typescljs

(add-fields-to-schema-types schema-ast fields)
source

add-keyword-typecljs

(add-keyword-type schema-ast & [{:keys [:disable-serialize?]}])
source

add-scalar-typecljs

(add-scalar-type
  schema-ast
  {:keys [:name :description :serialize :parseValue :parseLiteral]
   :or {serialize identity parseValue identity parseLiteral identity}
   :as scalar-type-config})
source

bignumber-scalar-type-configcljs

source

clj->js-root-valuecljs

(clj->js-root-value root-value & [opts])
source

date-scalar-type-configcljs

source

gql-name->kwcljs

(gql-name->kw gql-name)
source

GraphQLcljs

source

js->clj-responsecljs

(js->clj-response res & [opts])
source

keyword-scalar-type-configcljs

source

kw->gql-namecljs

(kw->gql-name kw)
source

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

× close