Optional
airingairingAt
is a number representing the airing time of the airing schedule.
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 of the airing schedule.
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.
Optional
idid
is a number representing the id of the airing schedule.
Optional
id_id_in
is an array of numbers representing the ids that should be included.
Optional
id_id_not
is a number representing the id that should not be included.
Optional
id_id_not_in
is an array of numbers representing the ids that should not be included.
Optional
mediamediaId
is a number representing the id of the media associated with the airing schedule.
Optional
mediamediaId_in
is an array of numbers representing the media ids that should be included.
Optional
mediamediaId_not
is a number representing the media id that should not be included.
Optional
mediamediaId_not_in
is an array of numbers representing the media ids that should not be included.
Optional
notnotYetAired
is a boolean representing whether the airing schedule has not yet aired.
Optional
pagepage
is a number representing the page number.
Optional
perperPage
is a number representing the number of items per page.
Optional
sortsort
is an array of strings representing the sort order.
AiringSchedulesVariables
is an interface representing the variables for theAiringSchedulesQuery
. It includes optional page, per page, id, media id, episode, airing at, not yet aired, id not, id in, id not in, media id not, media id in, media id not in, episode not, episode in, episode not in, episode greater, episode lesser, airing at greater, airing at lesser, sort, and as html.