change parameter to fix broken tests

This commit is contained in:
Einhornimmond 2023-08-16 13:46:08 +02:00
parent 8f6d2b5f3c
commit 20fbdaf2ea

View File

@ -14,7 +14,7 @@ export const schema = async (): Promise<GraphQLSchema> => {
scalarsMap: [{ type: Decimal, scalar: DecimalScalar }],
validate: {
validationError: { target: false },
skipMissingProperties: false,
skipMissingProperties: true,
skipNullProperties: true,
skipUndefinedProperties: false,
forbidUnknownValues: true,