Spaces:
Build error
Build error
twenty / packages /twenty-server /src /modules /dashboard /chart-data /dtos /inputs /pie-chart-data.input.ts
| import { Field, InputType } from '@nestjs/graphql'; | |
| import { Type } from 'class-transformer'; | |
| import { IsNotEmpty, IsUUID, ValidateNested } from 'class-validator'; | |
| import { GraphQLJSON } from 'graphql-type-json'; | |
| import { UUIDScalarType } from 'src/engine/api/graphql/workspace-schema-builder/graphql-types/scalars'; | |
| import { PieChartConfigurationDTO } from 'src/engine/metadata-modules/page-layout-widget/dtos/pie-chart-configuration.dto'; | |
| () | |
| export class PieChartDataInput { | |
| (() => UUIDScalarType) | |
| () | |
| () | |
| objectMetadataId: string; | |
| (() => GraphQLJSON) | |
| () | |
| (() => PieChartConfigurationDTO) | |
| () | |
| configuration: PieChartConfigurationDTO; | |
| } | |