Liking cljdoc? Tell your friends :D

com.wsscode.pathom.graphql


*unbounded-recursion-count*clj/s

source

camel-caseclj/s

(camel-case s)
source

find-idclj/s

(find-id m tempid?)
source

group-inline-unionsclj/s

(group-inline-unions children)
source

has-call?clj/s

(has-call? children)
source

ident->aliasclj/s

(ident->alias [base value])

Convert ident like [:Contact/by-id 123] to an usable GraphQL alias (eg: _COLON_Contact_SLASH_by_id_123).

Convert ident like [:Contact/by-id 123] to an usable GraphQL alias (eg: _COLON_Contact_SLASH_by_id_123).
sourceraw docstring

ident-transformclj/s

(ident-transform [key value])
source

kebab-caseclj/s

(kebab-case s)
source

node->graphqlclj/s

(node->graphql {:keys [type children key dispatch-key params union-key query]
                :com.wsscode.pathom.graphql/keys [js-name depth ident-transform
                                                  parent-children tempid?]
                :or {depth 0 tempid? (constantly false)}})
source

pad-depthclj/s

(pad-depth depth)
source

params->graphqlclj/s

(params->graphql x js-name tempid?)
(params->graphql x js-name tempid? root?)
source

query->graphqlclj/s

(query->graphql query)
(query->graphql query options)

Convert query from EDN format to GraphQL string.

Convert query from EDN format to GraphQL string.
sourceraw docstring

special-paramsclj/s

source

stringifyclj/s

(stringify x)
source

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

× close