mirror of
https://github.com/IT4Change/gradido.git
synced 2026-02-06 09:56:05 +00:00
change parameter to fix broken tests
This commit is contained in:
parent
8f6d2b5f3c
commit
20fbdaf2ea
@ -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,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user