-
Notifications
You must be signed in to change notification settings - Fork 0
Sample State
Simon Carroll edited this page Sep 28, 2020
·
1 revision
entities: {
answer: {
1: {
id: 1,
userId: 1,
questionId: 1,
body: Oh wait I remember.,
voteCount: -50
},
},
question {
1: {
id: 1,
userId: 1,
body: What is a python for??
},
},
users: {
1: {
id: 1,
email: what@ever.com
fullName: What Ever
userName: what25
},
},
},
}
session: { currentUserId: 1 }