mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
gdt transaction list is working
This commit is contained in:
parent
6bf2c286a9
commit
3a40b5104f
@ -15,7 +15,6 @@ export enum GdtEntryType {
|
||||
@ObjectType()
|
||||
export class GdtEntry {
|
||||
constructor(json: any) {
|
||||
this.transactionId = json.transaction_id
|
||||
this.amount = json.amount
|
||||
this.date = json.date
|
||||
this.email = json.email
|
||||
|
||||
@ -129,7 +129,6 @@ export const listGDTEntriesQuery = gql`
|
||||
listGDTEntries(currentPage: $currentPage, pageSize: $pageSize, sessionId: $sessionId) {
|
||||
count
|
||||
gdtEntries {
|
||||
transactionId
|
||||
amount
|
||||
date
|
||||
comment
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user