(mount/swap-states {#'df-svc/fetch-schema-fn {:start #(constantly fn)}})
yea, you would want a "function" in a swap-states map
What the difference is: a function returning a function in swap-states but a normal function in the actual state
I will paste what I have