Skip to content

Instantly share code, notes, and snippets.

@rastandy
Last active November 11, 2017 12:16
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 rastandy/307a763636651ac5b5e7041c24b36ff8 to your computer and use it in GitHub Desktop.
Save rastandy/307a763636651ac5b5e7041c24b36ff8 to your computer and use it in GitHub Desktop.
Ask for a specific entity in a Fulcro query
static om/IQuery
(query [this] [{:panels {:panelA [:boo], :panelB [:goo], :panelC [:sticky]}}
{[:panelB 1] [*]}
{[:current-panel _] [*]}])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment