Add hasElopage to the UserAdmin model.

This commit is contained in:
ogerly 2022-02-07 10:39:01 +01:00 committed by elweyn
parent 3806beb01e
commit 4dc4f30097

View File

@ -19,6 +19,9 @@ export class UserAdmin {
@Field(() => Boolean)
emailChecked: boolean
@Field(() => Boolean)
hasElopage: boolean
}
@ObjectType()