Created
June 6, 2018 00:01
-
-
Save wnqueiroz/397dbcf4c52a4e02d15e4b0dc6e9066a to your computer and use it in GitHub Desktop.
john_watson_user_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
| { | |
| "id": 1, | |
| "name": "John Watson", | |
| "email": "john@watson.com", | |
| "created_at": "2018-05-28T04:28:28+03:00", | |
| "_JOIN_": "users" // como esse é um documento pai, usamos apenas o nome da relação "users" para campo join "_JOIN_" | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment