From 83879a0fa01415999116cbc46377b4819fc19f96 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Fri, 5 Jun 2026 13:58:43 +0000 Subject: feat(schedule): add native track alongside sub and dub Source the native (original-language) broadcast schedule from AnimeSchedule's "raw" airType and expose it as a third track on the schedule-page toggle and the GraphQL airing query. --- src/graphql/anime/schema.graphql | 1 + 1 file changed, 1 insertion(+) (limited to 'src/graphql/anime/schema.graphql') diff --git a/src/graphql/anime/schema.graphql b/src/graphql/anime/schema.graphql index aad7afec..7ec6d6be 100644 --- a/src/graphql/anime/schema.graphql +++ b/src/graphql/anime/schema.graphql @@ -8,6 +8,7 @@ type Anime { type Airing { generatedAt: Int + native: [AiringRelease] sub: [AiringRelease] dub: [AiringRelease] } -- cgit v1.2.3