🐛 Bug Report: `GraphQL` Service Missing
- Dominant language
- Svelte
- Stars
- 393
- Forks
- 260
- Avg merge
- 6h 53m
- Merged PRs (30d)
- 24
Description
### 👟 Reproduction steps
`GraphQL` is missing from both Cloud & Self-Hosted instance but is received in the json data fetched for Settings screen.
I can see the following for Services in the json response -
```json
{
"serviceStatusForAccount":true,
"serviceStatusForAvatars":true,
"serviceStatusForDatabases":true,
"serviceStatusForLocale":true,
"serviceStatusForHealth":true,
"serviceStatusForStorage":true,
"serviceStatusForTeams":true,
"serviceStatusForUsers":true,
"serviceStatusForVcs":true,
"serviceStatusForFunctions":true,
"serviceStatusForProxy":true,
"serviceStatusForGraphql":true,
"serviceStatusForMigrations":true
}
```
Also, the `VCS` & `Proxy` are also missing if they are supposed to be added in the Console.
---
The source - https://github.githistory.xyz/appwrite/console/blob/ffb7476b28e55b8fbffb57626bfa4f8cdbdaf821/src/lib/stores/project-services.ts#L4
### 👍 Expected behavior
Show all supported Services.
### 👎 Actual Behavior
Supported services are missing.
### 🎲 Appwrite version
Appwrite Cloud
### 💻 Operating system
Linux
### 🧱 Your Environment
_No response_
### 👀 Have you spent some time to check if this issue has been raised before?
- [X] I checked and didn't find similar issue
### 🏢 Have you read the Code of Conduct?
- [X] I have read the [Code of Conduct](https://github.com/appwrite/.github/blob/main/CODE_OF_CONDUCT.md)
Contributor guide
Assessment
This issue has not been assessed yet.