Skip to content

Commit

Permalink
added album and photo data to user object
Browse files Browse the repository at this point in the history
  • Loading branch information
enochval committed Jun 4, 2024
1 parent fd378e1 commit 5fc55de
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 @@ -21,10 +21,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'
// },
}),
AuthorModule,
PostsModule,
Expand Down

0 comments on commit 5fc55de

Please sign in to comment.