Hey team! š I'm starting work on the GraphQL API https://github.com/orgs/DeveloperMastery/projects/1/views/6?pane=issue&itemId=131626259&issue=DeveloperMastery%7Cfintrack-api%7C11. Before diving in, I have a few questions to make sure I build this right: - 1. Are we replacing the REST API or running GraphQL alongside it? - 2. Which entities should be exposed via GraphQL? (Users, Transactions, Budgets, Categories, etc.) - 3. Should GraphQL run on the same Express server or separate? - 4. Keep current Firebase + JWT auth or migrate to GraphQL-specific auth? - 5. Any preference on library? (Apollo Server, express-graphql, etc.) Let me know so I can plan the implementation properly! š