take back change vor debugging

This commit is contained in:
einhorn_b 2023-08-19 11:55:06 +02:00
parent 6fc2203ce5
commit 49ea8a1c0b

View File

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