From d81d0cbd536496ea92e57b8674ab3241619facc9 Mon Sep 17 00:00:00 2001 From: Moriz Wahl Date: Wed, 28 Jun 2023 13:08:41 +0200 Subject: [PATCH] undo query changes --- backend/src/seeds/graphql/queries.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/backend/src/seeds/graphql/queries.ts b/backend/src/seeds/graphql/queries.ts index 6353fe1cd..a964cdb3a 100644 --- a/backend/src/seeds/graphql/queries.ts +++ b/backend/src/seeds/graphql/queries.ts @@ -235,7 +235,6 @@ export const adminListContributions = gql` $order: Order = DESC $statusFilter: [ContributionStatus!] $userId: Int - $query: String ) { adminListContributions( currentPage: $currentPage @@ -243,7 +242,6 @@ export const adminListContributions = gql` order: $order statusFilter: $statusFilter userId: $userId - query: $query ) { contributionCount contributionList {