mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
cleaned graphql checkUsername Args
This commit is contained in:
parent
af2a77c30f
commit
d1ae8a9537
@ -4,7 +4,4 @@ import { ArgsType, Field } from 'type-graphql'
|
||||
export default class CheckUsernameArgs {
|
||||
@Field(() => String)
|
||||
username: string
|
||||
|
||||
@Field(() => Number, { nullable: true })
|
||||
groupId?: number
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user