refactor!: migrate from REST API to GraphQL

- Replace OpenAPI/REST endpoints with a single  route.
- Remove  and Swagger UI configuration.
- Disable OpenAPI schema extensions in Zod types.
- Refactor  to be request-agnostic.
- Update episode URL fetching to return standardized success/failure objects.
- Update project dependencies.
This commit is contained in:
2025-12-01 02:55:20 -05:00
parent ad26cd6da3
commit 495506935e
28 changed files with 1480 additions and 101 deletions

View File

@@ -49,6 +49,9 @@ export class AnilistDurableObject extends DurableObject {
{ id },
token,
);
if (!anilistResponse) {
return null;
}
// Extract next airing episode for alarm
const media = anilistResponse.Media as ResultOf<