Spaces:
Build error
Build error
twenty / packages /twenty-server /src /engine /metadata-modules /logic-function /dtos /logic-function-id.input.ts
| import { Field, ID, InputType } from '@nestjs/graphql'; | |
| () | |
| export class LogicFunctionIdInput { | |
| (() => ID, { description: 'The id of the function.' }) | |
| id!: string; | |
| } | |