Skip to content

Instantly share code, notes, and snippets.

@njj

njj/foo.cljs Secret

Created August 29, 2018 16:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save njj/f60cd40269bb5ab434958ab03daa988b to your computer and use it in GitHub Desktop.
Save njj/f60cd40269bb5ab434958ab03daa988b to your computer and use it in GitHub Desktop.
(defmethod m/mutation 'details/fetch-calendar [{:keys [state] :as env} _ {:keys [listing-id calendar-params]}]
{:remote (m/remote-load env)
:action (fn []
(df/load-action env :space-details foo.ui.bar.core/SomeComponent {:params {:listing-id listing-id
:calendar-params calendar-params}
:marker false}))})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment