mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
gdtSum is float
This commit is contained in:
parent
16914e3d98
commit
2783a6c62e
@ -4,7 +4,7 @@
|
|||||||
/* eslint-disable @typescript-eslint/no-explicit-any */
|
/* eslint-disable @typescript-eslint/no-explicit-any */
|
||||||
/* eslint-disable @typescript-eslint/explicit-module-boundary-types */
|
/* eslint-disable @typescript-eslint/explicit-module-boundary-types */
|
||||||
import { GdtEntry } from './GdtEntry'
|
import { GdtEntry } from './GdtEntry'
|
||||||
import { ObjectType, Field, Int } from 'type-graphql'
|
import { ObjectType, Field, Int, Float } from 'type-graphql'
|
||||||
|
|
||||||
@ObjectType()
|
@ObjectType()
|
||||||
export class GdtEntryList {
|
export class GdtEntryList {
|
||||||
@ -25,7 +25,7 @@ export class GdtEntryList {
|
|||||||
@Field(() => [GdtEntry], { nullable: true })
|
@Field(() => [GdtEntry], { nullable: true })
|
||||||
gdtEntries: GdtEntry[] | null
|
gdtEntries: GdtEntry[] | null
|
||||||
|
|
||||||
@Field(() => Int)
|
@Field(() => Float)
|
||||||
gdtSum: number
|
gdtSum: number
|
||||||
|
|
||||||
@Field(() => Int)
|
@Field(() => Int)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user