Skip to content

Instantly share code, notes, and snippets.

@swlkr
Last active July 17, 2018 20:38
Show Gist options
  • Save swlkr/5f8df7d4d8e55768588f701c563d590e to your computer and use it in GitHub Desktop.
Save swlkr/5f8df7d4d8e55768588f701c563d590e to your computer and use it in GitHub Desktop.
(db/pull '[author/id
author/email
author/name
{(:author/posts :order post/created-at desc
:limit 10) [post/id
post/title
post/body]}]
[:author/name "Cody Coast"])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment