Liking cljdoc? Tell your friends :D

ring-graphql-ui.core


conf-jsclj

(conf-js opts js-prop)

Generates GraphiQL js conf file as a string

Generates GraphiQL js conf file as a string
raw docstring

get-pathclj

(get-path root uri)

graphiqlclj

(graphiql)
(graphiql options)

Returns a Ring handler which can be used to serve GraphiQL

Returns a Ring handler which can be used to serve GraphiQL
raw docstring

join-pathsclj

(join-paths & paths)

Join several paths together with "/". If path ends with a slash, another slash is not added.

Join several paths together with "/". If path ends with a slash,
another slash is not added.
raw docstring

playgroundclj

(playground)
(playground options)

Returns a Ring handler which can be used to serve GraphQL Playground https://github.com/prisma-labs/graphql-playground#as-html-page

Returns a Ring handler which can be used to serve GraphQL Playground https://github.com/prisma-labs/graphql-playground#as-html-page
raw docstring

voyagerclj

(voyager)
(voyager options)

Returns a Ring handler which can be used to serve GraphQL Voyager

Returns a Ring handler which can be used to serve GraphQL Voyager
raw docstring

wrap-graphiqlclj

(wrap-graphiql handler)
(wrap-graphiql handler options)

Middleware to serve GraphiQL.

Middleware to serve GraphiQL.
raw docstring

wrap-playgroundclj

(wrap-playground handler)
(wrap-playground handler options)

Middleware to serve GraphQL Playground.

Middleware to serve GraphQL Playground.
raw docstring

wrap-voyagerclj

(wrap-voyager handler)
(wrap-voyager handler options)

Middleware to serve GraphQL Voyager.

Middleware to serve GraphQL Voyager.
raw docstring

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

× close