Merge branch 'master' into refactor_arithmetic_merge

This commit is contained in:
Alexander Friedland 2022-03-07 15:54:01 +01:00 committed by GitHub
commit 30269d060c
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)