mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
username is nullable
This commit is contained in:
parent
615dc4f5fa
commit
427608ada3
@ -38,7 +38,7 @@ export class User {
|
||||
lastName: string
|
||||
|
||||
@Field(() => String)
|
||||
username: string
|
||||
username?: string
|
||||
|
||||
@Field(() => String, { nullable: true })
|
||||
description?: string
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user