[Feature Request]: Migrate REST API to GraphQL #196
Labels
backend
discussion
documentation
Improvements or additions to documentation
enhancement
New feature or request
frontend
swoc25
Is there an existing issue for this?
Feature Description
Currently, the backend uses REST API for handling routes like
/uploadImage
and/uploadMetaData
. This feature request proposes migrating the existing REST API to GraphQL to improve the efficiency, flexibility, and scalability of the project.GraphQL will consolidate multiple REST endpoints into a single
/graphql
endpoint and provide the ability for clients to query only the data they need. Additionally, GraphQL will simplify fetching nested or related data compared to REST.Use Case
This feature will:
Benefits
Priority
High
Record
The text was updated successfully, but these errors were encountered: