Created
June 6, 2018 00:15
-
-
Save wnqueiroz/35646c9c6806a518dbac8e20d8dadf9f to your computer and use it in GitHub Desktop.
john_watson_post_2_join.js
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
| { | |
| "title": "This is another user post 1", | |
| "body": "This is a body...", | |
| "_JOIN_": { | |
| "name": "posts", | |
| "parent": "1" // esse será um outro post do usuário John Watson | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment