Skip to content
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 API from codebase #7979

Open
3 tasks done
mtrezza opened this issue May 6, 2022 · 1 comment
Open
3 tasks done

Remove GraphQL API from codebase #7979

mtrezza opened this issue May 6, 2022 · 1 comment
Labels
bounty:$250 Bounty applies for fixing this issue (Parse Bounty Program) type:feature New feature or improvement of existing feature

Comments

@mtrezza
Copy link
Member

mtrezza commented May 6, 2022

New Feature / Enhancement Checklist

Current Limitation

The GraphQL API has been implemented into the core codebase of Parse Server. This has shown to cause many complications since its implementation, for example:

  • the GraphQL API is heavy; it adds a swath of complex dependencies that need to be kept up-to-date
  • developers who are not using GraphQL are still carrying the weights of an - unused - GraphQL API on their server, being affected by vulnerabilities in GraphQL dependencies, etc.
  • the implementation into the core codebase was really violating a core philosophy of Parse Server which is modularity, allowing developers to optionally add adapters as needed, to keep their deployment as lightweight as possible

Feature / Enhancement Description

Move GraphQL API out of Parse Server into its own adapter. Despite its initial hype, GraphQL won't be the last API of its kind and we will see it become obsolete at some point in the future.

An adapter implementation of the GraphQL API should follow #7744 (comment) since it is the most sustainable approach, without just shifting the technological debt to another one-of-a-kind adapter interface with its custom specifications.

Example Use Case

n/a

Alternatives / Workarounds

n/a

3rd Party References

n/a

@parse-github-assistant
Copy link

parse-github-assistant bot commented May 6, 2022

Thanks for opening this issue!

  • 🎉 We are excited about your ideas for improvement!

@mtrezza mtrezza added the type:feature New feature or improvement of existing feature label May 6, 2022
@mtrezza mtrezza pinned this issue May 6, 2022
@mtrezza mtrezza added the bounty:$100 Bounty applies for fixing this issue (Parse Bounty Program) label May 6, 2022
@mtrezza mtrezza mentioned this issue May 22, 2022
7 tasks
@mtrezza mtrezza changed the title Remove GraphQL API from core codebase Remove GraphQL API from codebase Oct 12, 2022
@mtrezza mtrezza unpinned this issue Oct 12, 2022
@mtrezza mtrezza added bounty:$250 Bounty applies for fixing this issue (Parse Bounty Program) and removed bounty:$100 Bounty applies for fixing this issue (Parse Bounty Program) labels Jan 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bounty:$250 Bounty applies for fixing this issue (Parse Bounty Program) type:feature New feature or improvement of existing feature
Projects
None yet
Development

No branches or pull requests

1 participant