Skip to content

Instantly share code, notes, and snippets.

@wnqueiroz
Created June 6, 2018 00:01
Show Gist options
  • Select an option

  • Save wnqueiroz/397dbcf4c52a4e02d15e4b0dc6e9066a to your computer and use it in GitHub Desktop.

Select an option

Save wnqueiroz/397dbcf4c52a4e02d15e4b0dc6e9066a to your computer and use it in GitHub Desktop.
john_watson_user_join.js
{
"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