Add GraphqlService to handle GraphQL requests

This commit is contained in:
2024-09-09 16:14:21 +07:00
parent fbe03be7ca
commit 30e7ec74b6
12 changed files with 1517 additions and 50 deletions

View File

@@ -2,6 +2,7 @@
"$schema": "https://json.schemastore.org/nest-cli",
"collection": "@nestjs/schematics",
"sourceRoot": "src",
"language": "ts",
"compilerOptions": {
"deleteOutDir": true
}