mirror of
https://github.com/IT4Change/gradido.git
synced 2026-02-06 09:56:05 +00:00
rework review comment
This commit is contained in:
parent
f70ff4d74b
commit
62b38bfc75
@ -22,9 +22,9 @@ export const schema = async (): Promise<GraphQLSchema> => {
|
||||
validationError: { target: false },
|
||||
skipMissingProperties: true,
|
||||
skipNullProperties: true,
|
||||
skipUndefinedProperties: true,
|
||||
forbidUnknownValues: false,
|
||||
stopAtFirstError: false,
|
||||
skipUndefinedProperties: false,
|
||||
forbidUnknownValues: true,
|
||||
stopAtFirstError: true,
|
||||
},
|
||||
})
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user