Liking cljdoc? Tell your friends :D

specialist-server.type


booleanclj


built-inclj


defenumcljmacro

(defenum enum-name enum-meta enum-set)

Defines new enum types.

Defines new enum types.
raw docstring

defobjectcljmacro

(defobject o-name o-meta & field-opt)

Defines new object types.

Defines new object types.
raw docstring

defscalarcljmacro

(defscalar type-name type-meta conform-fn)

Defines new scalar types.

Defines new scalar types.
raw docstring

enum-kindclj


fieldclj

(field t doc)
(field t doc opt)

floatclj


idclj


input-object-kindclj


intclj


interface-kindclj


list-kindclj


longclj


non-null-kindclj


object-kindclj


resolverclj

(resolver we-have)
(resolver we-have doc)
(resolver we-have doc opt)

The 'resolver' scalar type represents references to other resolver functions. These are used for connecting nodes in the graph. It doesn't represent a type in itself.

The 'resolver' scalar type represents references to other resolver functions.
These are used for connecting nodes in the graph. It doesn't represent a type
in itself.
raw docstring

scalar-kindclj


stringclj


union-kindclj

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

× close