Last active
July 17, 2018 20:38
-
-
Save swlkr/5f8df7d4d8e55768588f701c563d590e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(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