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,