Merge pull request #2985 from appwrite/chore-remove-graphql-from-service-list

chore: remove graphql from service list
This commit is contained in:
Harsh Mahajan
2026-04-20 18:35:33 +05:30
committed by GitHub
-5
View File
@@ -29,11 +29,6 @@ function projectServiceRows(project: Models.Project | null): Service[] {
method: ServiceId.Functions,
value: project?.serviceStatusForFunctions ?? null
},
{
label: 'GraphQL',
method: ServiceId.Graphql,
value: project?.serviceStatusForGraphql ?? null
},
{
label: 'Locale',
method: ServiceId.Locale,