Skip to content

Commit

Permalink
abstracted jsonplaceholder api communication to a service
Browse files Browse the repository at this point in the history
  • Loading branch information
enochval committed Jun 8, 2024
1 parent 4d52c97 commit 0de8d3d
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 0de8d3d

Please sign in to comment.