Skip to content

Commit

Permalink
added mutations for crud operation in posts module
Browse files Browse the repository at this point in the history
  • Loading branch information
enochval committed Jun 13, 2024
1 parent 258fa26 commit 74c40e4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/app.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ import configuration from './config/configuration';
typePaths: ['./**/*.graphql'],
playground: true,
introspection: true,
definitions: {
path: join(process.cwd(), 'src/graphql.ts'),
outputAs: 'class'
},
// definitions: {
// path: join(process.cwd(), 'src/graphql.ts'),
// outputAs: 'class'
// },
}),
UserModule,
PostsModule,
Expand Down

0 comments on commit 74c40e4

Please sign in to comment.