diff --git a/backend/src/graphql/resolver/util/findContributions.ts b/backend/src/graphql/resolver/util/findContributions.ts index a3c34cea1..1daa831c4 100644 --- a/backend/src/graphql/resolver/util/findContributions.ts +++ b/backend/src/graphql/resolver/util/findContributions.ts @@ -7,8 +7,8 @@ interface FindContributionsOptions { order: Order currentPage: number pageSize: number - withDeleted?: boolean | null - relations?: string[] | null + withDeleted?: boolean + relations?: string[] userId?: number | null statusFilter?: ContributionStatus[] | null }