We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a75bd6 commit 3293dfeCopy full SHA for 3293dfe
src/schema.ts
@@ -1,9 +1,5 @@
1
import 'reflect-metadata';
2
-import { makeExecutableSchema } from 'graphql-tools';
3
import { AppModule } from '@modules/app';
4
5
-// Ask for typeDefs without all schema with business logi
6
-const { typeDefs } = AppModule;
7
-export default makeExecutableSchema({
8
- typeDefs
9
-});
+// Ask for typeDefs without all schema with business logic
+export default AppModule.typeDefs;
0 commit comments