refactor: Migrate mentorship GraphQL nodes to use field decorators
Open
enhancement
- Dominant language
- Python
- Stars
- 451
- Forks
- 702
- Avg merge
- 22h 59m
- Merged PRs (30d)
- 91
Description
While auditing the mentorship app codebase, I notices several TODOs regarding the migration of GraphQL nodes to a consistent decorator-based field definition.
I would like to resolve these by migrating MenteeNode and ModuleNode to use @strawberry.field() decorators. This will improve architectural consistency and enhance auto-generated API documentation.
I have the fix ready. May I be assigned to this issue
Contributor guide
Assessment
This issue has not been assessed yet.