emailchecked nullable in AdminUser

This commit is contained in:
Claus-Peter Huebner 2023-10-27 17:48:44 +02:00
parent 55f33bc163
commit 34bcf2bf1f

View File

@ -32,8 +32,8 @@ export class UserAdmin {
@Field(() => [Decimal])
creation: Decimal[]
@Field(() => Boolean)
emailChecked: boolean
@Field(() => Boolean, { nullable: true })
emailChecked: boolean | null
@Field(() => Boolean)
hasElopage: boolean