Skip to content

Conversation

@Ridho894
Copy link
Owner

@Ridho894 Ridho894 commented Jun 4, 2025

Description

Refactors the existing GraphQL schema into a modular structure. Each domain or feature now has its own schema and resolver files, which are then combined into the root schema. This improves code organization, scalability, and maintainability

Related Issue

N/A

Type of Change

  • 💥 Project structure enhancement
  • 🔧 Code Refactoring

Checklist

  • Split GraphQL schema and resolvers by module/domain
  • Ensure all modules are correctly imported and merged
  • Confirm application still runs and passes all existing queries/mutations
  • Update documentation if needed

@Ridho894 Ridho894 added the refactoring Code improvements that do not add features or fix bugs (e.g., restructuring, cleanup) label Jun 4, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

refactoring Code improvements that do not add features or fix bugs (e.g., restructuring, cleanup)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants