mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
Add firstTransaction boolean to TransactionList.
This commit is contained in:
parent
a1f73514dd
commit
801033138f
@ -11,6 +11,7 @@ export class TransactionList {
|
||||
this.balance = 0
|
||||
this.decay = 0
|
||||
this.decayDate = ''
|
||||
this.firstTransaction = false
|
||||
}
|
||||
|
||||
@Field(() => Number)
|
||||
@ -30,4 +31,7 @@ export class TransactionList {
|
||||
|
||||
@Field(() => [Transaction])
|
||||
transactions: Transaction[]
|
||||
|
||||
@Field(() => Boolean)
|
||||
firstTransaction: boolean
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user