Fix universalIdentifier ignored when creating object (#17158)

As title
This commit is contained in:
martmull
2026-01-15 09:41:44 +01:00
committed by GitHub
parent 6e53f5ab92
commit f894f6b1c4
2 changed files with 5 additions and 1 deletions
@@ -64,6 +64,9 @@ export class CreateObjectInput {
@HideField()
standardId?: string;
@HideField()
universalIdentifier?: string;
@IsBoolean()
@IsOptional()
@Field({ nullable: true })