From 04447967a60b056612e0a01bf2b42cf71b54150f Mon Sep 17 00:00:00 2001 From: harsh mahajan Date: Mon, 20 Apr 2026 18:32:53 +0530 Subject: [PATCH] chore: remove graphql from service list --- src/lib/stores/project-services.ts | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/lib/stores/project-services.ts b/src/lib/stores/project-services.ts index cb8866f045..1098c2f2dc 100644 --- a/src/lib/stores/project-services.ts +++ b/src/lib/stores/project-services.ts @@ -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,