Skip to content

Commit

Permalink
Remove GraphQL
Browse files Browse the repository at this point in the history
  • Loading branch information
phongnguyend committed Jan 13, 2025
1 parent 10113aa commit f566de7
Show file tree
Hide file tree
Showing 29 changed files with 2 additions and 672 deletions.
4 changes: 0 additions & 4 deletions src/Monolith/.helm/monolith/charts/graphql/Chart.yaml

This file was deleted.

This file was deleted.

This file was deleted.

Empty file.
30 changes: 0 additions & 30 deletions src/Monolith/.k8s/graphql.deployment.yaml

This file was deleted.

15 changes: 0 additions & 15 deletions src/Monolith/.k8s/graphql.service.yaml

This file was deleted.

23 changes: 1 addition & 22 deletions src/Monolith/.vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,27 +18,6 @@
"DOTNET_ENVIRONMENT": "Development"
},
},
{
"name": "ClassifiedAds.GraphQL",
"type": "coreclr",
"request": "launch",
//"preLaunchTask": "build",
"program": "${workspaceFolder}/ClassifiedAds.GraphQL/bin/Debug/net6.0/ClassifiedAds.GraphQL.dll",
"args": [],
"cwd": "${workspaceFolder}/ClassifiedAds.GraphQL",
"stopAtEntry": false,
"serverReadyAction": {
"action": "openExternally",
"pattern": "\\bNow listening on:\\s+(https?://\\S+)"
},
"env": {
"ASPNETCORE_ENVIRONMENT": "Development",
"ASPNETCORE_URLS": "https://localhost:44392/"
},
"sourceFileMap": {
"/Views": "${workspaceFolder}/Views"
}
},
{
"name": "ClassifiedAds.Migrator",
"type": "coreclr",
Expand Down Expand Up @@ -174,7 +153,7 @@
"compounds": [
{
"name": "ClassifiedAds.Monolith",
"configurations": ["ClassifiedAds.Background", "ClassifiedAds.GraphQL", "ClassifiedAds.Migrator", "ClassifiedAds.WebAPI","ClassifiedAds.BlazorServerSide","ClassifiedAds.BlazorWebAssembly","ClassifiedAds.IdentityServer","ClassifiedAds.WebMVC"]
"configurations": ["ClassifiedAds.Background", "ClassifiedAds.Migrator", "ClassifiedAds.WebAPI","ClassifiedAds.BlazorServerSide","ClassifiedAds.BlazorWebAssembly","ClassifiedAds.IdentityServer","ClassifiedAds.WebMVC"]
}
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
<ProjectReference Include="..\ClassifiedAds.Background\ClassifiedAds.Background.csproj" />
<ProjectReference Include="..\ClassifiedAds.BlazorServerSide\ClassifiedAds.BlazorServerSide.csproj" />
<ProjectReference Include="..\ClassifiedAds.BlazorWebAssembly\ClassifiedAds.BlazorWebAssembly.csproj" />
<ProjectReference Include="..\ClassifiedAds.GraphQL\ClassifiedAds.GraphQL.csproj" />
<ProjectReference Include="..\ClassifiedAds.Migrator\ClassifiedAds.Migrator.csproj" />
<ProjectReference Include="..\ClassifiedAds.WebAPI\ClassifiedAds.WebAPI.csproj" />
<ProjectReference Include="..\ClassifiedAds.WebMVC\ClassifiedAds.WebMVC.csproj" />
Expand Down
1 change: 0 additions & 1 deletion src/Monolith/ClassifiedAds.AspireAppHost/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

var migrator = builder.AddProject<Projects.ClassifiedAds_Migrator>("ClassifiedAds-Migrator");
var background = builder.AddProject<Projects.ClassifiedAds_Background>("ClassifiedAds-Background");
var graphQL = builder.AddProject<Projects.ClassifiedAds_GraphQL>("ClassifiedAds-GraphQL").WithHttpsHealthCheck("/healthz");
var webApi = builder.AddProject<Projects.ClassifiedAds_WebAPI>("ClassifiedAds-WebAPI").WithHttpsHealthCheck("/healthz");
var webMvc = builder.AddProject<Projects.ClassifiedAds_WebMVC>("ClassifiedAds-WebMVC").WithHttpsHealthCheck("/healthz");
var blazorServerSide = builder.AddProject<Projects.ClassifiedAds_BlazorServerSide>("ClassifiedAds-BlazorServerSide").WithHttpsHealthCheck("/healthz");
Expand Down
20 changes: 0 additions & 20 deletions src/Monolith/ClassifiedAds.GraphQL/ClassifiedAds.GraphQL.csproj

This file was deleted.

52 changes: 0 additions & 52 deletions src/Monolith/ClassifiedAds.GraphQL/ClassifiedAdsMutation.cs

This file was deleted.

37 changes: 0 additions & 37 deletions src/Monolith/ClassifiedAds.GraphQL/ClassifiedAdsQuery.cs

This file was deleted.

26 changes: 0 additions & 26 deletions src/Monolith/ClassifiedAds.GraphQL/Dockerfile

This file was deleted.

This file was deleted.

Loading

0 comments on commit f566de7

Please sign in to comment.