updated graphql dtos & build and it depends

This commit is contained in:
2025-11-14 20:08:13 +03:00
parent 42983eab65
commit 2e329d8dfe
11 changed files with 102 additions and 23 deletions

View File

@@ -1,7 +1,10 @@
import { InputType, Field, ID } from '@nestjs/graphql';
import { InputType, Field } from '@nestjs/graphql';
@InputType()
export class CreateBuildPartsInput {
@Field()
uuid: string;
}