Here is the type in the schema.. type Notificatio...
# orm-help
j
Here is the type in the schema.. type Notification { id: ID! @unique user: User! title: String! message: String! createdAt: DateTime! seen: Boolean @default(value: false) type: NotificationType }