Change query of listContribution to get contributionCount and contributionList instead of link...

This commit is contained in:
elweyn 2022-07-18 11:31:39 +02:00 committed by ogerly
parent f1238957f9
commit b384782e63

View File

@ -185,8 +185,8 @@ export const listContributions = gql`
order: $order
filterConfirmed: $filterConfirmed
) {
linkCount
linkList {
contributionCount
contributionList {
id
amount
memo