(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.
(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.
(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.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close