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