-
Notifications
You must be signed in to change notification settings - Fork 10.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove GraphQL Support #14959
Comments
Hey guys, since I was send over from one of my pull requests, here're my five cents. :-) tl;dr detailed For Example: To achieve that even for anonymous users (or at least those who're not part of the channel), we experimented with the Rocket.Chat GraphQL API. |
@winterstefan thanks for the heads up! I'll keep you in the look when we start a new implementation. |
The current implementation of our GraphQL API was an experiment that for many reasons did not get much adoption. It runs on a separate port and we were never able to fully integrate into the main code. For that reason, it has added too many dependencies that are useless for the vast majority of our deployments. It is the source of annoying issues like #10714 causing unnecessary load and worries.
We believe that supporting GraphQL is still on our long term plans, but we will have to refactor the implementation with the new architecture we are designing for high scalability.
With that in mind, we are planning to remove the current implementation from the code base and keep the PR #8158 as a reference for future development as an auxiliary Apolo base project (probably).
The text was updated successfully, but these errors were encountered: