mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
Change query of listContribution to get contributionCount and contributionList instead of link...
This commit is contained in:
parent
f1238957f9
commit
b384782e63
@ -185,8 +185,8 @@ export const listContributions = gql`
|
|||||||
order: $order
|
order: $order
|
||||||
filterConfirmed: $filterConfirmed
|
filterConfirmed: $filterConfirmed
|
||||||
) {
|
) {
|
||||||
linkCount
|
contributionCount
|
||||||
linkList {
|
contributionList {
|
||||||
id
|
id
|
||||||
amount
|
amount
|
||||||
memo
|
memo
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user