Nelson Pecora
04/11/2019, 2:27 PMtype Action {
id: ID! @unique
event: EventType! @default(value: "CREATED")
userID: String! # TODO: Pull user data from other db.
timestamp: DateTime!
state: Json!
}
Jared
04/11/2019, 2:28 PM"1"
instead of 1
Nelson Pecora
04/11/2019, 2:29 PMNelson Pecora
04/11/2019, 2:29 PMNelson Pecora
04/11/2019, 2:30 PMNelson Pecora
04/11/2019, 2:30 PMHarshit
04/11/2019, 4:34 PMNelson Pecora
04/11/2019, 5:35 PM