Optional
asasHtml
is a boolean representing whether to return the result as HTML.
Optional
idid
is a number representing the id of the character.
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
isisBirthday
is a boolean representing whether it is the character's birthday.
Optional
mediamediaOnList
is a boolean representing whether the media is on the list.
Optional
mediamediaPage
is a number representing the media page number.
Optional
mediamediaPerPage
is a number representing the number of media items per page.
Optional
mediamediaSort
is an array of strings representing the media sort order.
Optional
pagepage
is a number representing the page number.
Optional
perperPage
is a number representing the number of items per page.
Optional
searchsearch
is a string representing the search term.
Optional
sortsort
is an array of strings representing the sort order.
CharactersVariables
is an interface representing the variables for theCharactersQuery
. It includes optional page, per page, id, is birthday, search, id not, id in, id not in, sort, as html, media sort, media on list, media page, and media per page.