From 49ea8a1c0be49f419686fca3cf216589e3f38f0a Mon Sep 17 00:00:00 2001 From: einhorn_b Date: Sat, 19 Aug 2023 11:55:06 +0200 Subject: [PATCH] take back change vor debugging --- 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 caca1b5bc..64e2f7825 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 }], emitSchemaFile: true, validate: { - validationError: { target: true }, + validationError: { target: false }, skipMissingProperties: true, skipNullProperties: true, skipUndefinedProperties: false,