feat: save edited custom field (#2245)

Closes #2161

Co-authored-by: Lucas Bordeau <bordeau.lucas@gmail.com>
This commit is contained in:
Thaïs
2023-10-27 18:06:31 +02:00
committed by GitHub
parent 40c5f72080
commit e488a87ce4
8 changed files with 84 additions and 16 deletions

View File

@ -9,6 +9,11 @@ export class UpdateFieldInput {
@Field({ nullable: true })
label?: string;
@IsString()
@IsOptional()
@Field({ nullable: true })
name?: string;
@IsString()
@IsOptional()
@Field({ nullable: true })