Skip to content

Commit 145cab7

Browse files
authored
Merge pull request #2985 from appwrite/chore-remove-graphql-from-service-list
chore: remove graphql from service list
2 parents 5889f61 + 0444796 commit 145cab7

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

src/lib/stores/project-services.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,6 @@ function projectServiceRows(project: Models.Project | null): Service[] {
2929
method: ServiceId.Functions,
3030
value: project?.serviceStatusForFunctions ?? null
3131
},
32-
{
33-
label: 'GraphQL',
34-
method: ServiceId.Graphql,
35-
value: project?.serviceStatusForGraphql ?? null
36-
},
3732
{
3833
label: 'Locale',
3934
method: ServiceId.Locale,

0 commit comments

Comments
 (0)