Optional
animeanimeStatLimit
is a number representing the limit for anime statistics.
Optional
animeanimeStatSort
is an array of strings representing the sort order for anime statistics.
Optional
asasHtml
is a boolean representing whether to return the result as HTML.
Optional
idid
is a number representing the id of the user.
Optional
isisModerator
is a boolean representing whether the user is a moderator.
Optional
mangamangaStatLimit
is a number representing the limit for manga statistics.
Optional
mangamangaStatSort
is an array of strings representing the sort order for manga statistics.
Optional
namename
is a string representing the name of the user.
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.
UsersVariables
is an interface representing the variables for theUsersQuery
. It includes optional page, per page, id, name, is moderator, search, sort, as html, anime stat limit, manga stat limit, anime stat sort, and manga stat sort.