Queries

AiringSchedule

Airing schedule query

Airing schedule query

AiringSchedule(
  id: Int
  mediaId: Int
  episode: Int
  airingAt: Int
  notYetAired: Boolean
  id_not: Int
  id_in: [Int]
  id_not_in: [Int]
  mediaId_not: Int
  mediaId_in: [Int]
  mediaId_not_in: [Int]
  episode_not: Int
  episode_in: [Int]
  episode_not_in: [Int]
  episode_greater: Int
  episode_lesser: Int
  airingAt_greater: Int
  airingAt_lesser: Int
  sort: [AiringSort]
): AiringSchedule

Arguments

AiringSchedule.id ● Int scalar

Filter by the id of the airing schedule item

AiringSchedule.mediaId ● Int scalar

Filter by the id of associated media

AiringSchedule.episode ● Int scalar

Filter by the airing episode number

AiringSchedule.airingAt ● Int scalar

Filter by the time of airing

AiringSchedule.notYetAired ● Boolean scalar

Filter to episodes that haven't yet aired

AiringSchedule.id_not ● Int scalar

Filter by the id of the airing schedule item

AiringSchedule.id_in ● Int list scalar

Filter by the id of the airing schedule item (max 10,000 items)

AiringSchedule.id_not_in ● Int list scalar

Filter by the id of the airing schedule item (max 10,000 items)

AiringSchedule.mediaId_not ● Int scalar

Filter by the id of associated media

AiringSchedule.mediaId_in ● Int list scalar

Filter by the id of associated media (max 10,000 items)

AiringSchedule.mediaId_not_in ● Int list scalar

Filter by the id of associated media (max 10,000 items)

AiringSchedule.episode_not ● Int scalar

Filter by the airing episode number

AiringSchedule.episode_in ● Int list scalar

Filter by the airing episode number (max 10,000 items)

AiringSchedule.episode_not_in ● Int list scalar

Filter by the airing episode number (max 10,000 items)

AiringSchedule.episode_greater ● Int scalar

Filter by the airing episode number

AiringSchedule.episode_lesser ● Int scalar

Filter by the airing episode number

AiringSchedule.airingAt_greater ● Int scalar

Filter by the time of airing

AiringSchedule.airingAt_lesser ● Int scalar

Filter by the time of airing

AiringSchedule.sort ● AiringSort list enum

The order the results will be returned in

Type

AiringSchedule object

Media Airing Schedule. NOTE: We only aim to guarantee that FUTURE airing data is present and accurate.

Copyright © 2026