take back change vor debugging2

This commit is contained in:
einhorn_b 2023-08-19 11:55:24 +02:00
parent 49ea8a1c0b
commit 6888726494

View File

@ -12,7 +12,6 @@ export const schema = async (): Promise<GraphQLSchema> => {
resolvers: [path.join(__dirname, 'resolver', `!(*.test).{js,ts}`)],
authChecker: isAuthorized,
scalarsMap: [{ type: Decimal, scalar: DecimalScalar }],
emitSchemaFile: true,
validate: {
validationError: { target: false },
skipMissingProperties: true,