Spaces:
Build error
Build error
twenty / packages /twenty-server /src /engine /metadata-modules /object-metadata /dtos /delete-object.input.ts
| import { Field, InputType } from '@nestjs/graphql'; | |
| import { IsUUID } from 'class-validator'; | |
| import { UUIDScalarType } from 'src/engine/api/graphql/workspace-schema-builder/graphql-types/scalars'; | |
| () | |
| export class DeleteOneObjectInput { | |
| (() => UUIDScalarType, { | |
| description: 'The id of the record to delete.', | |
| }) | |
| () | |
| id!: string; | |
| } | |