Skip to content

Instantly share code, notes, and snippets.

@amjedidiah
Created December 24, 2020 18:38
Show Gist options
  • Save amjedidiah/50cc023004a7ef5d626e8bb58325bee3 to your computer and use it in GitHub Desktop.
Save amjedidiah/50cc023004a7ef5d626e8bb58325bee3 to your computer and use it in GitHub Desktop.
{
entities: {
authors : { byId : {}, allIds : [] },
books : { byId : {}, allIds : [] },
authorBook : {
byId : {
1 : {
id : 1,
authorId : 5,
bookId : 22
},
2 : {
id : 2,
authorId : 5,
bookId : 15,
},
3 : {
id : 3,
authorId : 42,
bookId : 12
}
},
allIds : [1, 2, 3]
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment