From 55c8522cfe2f8938908cbe9e57cd27b515f54dff Mon Sep 17 00:00:00 2001 From: einhornimmond Date: Thu, 27 Mar 2025 16:03:25 +0100 Subject: [PATCH] reduce changed code --- backend/src/seeds/graphql/queries.ts | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/backend/src/seeds/graphql/queries.ts b/backend/src/seeds/graphql/queries.ts index 72a1a029d..e242a6083 100644 --- a/backend/src/seeds/graphql/queries.ts +++ b/backend/src/seeds/graphql/queries.ts @@ -309,30 +309,19 @@ export const adminListContributions = gql` emailContact { email } - id firstName lastName - alias - humhubUsername - createdAt } amount memo createdAt - contributionDate confirmedAt confirmedBy - updatedAt - updatedBy + contributionDate status messagesCount deniedAt deniedBy - deletedAt - deletedBy - moderatorId - userId - resubmissionAt } } }