Spaces:
Build error
Build error
twenty / packages /twenty-server /src /engine /metadata-modules /logic-function /dtos /logic-function-logs.input.ts
| import { Field, InputType } from '@nestjs/graphql'; | |
| import { UUIDScalarType } from 'src/engine/api/graphql/workspace-schema-builder/graphql-types/scalars'; | |
| ('LogicFunctionLogsInput') | |
| export class LogicFunctionLogsInput { | |
| (() => UUIDScalarType, { nullable: true }) | |
| applicationId?: string; | |
| (() => UUIDScalarType, { nullable: true }) | |
| applicationUniversalIdentifier?: string; | |
| (() => String, { nullable: true }) | |
| name?: string; | |
| (() => UUIDScalarType, { nullable: true }) | |
| id?: string; | |
| (() => UUIDScalarType, { nullable: true }) | |
| universalIdentifier?: string; | |
| } | |