Merge pull request #1569 from gradido/fix_balance_type

Fix: Balance type
This commit is contained in:
Ulf Gebhardt 2022-03-07 15:49:08 +01:00 committed by GitHub
commit 388f054e54
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25,7 +25,7 @@ export class TransactionList {
@Field(() => Number)
count: number
@Field(() => Number)
@Field(() => Decimal)
balance: Decimal
@Field(() => Date)