console icon indicating copy to clipboard operation
console copied to clipboard

🐛 Bug Report: `GraphQL` Service Missing

Open ItzNotABug opened this issue 2 years ago • 5 comments
trafficstars

👟 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 -

{
  "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?

ItzNotABug avatar Oct 05 '23 07:10 ItzNotABug

@ItzNotABug, thanks for raising this issue! 🙏🏼 Let me check with the team on this.

stnguyen90 avatar Dec 27 '23 17:12 stnguyen90

We want to have a separate section in the UI for REST API, GraphQL and Realtime so our design team will have to come up with something for this first.

stnguyen90 avatar Mar 03 '24 03:03 stnguyen90

@stnguyen90 Until then, GraphQL will anyway stay enabled and active, right? Not that it is a major concern but just curious.

ItzNotABug avatar Mar 03 '24 05:03 ItzNotABug

@stnguyen90 Until then, GraphQL will anyway stay enabled and active, right? Not that it is a major concern but just curious.

Yes it will, if you want to get sophisticated you can still use the API to block it.

eldadfux avatar Oct 24 '24 06:10 eldadfux

I really need to use graphQL (or figure out a work-around), so I need to know, is graphQL working on Appwrite Cloud as of today? Thanks in advance.

nmcbins avatar Dec 14 '24 18:12 nmcbins