mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
Change query listAllContributions now gets contributionCount and contributionList instead of linkCount and linkList.
This commit is contained in:
parent
b384782e63
commit
7d5555c7e4
@ -198,8 +198,8 @@ export const listContributions = gql`
|
||||
export const listAllContributions = `
|
||||
query ($currentPage: Int = 1, $pageSize: Int = 5, $order: Order = DESC) {
|
||||
listAllContributions(currentPage: $currentPage, pageSize: $pageSize, order: $order) {
|
||||
linkCount
|
||||
linkList {
|
||||
contributionCount
|
||||
contributionList {
|
||||
id
|
||||
firstName
|
||||
lastName
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user