mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
fixed transaction query in frontend
This commit is contained in:
parent
371d7921fe
commit
50ef39d1a4
@ -55,28 +55,25 @@ export const transactionsQuery = gql`
|
|||||||
order: $order
|
order: $order
|
||||||
onlyCreations: $onlyCreations
|
onlyCreations: $onlyCreations
|
||||||
) {
|
) {
|
||||||
gdtSum
|
balanceGDT
|
||||||
count
|
count
|
||||||
balance
|
balance
|
||||||
decay
|
|
||||||
decayDate
|
|
||||||
transactions {
|
|
||||||
type
|
|
||||||
balance
|
|
||||||
decayStart
|
|
||||||
decayEnd
|
|
||||||
decayDuration
|
|
||||||
memo
|
|
||||||
transactionId
|
|
||||||
name
|
|
||||||
email
|
|
||||||
date
|
|
||||||
decay {
|
|
||||||
balance
|
|
||||||
decayStart
|
|
||||||
decayEnd
|
|
||||||
decayDuration
|
|
||||||
decayStartBlock
|
decayStartBlock
|
||||||
|
transactions {
|
||||||
|
id
|
||||||
|
typeId
|
||||||
|
amount
|
||||||
|
balanceDate
|
||||||
|
memo
|
||||||
|
linkedUser {
|
||||||
|
firstName
|
||||||
|
lastName
|
||||||
|
}
|
||||||
|
decay {
|
||||||
|
decay
|
||||||
|
start
|
||||||
|
end
|
||||||
|
duration
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user