integrant

quan 2017-06-17T18:06:40.989978Z

in integrant, if something depend on a value, I still have to defmethod ig/init-key for that value?

quan 2017-06-17T18:06:58.991182Z

for example, I have this dependent

quan 2017-06-17T18:07:02.991448Z

{:foo/a-value {:some "value"}

 :foo/b {:a #ig/ref :foo/a-value}
 :foo/c {:a #ig/ref :foo/a-value}}

quan 2017-06-17T18:07:40.993812Z

so, I still have to defmethod init for :foo/a-value ?