AiringSchedule
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
AiringSchedule.id_not_in
β [Int]
list scalarβ
Filter by the id of the airing schedule item
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
AiringSchedule.mediaId_not_in
β [Int]
list scalarβ
Filter by the id of associated media
AiringSchedule.episode_not
β Int
scalarβ
Filter by the airing episode number
AiringSchedule.episode_in
β [Int]
list scalarβ
Filter by the airing episode number
AiringSchedule.episode_not_in
β [Int]
list scalarβ
Filter by the airing episode number
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.