Optional
airingairingAt
is a number representing the airing time.
Optional
airingairingAt_greater
is a number representing the minimum airing time.
Optional
airingairingAt_lesser
is a number representing the maximum airing time.
Optional
asasHtml
is a boolean representing whether to return the result as HTML.
Optional
episodeepisode
is a number representing the episode number.
Optional
episode_episode_greater
is a number representing the minimum episode number.
Optional
episode_episode_in
is an array of numbers representing the episode numbers that should be included.
Optional
episode_episode_lesser
is a number representing the maximum episode number.
Optional
episode_episode_not
is a number representing the episode number that should not be included.
Optional
episode_episode_not_in
is an array of numbers representing the episode numbers that should not be included.
id
is a number representing the id of the airing schedule.
Optional
id_id_in
is an array of numbers representing the ids of the airing schedules that should be included.
Optional
id_id_not
is a number representing the id of the airing schedule that should not be included.
Optional
id_id_not_in
is an array of numbers representing the ids of the airing schedules that should not be included.
mediaId
is a number representing the id of the media.
Optional
mediamediaId_in
is an array of numbers representing the ids of the media that should be included.
Optional
mediamediaId_not
is a number representing the id of the media that should not be included.
Optional
mediamediaId_not_in
is an array of numbers representing the ids of the media that should not be included.
Optional
notnotYetAired
is a boolean representing whether the episode has not yet aired.
Optional
sortsort
is an array of strings representing the sort order.
AiringScheduleVariables
is an interface representing the variables for theAiringScheduleQuery
. It includes optional id, mediaId, episode, airingAt, notYetAired, id_not, id_in, id_not_in, mediaId_not, mediaId_in, mediaId_not_in, episode_not, episode_in, episode_not_in, episode_greater, episode_lesser, airingAt_greater, airingAt_lesser, sort, and asHtml.