remove class validator comments

This commit is contained in:
Moriz Wahl 2023-02-24 14:03:12 +01:00
parent 55ee3a0b6b
commit 22f77459aa

View File

@ -1,5 +1,4 @@
import { ArgsType, Field } from 'type-graphql'
// import { Length } from 'class-validator'
@ArgsType()
export default class UpdateUserInfosArgs {
@ -10,7 +9,6 @@ export default class UpdateUserInfosArgs {
lastName?: string
@Field({ nullable: true })
// @Length(5, 20)
alias?: string
@Field({ nullable: true })