From 688872649455fd14e6127ce3e77e07f80cf3342d Mon Sep 17 00:00:00 2001 From: einhorn_b Date: Sat, 19 Aug 2023 11:55:24 +0200 Subject: [PATCH] take back change vor debugging2 --- backend/src/graphql/schema.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/backend/src/graphql/schema.ts b/backend/src/graphql/schema.ts index 64e2f7825..18214861f 100644 --- a/backend/src/graphql/schema.ts +++ b/backend/src/graphql/schema.ts @@ -12,7 +12,6 @@ export const schema = async (): Promise => { resolvers: [path.join(__dirname, 'resolver', `!(*.test).{js,ts}`)], authChecker: isAuthorized, scalarsMap: [{ type: Decimal, scalar: DecimalScalar }], - emitSchemaFile: true, validate: { validationError: { target: false }, skipMissingProperties: true,