Liking cljdoc? Tell your friends :D

com.wsscode.pathom.graphql


*unbounded-recursion-count*cljs

source

find-idcljs

(find-id m)
source

has-call?cljs

(has-call? children)
source

ident->aliascljs

(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-transformcljs

(ident-transform [key value])
source

node->graphqlcljs

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

pad-depthcljs

(pad-depth depth)
source

params->graphqlcljs

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

query->graphqlcljs

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

stringifycljs

(stringify x)
source

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

× close