Skip to content

Instantly share code, notes, and snippets.

@edpaget
Last active February 4, 2016 18:13
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 edpaget/da4ba528057301d252c4 to your computer and use it in GitHub Desktop.
Save edpaget/da4ba528057301d252c4 to your computer and use it in GitHub Desktop.
(defui ChildComponent
static om/IQuery
(query [this]
[:id :type :name]))
(defui ParentComponent
static om/IQuery
(query [this]
[{[:things _] [{:another-key (om/get-query ChildComponent)}]}]))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment