(args-translate {:com.wsscode.pathom.connect.graphql2/keys [prefix ident-map]}
args)
(defgraphql-resolver
{:com.wsscode.pathom.connect/keys [resolver-dispatch mutate-dispatch]}
{:com.wsscode.pathom.connect.graphql2/keys [resolver] :as config})
(demunger-map-reader {:com.wsscode.pathom.connect.graphql2/keys [demung]
:keys [ast query]
:as env})
Reader that will demunge keys using user function
Reader that will demunge keys using user function
(entity-field-key {:com.wsscode.pathom.connect.graphql2/keys [mung prefix]}
entity
field)
(error-stamper {:com.wsscode.pathom.connect.graphql2/keys [errors base-path
demung]
:com.wsscode.pathom.core/keys [path errors*]})
(filter-graphql-subquery {:com.wsscode.pathom.core/keys [parent-query]
:com.wsscode.pathom.connect.graphql2/keys [prefix]
:as env})
(graphql-mutation {:com.wsscode.pathom.connect.graphql2/keys [demung]
:as config}
env)
(graphql-resolve {:com.wsscode.pathom.connect.graphql2/keys [demung] :as config}
env)
(ident-root {:com.wsscode.pathom.connect.graphql2/keys [prefix ident-map]}
{:keys [name] :as root-field})
(ident-root? {:com.wsscode.pathom.connect.graphql2/keys [ident-map]}
{:keys [args]})
(index-autocomplete-ignore {:com.wsscode.pathom.connect.graphql2/keys [schema]
:as env})
(index-graphql-idents {:com.wsscode.pathom.connect.graphql2/keys
[schema ident-map mung]
:com.wsscode.pathom.connect/keys [index-io]
:as env})
(index-idents {:com.wsscode.pathom.connect.graphql2/keys [ident-map] :as env})
(index-mutations {:com.wsscode.pathom.connect.graphql2/keys [schema]
:as config})
(index-schema {:com.wsscode.pathom.connect.graphql2/keys [resolver prefix]
:as config})
(index-schema-io {:com.wsscode.pathom.connect.graphql2/keys [prefix schema
ident-map mung]
:as input})
(index-schema-oir {:com.wsscode.pathom.connect.graphql2/keys
[prefix schema resolver ident-map mung]
:com.wsscode.pathom.connect/keys [index-io]
:as input})
(normalize-schema schema)
Depending on encoding settings sometimes the :kind can come as a keyword, the indexer expects it to be a string, this function ensures all :kind fields are strings.
Depending on encoding settings sometimes the :kind can come as a keyword, the indexer expects it to be a string, this function ensures all :kind fields are strings.
(query->graphql query
{:com.wsscode.pathom.connect.graphql2/keys [demung]
:or {demung identity}})
Like the pg/query-graphql, but adds name convertion so clj names like :first-name turns in firstName.
Like the pg/query-graphql, but adds name convertion so clj names like :first-name turns in firstName.
(service-mutation-key {:com.wsscode.pathom.connect.graphql2/keys [prefix]})
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close