Skip to content

Commit

Permalink
remove graphql
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmednawaz10p committed Aug 10, 2021
1 parent 3728af0 commit d8cda19
Show file tree
Hide file tree
Showing 29 changed files with 451 additions and 4,717 deletions.
1 change: 0 additions & 1 deletion .vscode/extensions.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"angular.ng-template",
"ms-vscode.vscode-typescript-tslint-plugin",
"esbenp.prettier-vscode",
"graphql.vscode-graphql",
"prisma.prisma"
]
}
41 changes: 0 additions & 41 deletions graphql/auth.graphql

This file was deleted.

55 changes: 0 additions & 55 deletions graphql/post.graphql

This file was deleted.

25 changes: 0 additions & 25 deletions graphql/user.graphql

This file was deleted.

3 changes: 1 addition & 2 deletions nest-cli.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@
"sourceRoot": "src",
"compilerOptions": {
"plugins": [
"@nestjs/swagger/plugin",
"@nestjs/graphql/plugin"
"@nestjs/swagger/plugin"
]
}
}
Loading

0 comments on commit d8cda19

Please sign in to comment.