mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
Merge pull request #2985 from appwrite/chore-remove-graphql-from-service-list
chore: remove graphql from service list
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user