tercul-backend/internal
google-labs-jules[bot] ef4077b5d6 This commit implements the following core GraphQL query resolvers that were previously panicking:
- `Me`: Fetches the details of the currently authenticated user from the request context.
- `User`: Fetches the public details of a user by their ID.
- `Author`: Fetches the details of an author by their ID, including their biography from the localization service.

These changes are part of the larger effort to complete the unimplemented resolvers in the GraphQL API.
2025-10-05 13:31:12 +00:00
..
adapters This commit implements the following core GraphQL query resolvers that were previously panicking: 2025-10-05 13:31:12 +00:00
app This commit addresses several outstanding tasks from TASKS.md. 2025-10-05 13:03:31 +00:00
data Refactor: Improve quality, testing, and core business logic. 2025-10-05 09:41:40 +00:00
domain This commit addresses several outstanding tasks from TASKS.md. 2025-10-05 13:03:31 +00:00
enrichment feat: Complete all pending tasks from TASKS.md 2025-10-05 05:26:27 +00:00
jobs This commit addresses several outstanding tasks from TASKS.md. 2025-10-05 13:03:31 +00:00
observability feat: Complete all pending tasks from TASKS.md 2025-10-05 05:26:27 +00:00
platform refactor(api): Consolidate server setup 2025-10-05 12:18:57 +00:00
testutil This commit addresses several outstanding tasks from TASKS.md. 2025-10-05 13:03:31 +00:00