Integrate GraphQL #1

Merged
m1000 merged 9 commits from feature/graphql into feature/auth 2024-11-28 13:19:29 +00:00
Showing only changes of commit 3446f5bee1 - Show all commits

View File

@ -4,5 +4,8 @@
"sourceRoot": "src", "sourceRoot": "src",
"compilerOptions": { "compilerOptions": {
"deleteOutDir": true "deleteOutDir": true
},
"generateOptions": {
"spec": false
} }
} }