From 20fbdaf2ea17ae58988e4c8ba8591b57a8522907 Mon Sep 17 00:00:00 2001 From: Einhornimmond Date: Wed, 16 Aug 2023 13:46:08 +0200 Subject: [PATCH] change parameter to fix broken tests --- backend/src/graphql/schema.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/src/graphql/schema.ts b/backend/src/graphql/schema.ts index a2e4ca71f..18214861f 100644 --- a/backend/src/graphql/schema.ts +++ b/backend/src/graphql/schema.ts @@ -14,7 +14,7 @@ export const schema = async (): Promise => { scalarsMap: [{ type: Decimal, scalar: DecimalScalar }], validate: { validationError: { target: false }, - skipMissingProperties: false, + skipMissingProperties: true, skipNullProperties: true, skipUndefinedProperties: false, forbidUnknownValues: true,