(merge-attribute-opts entity attr-name opts)

Source

(defn merge-attribute-opts [entity attr-name opts] (let [type-name (get-attribute-type entity attr-name)] (merge default-opts (type->attribute-opts type-name) opts)))