break: remove gql

This commit is contained in:
Innei
2022-02-11 19:07:39 +08:00
parent 96ea8db0a9
commit 4c5653546c
26 changed files with 34 additions and 916 deletions

View File

@@ -3,17 +3,6 @@
"sourceRoot": "src",
"compilerOptions": {
"plugins": [
{
"name": "@nestjs/graphql",
"options": {
"typeFileNameSuffix": [
".input.ts",
".args.ts",
".dto.ts",
".model.ts"
]
}
},
{
"name": "@nestjs/swagger",
"options": {