Liking cljdoc? Tell your friends :D

artemis.stores.mapgraph.selections


aliased?cljs

(aliased? selection)
source

arg-snippetcljs

(arg-snippet context arg)
source

attach-args-to-keycljs

(attach-args-to-key key context {:keys [arguments]})
source

attach-directive-to-keycljs

(attach-directive-to-key key context {:keys [directives]})
source

custom-dirs?cljs

(custom-dirs? {:keys [directives]})
source

directive-snippetcljs

(directive-snippet context {:keys [name arguments] :as directive})
source

field-keycljs

(field-key selection context)
source

has-args?cljs

(has-args? selection)
source

ref-join-exprcljs

(ref-join-expr entities join-expr lookup-ref selection)

When selection is a union-type selection, resolves the join-expr by looking up the typename. Otherwise, just returns the regular join-expr.

When selection is a union-type selection, resolves the join-expr by looking
up the typename. Otherwise, just returns the regular join-expr.
sourceraw docstring

regular-directivescljs

source

resolve-fragmentscljs

(resolve-fragments fragments sel-set)

Given a map of fragments, inline the values for a fragment if they appear within the selection set.

Given a map of fragments, inline the values for a fragment if they appear
within the selection set.
sourceraw docstring

selection-setcljs

(selection-set sel v)

For a selection, checks for a nested selection-set and returns it. Whenever a selection within the selection-set is a type-condition selection (for union types) it grabs the correct selection for the the appropriate type.

For a selection, checks for a nested selection-set and returns it. Whenever
a selection within the selection-set is a type-condition selection (for union
types) it grabs the correct selection for the the appropriate type.
sourceraw docstring

type-cond?cljs

(type-cond? selection)
source

val-from-argcljs

(val-from-arg {:keys [input-vars vars-info] :as context} arg)
source

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

× close