Spaces:
Build error
Build error
twenty / packages /twenty-server /src /modules /dashboard /chart-data /dtos /inputs /bar-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 { BarChartConfigurationDTO } from 'src/engine/metadata-modules/page-layout-widget/dtos/bar-chart-configuration.dto'; | |
| () | |
| export class BarChartDataInput { | |
| (() => UUIDScalarType) | |
| () | |
| () | |
| objectMetadataId: string; | |
| (() => GraphQLJSON) | |
| () | |
| (() => BarChartConfigurationDTO) | |
| () | |
| configuration: BarChartConfigurationDTO; | |
| } | |