We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5889f61 + 0444796 commit 145cab7Copy full SHA for 145cab7
1 file changed
src/lib/stores/project-services.ts
@@ -29,11 +29,6 @@ function projectServiceRows(project: Models.Project | null): Service[] {
29
method: ServiceId.Functions,
30
value: project?.serviceStatusForFunctions ?? null
31
},
32
- {
33
- label: 'GraphQL',
34
- method: ServiceId.Graphql,
35
- value: project?.serviceStatusForGraphql ?? null
36
- },
37
{
38
label: 'Locale',
39
method: ServiceId.Locale,
0 commit comments