mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
Remove nullable from graphql Field isModerator.
This commit is contained in:
parent
a41cd825e9
commit
73db7707ce
@ -40,7 +40,7 @@ export class ContributionMessage {
|
||||
@Field(() => Number, { nullable: true })
|
||||
userId: number | null
|
||||
|
||||
@Field(() => Boolean, { nullable: true })
|
||||
@Field(() => Boolean)
|
||||
isModerator: boolean
|
||||
}
|
||||
@ObjectType()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user