(pprint doc & [opts])
Pretty print the Alumbra GraphQL doc
.
Pretty print the Alumbra GraphQL `doc`.
(pr-str doc & [opts])
Returns the Alumbra GraphQL doc
as a string.
Returns the Alumbra GraphQL `doc` as a string.
(print doc & [opts])
Print the Alumbra GraphQL doc
.
Print the Alumbra GraphQL `doc`.
(with-emit-braces printer & body)
Emits body
within braces to the printer
.
Emits `body` within braces to the `printer`.
(with-emit-curly-braces printer & body)
Emits body
within curly braces to the printer
.
Emits `body` within curly braces to the `printer`.
(with-next-indentation-level [printer-sym printer] & body)
Binds printer
to print-sym
with an incremented indentation level.
Binds `printer` to `print-sym` with an incremented indentation level.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close