# Page

Page of data

| Field                  |                                                                                                                       Argument | Type                                                                                                     | Description |
| ---------------------- | -----------------------------------------------------------------------------------------------------------------------------: | -------------------------------------------------------------------------------------------------------- | ----------- |
| **pageInfo**           |                      [PageInfo](https://github.com/AniList/ApiV2-GraphQL-Docs/blob/master/reference/object/pageinfo/README.md) | The pagination information                                                                               |             |
| **users**              |                           \[[User](https://github.com/AniList/ApiV2-GraphQL-Docs/blob/master/reference/object/user/README.md)] |                                                                                                          |             |
| id                     |                                [Int](https://github.com/AniList/ApiV2-GraphQL-Docs/blob/master/reference/scalar/int/README.md) | Filter by the user id                                                                                    |             |
| name                   |                          [String](https://github.com/AniList/ApiV2-GraphQL-Docs/blob/master/reference/scalar/string/README.md) | Filter by the name of the user                                                                           |             |
| isModerator            |                        [Boolean](https://github.com/AniList/ApiV2-GraphQL-Docs/blob/master/reference/scalar/boolean/README.md) | Filter to moderators only if true                                                                        |             |
| search                 |                          [String](https://github.com/AniList/ApiV2-GraphQL-Docs/blob/master/reference/scalar/string/README.md) | Filter by search query                                                                                   |             |
| sort                   |                     \[[UserSort](https://github.com/AniList/ApiV2-GraphQL-Docs/blob/master/reference/enum/usersort/README.md)] | The order the results will be returned in                                                                |             |
| **media**              |                         \[[Media](https://github.com/AniList/ApiV2-GraphQL-Docs/blob/master/reference/object/media/README.md)] |                                                                                                          |             |
| id                     |                                [Int](https://github.com/AniList/ApiV2-GraphQL-Docs/blob/master/reference/scalar/int/README.md) | Filter by the media id                                                                                   |             |
| idMal                  |                                [Int](https://github.com/AniList/ApiV2-GraphQL-Docs/blob/master/reference/scalar/int/README.md) | Filter by the media's MyAnimeList id                                                                     |             |
| startDate              |              [FuzzyDateInt](https://github.com/AniList/ApiV2-GraphQL-Docs/blob/master/reference/scalar/fuzzydateint/README.md) | Filter by the start date of the media                                                                    |             |
| endDate                |              [FuzzyDateInt](https://github.com/AniList/ApiV2-GraphQL-Docs/blob/master/reference/scalar/fuzzydateint/README.md) | Filter by the end date of the media                                                                      |             |
| season                 |                  [MediaSeason](https://github.com/AniList/ApiV2-GraphQL-Docs/blob/master/reference/enum/mediaseason/README.md) | Filter by the season the media was released in                                                           |             |
| seasonYear             |                                [Int](https://github.com/AniList/ApiV2-GraphQL-Docs/blob/master/reference/scalar/int/README.md) | The year of the season (Winter 2017 would also include December 2016 releases). Requires season argument |             |
| type                   |                      [MediaType](https://github.com/AniList/ApiV2-GraphQL-Docs/blob/master/reference/enum/mediatype/README.md) | Filter by the media's type                                                                               |             |
| format                 |                  [MediaFormat](https://github.com/AniList/ApiV2-GraphQL-Docs/blob/master/reference/enum/mediaformat/README.md) | Filter by the media's format                                                                             |             |
| status                 |                  [MediaStatus](https://github.com/AniList/ApiV2-GraphQL-Docs/blob/master/reference/enum/mediastatus/README.md) | Filter by the media's current release status                                                             |             |
| episodes               |                                [Int](https://github.com/AniList/ApiV2-GraphQL-Docs/blob/master/reference/scalar/int/README.md) | Filter by amount of episodes the media has                                                               |             |
| duration               |                                [Int](https://github.com/AniList/ApiV2-GraphQL-Docs/blob/master/reference/scalar/int/README.md) | Filter by the media's episode length                                                                     |             |
| chapters               |                                [Int](https://github.com/AniList/ApiV2-GraphQL-Docs/blob/master/reference/scalar/int/README.md) | Filter by the media's chapter count                                                                      |             |
| volumes                |                                [Int](https://github.com/AniList/ApiV2-GraphQL-Docs/blob/master/reference/scalar/int/README.md) | Filter by the media's volume count                                                                       |             |
| isAdult                |                        [Boolean](https://github.com/AniList/ApiV2-GraphQL-Docs/blob/master/reference/scalar/boolean/README.md) | Filter by if the media's intended for 18+ adult audiences                                                |             |
| genre                  |                          [String](https://github.com/AniList/ApiV2-GraphQL-Docs/blob/master/reference/scalar/string/README.md) | Filter by the media's genres                                                                             |             |
| tag                    |                          [String](https://github.com/AniList/ApiV2-GraphQL-Docs/blob/master/reference/scalar/string/README.md) | Filter by the media's tags                                                                               |             |
| minimumTagRank         |                                [Int](https://github.com/AniList/ApiV2-GraphQL-Docs/blob/master/reference/scalar/int/README.md) | Only apply the tags filter argument to tags above this rank. Default: 18                                 |             |
| tagCategory            |                          [String](https://github.com/AniList/ApiV2-GraphQL-Docs/blob/master/reference/scalar/string/README.md) | Filter by the media's tags with in a tag category                                                        |             |
| onList                 |                        [Boolean](https://github.com/AniList/ApiV2-GraphQL-Docs/blob/master/reference/scalar/boolean/README.md) | Filter by the media on the authenticated user's lists                                                    |             |
| licensedBy             |                          [String](https://github.com/AniList/ApiV2-GraphQL-Docs/blob/master/reference/scalar/string/README.md) | Filter media by sites name with a online streaming or reading license                                    |             |
| licensedById           |                                [Int](https://github.com/AniList/ApiV2-GraphQL-Docs/blob/master/reference/scalar/int/README.md) | Filter media by sites id with a online streaming or reading license                                      |             |
| averageScore           |                                [Int](https://github.com/AniList/ApiV2-GraphQL-Docs/blob/master/reference/scalar/int/README.md) | Filter by the media's average score                                                                      |             |
| popularity             |                                [Int](https://github.com/AniList/ApiV2-GraphQL-Docs/blob/master/reference/scalar/int/README.md) | Filter by the number of users with this media on their list                                              |             |
| source                 |                  [MediaSource](https://github.com/AniList/ApiV2-GraphQL-Docs/blob/master/reference/enum/mediasource/README.md) | Filter by the source type of the media                                                                   |             |
| countryOfOrigin        |                [CountryCode](https://github.com/AniList/ApiV2-GraphQL-Docs/blob/master/reference/scalar/countrycode/README.md) | Filter by the media's country of origin                                                                  |             |
| isLicensed             |                        [Boolean](https://github.com/AniList/ApiV2-GraphQL-Docs/blob/master/reference/scalar/boolean/README.md) | If the media is officially licensed or a self-published doujin release                                   |             |
| search                 |                          [String](https://github.com/AniList/ApiV2-GraphQL-Docs/blob/master/reference/scalar/string/README.md) | Filter by search query                                                                                   |             |
| id\_not                |                                [Int](https://github.com/AniList/ApiV2-GraphQL-Docs/blob/master/reference/scalar/int/README.md) | Filter by the media id                                                                                   |             |
| id\_in                 |                             \[[Int](https://github.com/AniList/ApiV2-GraphQL-Docs/blob/master/reference/scalar/int/README.md)] | Filter by the media id                                                                                   |             |
| id\_not\_in            |                             \[[Int](https://github.com/AniList/ApiV2-GraphQL-Docs/blob/master/reference/scalar/int/README.md)] | Filter by the media id                                                                                   |             |
| idMal\_not             |                                [Int](https://github.com/AniList/ApiV2-GraphQL-Docs/blob/master/reference/scalar/int/README.md) | Filter by the media's MyAnimeList id                                                                     |             |
| idMal\_in              |                             \[[Int](https://github.com/AniList/ApiV2-GraphQL-Docs/blob/master/reference/scalar/int/README.md)] | Filter by the media's MyAnimeList id                                                                     |             |
| idMal\_not\_in         |                             \[[Int](https://github.com/AniList/ApiV2-GraphQL-Docs/blob/master/reference/scalar/int/README.md)] | Filter by the media's MyAnimeList id                                                                     |             |
| startDate\_greater     |              [FuzzyDateInt](https://github.com/AniList/ApiV2-GraphQL-Docs/blob/master/reference/scalar/fuzzydateint/README.md) | Filter by the start date of the media                                                                    |             |
| startDate\_lesser      |              [FuzzyDateInt](https://github.com/AniList/ApiV2-GraphQL-Docs/blob/master/reference/scalar/fuzzydateint/README.md) | Filter by the start date of the media                                                                    |             |
| startDate\_like        |                          [String](https://github.com/AniList/ApiV2-GraphQL-Docs/blob/master/reference/scalar/string/README.md) | Filter by the start date of the media                                                                    |             |
| endDate\_greater       |              [FuzzyDateInt](https://github.com/AniList/ApiV2-GraphQL-Docs/blob/master/reference/scalar/fuzzydateint/README.md) | Filter by the end date of the media                                                                      |             |
| endDate\_lesser        |              [FuzzyDateInt](https://github.com/AniList/ApiV2-GraphQL-Docs/blob/master/reference/scalar/fuzzydateint/README.md) | Filter by the end date of the media                                                                      |             |
| endDate\_like          |                          [String](https://github.com/AniList/ApiV2-GraphQL-Docs/blob/master/reference/scalar/string/README.md) | Filter by the end date of the media                                                                      |             |
| format\_in             |               \[[MediaFormat](https://github.com/AniList/ApiV2-GraphQL-Docs/blob/master/reference/enum/mediaformat/README.md)] | Filter by the media's format                                                                             |             |
| format\_not            |                  [MediaFormat](https://github.com/AniList/ApiV2-GraphQL-Docs/blob/master/reference/enum/mediaformat/README.md) | Filter by the media's format                                                                             |             |
| format\_not\_in        |               \[[MediaFormat](https://github.com/AniList/ApiV2-GraphQL-Docs/blob/master/reference/enum/mediaformat/README.md)] | Filter by the media's format                                                                             |             |
| status\_in             |               \[[MediaStatus](https://github.com/AniList/ApiV2-GraphQL-Docs/blob/master/reference/enum/mediastatus/README.md)] | Filter by the media's current release status                                                             |             |
| status\_not            |                  [MediaStatus](https://github.com/AniList/ApiV2-GraphQL-Docs/blob/master/reference/enum/mediastatus/README.md) | Filter by the media's current release status                                                             |             |
| status\_not\_in        |               \[[MediaStatus](https://github.com/AniList/ApiV2-GraphQL-Docs/blob/master/reference/enum/mediastatus/README.md)] | Filter by the media's current release status                                                             |             |
| episodes\_greater      |                                [Int](https://github.com/AniList/ApiV2-GraphQL-Docs/blob/master/reference/scalar/int/README.md) | Filter by amount of episodes the media has                                                               |             |
| episodes\_lesser       |                                [Int](https://github.com/AniList/ApiV2-GraphQL-Docs/blob/master/reference/scalar/int/README.md) | Filter by amount of episodes the media has                                                               |             |
| duration\_greater      |                                [Int](https://github.com/AniList/ApiV2-GraphQL-Docs/blob/master/reference/scalar/int/README.md) | Filter by the media's episode length                                                                     |             |
| duration\_lesser       |                                [Int](https://github.com/AniList/ApiV2-GraphQL-Docs/blob/master/reference/scalar/int/README.md) | Filter by the media's episode length                                                                     |             |
| chapters\_greater      |                                [Int](https://github.com/AniList/ApiV2-GraphQL-Docs/blob/master/reference/scalar/int/README.md) | Filter by the media's chapter count                                                                      |             |
| chapters\_lesser       |                                [Int](https://github.com/AniList/ApiV2-GraphQL-Docs/blob/master/reference/scalar/int/README.md) | Filter by the media's chapter count                                                                      |             |
| volumes\_greater       |                                [Int](https://github.com/AniList/ApiV2-GraphQL-Docs/blob/master/reference/scalar/int/README.md) | Filter by the media's volume count                                                                       |             |
| volumes\_lesser        |                                [Int](https://github.com/AniList/ApiV2-GraphQL-Docs/blob/master/reference/scalar/int/README.md) | Filter by the media's volume count                                                                       |             |
| genre\_in              |                       \[[String](https://github.com/AniList/ApiV2-GraphQL-Docs/blob/master/reference/scalar/string/README.md)] | Filter by the media's genres                                                                             |             |
| genre\_not\_in         |                       \[[String](https://github.com/AniList/ApiV2-GraphQL-Docs/blob/master/reference/scalar/string/README.md)] | Filter by the media's genres                                                                             |             |
| tag\_in                |                       \[[String](https://github.com/AniList/ApiV2-GraphQL-Docs/blob/master/reference/scalar/string/README.md)] | Filter by the media's tags                                                                               |             |
| tag\_not\_in           |                       \[[String](https://github.com/AniList/ApiV2-GraphQL-Docs/blob/master/reference/scalar/string/README.md)] | Filter by the media's tags                                                                               |             |
| tagCategory\_in        |                       \[[String](https://github.com/AniList/ApiV2-GraphQL-Docs/blob/master/reference/scalar/string/README.md)] | Filter by the media's tags with in a tag category                                                        |             |
| tagCategory\_not\_in   |                       \[[String](https://github.com/AniList/ApiV2-GraphQL-Docs/blob/master/reference/scalar/string/README.md)] | Filter by the media's tags with in a tag category                                                        |             |
| licensedBy\_in         |                       \[[String](https://github.com/AniList/ApiV2-GraphQL-Docs/blob/master/reference/scalar/string/README.md)] | Filter media by sites name with a online streaming or reading license                                    |             |
| licensedById\_in       |                             \[[Int](https://github.com/AniList/ApiV2-GraphQL-Docs/blob/master/reference/scalar/int/README.md)] | Filter media by sites id with a online streaming or reading license                                      |             |
| averageScore\_not      |                                [Int](https://github.com/AniList/ApiV2-GraphQL-Docs/blob/master/reference/scalar/int/README.md) | Filter by the media's average score                                                                      |             |
| averageScore\_greater  |                                [Int](https://github.com/AniList/ApiV2-GraphQL-Docs/blob/master/reference/scalar/int/README.md) | Filter by the media's average score                                                                      |             |
| averageScore\_lesser   |                                [Int](https://github.com/AniList/ApiV2-GraphQL-Docs/blob/master/reference/scalar/int/README.md) | Filter by the media's average score                                                                      |             |
| popularity\_not        |                                [Int](https://github.com/AniList/ApiV2-GraphQL-Docs/blob/master/reference/scalar/int/README.md) | Filter by the number of users with this media on their list                                              |             |
| popularity\_greater    |                                [Int](https://github.com/AniList/ApiV2-GraphQL-Docs/blob/master/reference/scalar/int/README.md) | Filter by the number of users with this media on their list                                              |             |
| popularity\_lesser     |                                [Int](https://github.com/AniList/ApiV2-GraphQL-Docs/blob/master/reference/scalar/int/README.md) | Filter by the number of users with this media on their list                                              |             |
| source\_in             |               \[[MediaSource](https://github.com/AniList/ApiV2-GraphQL-Docs/blob/master/reference/enum/mediasource/README.md)] | Filter by the source type of the media                                                                   |             |
| sort                   |                   \[[MediaSort](https://github.com/AniList/ApiV2-GraphQL-Docs/blob/master/reference/enum/mediasort/README.md)] | The order the results will be returned in                                                                |             |
| **characters**         |                 \[[Character](https://github.com/AniList/ApiV2-GraphQL-Docs/blob/master/reference/object/character/README.md)] |                                                                                                          |             |
| id                     |                                [Int](https://github.com/AniList/ApiV2-GraphQL-Docs/blob/master/reference/scalar/int/README.md) | Filter by character id                                                                                   |             |
| isBirthday             |                        [Boolean](https://github.com/AniList/ApiV2-GraphQL-Docs/blob/master/reference/scalar/boolean/README.md) | Filter by character by if its their birthday today                                                       |             |
| search                 |                          [String](https://github.com/AniList/ApiV2-GraphQL-Docs/blob/master/reference/scalar/string/README.md) | Filter by search query                                                                                   |             |
| id\_not                |                                [Int](https://github.com/AniList/ApiV2-GraphQL-Docs/blob/master/reference/scalar/int/README.md) | Filter by character id                                                                                   |             |
| id\_in                 |                             \[[Int](https://github.com/AniList/ApiV2-GraphQL-Docs/blob/master/reference/scalar/int/README.md)] | Filter by character id                                                                                   |             |
| id\_not\_in            |                             \[[Int](https://github.com/AniList/ApiV2-GraphQL-Docs/blob/master/reference/scalar/int/README.md)] | Filter by character id                                                                                   |             |
| sort                   |           \[[CharacterSort](https://github.com/AniList/ApiV2-GraphQL-Docs/blob/master/reference/enum/charactersort/README.md)] | The order the results will be returned in                                                                |             |
| **staff**              |                         \[[Staff](https://github.com/AniList/ApiV2-GraphQL-Docs/blob/master/reference/object/staff/README.md)] |                                                                                                          |             |
| id                     |                                [Int](https://github.com/AniList/ApiV2-GraphQL-Docs/blob/master/reference/scalar/int/README.md) | Filter by the staff id                                                                                   |             |
| isBirthday             |                        [Boolean](https://github.com/AniList/ApiV2-GraphQL-Docs/blob/master/reference/scalar/boolean/README.md) | Filter by staff by if its their birthday today                                                           |             |
| search                 |                          [String](https://github.com/AniList/ApiV2-GraphQL-Docs/blob/master/reference/scalar/string/README.md) | Filter by search query                                                                                   |             |
| id\_not                |                                [Int](https://github.com/AniList/ApiV2-GraphQL-Docs/blob/master/reference/scalar/int/README.md) | Filter by the staff id                                                                                   |             |
| id\_in                 |                             \[[Int](https://github.com/AniList/ApiV2-GraphQL-Docs/blob/master/reference/scalar/int/README.md)] | Filter by the staff id                                                                                   |             |
| id\_not\_in            |                             \[[Int](https://github.com/AniList/ApiV2-GraphQL-Docs/blob/master/reference/scalar/int/README.md)] | Filter by the staff id                                                                                   |             |
| sort                   |                   \[[StaffSort](https://github.com/AniList/ApiV2-GraphQL-Docs/blob/master/reference/enum/staffsort/README.md)] | The order the results will be returned in                                                                |             |
| **studios**            |                       \[[Studio](https://github.com/AniList/ApiV2-GraphQL-Docs/blob/master/reference/object/studio/README.md)] |                                                                                                          |             |
| id                     |                                [Int](https://github.com/AniList/ApiV2-GraphQL-Docs/blob/master/reference/scalar/int/README.md) | Filter by the studio id                                                                                  |             |
| search                 |                          [String](https://github.com/AniList/ApiV2-GraphQL-Docs/blob/master/reference/scalar/string/README.md) | Filter by search query                                                                                   |             |
| id\_not                |                                [Int](https://github.com/AniList/ApiV2-GraphQL-Docs/blob/master/reference/scalar/int/README.md) | Filter by the studio id                                                                                  |             |
| id\_in                 |                             \[[Int](https://github.com/AniList/ApiV2-GraphQL-Docs/blob/master/reference/scalar/int/README.md)] | Filter by the studio id                                                                                  |             |
| id\_not\_in            |                             \[[Int](https://github.com/AniList/ApiV2-GraphQL-Docs/blob/master/reference/scalar/int/README.md)] | Filter by the studio id                                                                                  |             |
| sort                   |                 \[[StudioSort](https://github.com/AniList/ApiV2-GraphQL-Docs/blob/master/reference/enum/studiosort/README.md)] | The order the results will be returned in                                                                |             |
| **mediaList**          |                 \[[MediaList](https://github.com/AniList/ApiV2-GraphQL-Docs/blob/master/reference/object/medialist/README.md)] |                                                                                                          |             |
| id                     |                                [Int](https://github.com/AniList/ApiV2-GraphQL-Docs/blob/master/reference/scalar/int/README.md) | Filter by a list entry's id                                                                              |             |
| userId                 |                                [Int](https://github.com/AniList/ApiV2-GraphQL-Docs/blob/master/reference/scalar/int/README.md) | Filter by a user's id                                                                                    |             |
| userName               |                          [String](https://github.com/AniList/ApiV2-GraphQL-Docs/blob/master/reference/scalar/string/README.md) | Filter by a user's name                                                                                  |             |
| type                   |                      [MediaType](https://github.com/AniList/ApiV2-GraphQL-Docs/blob/master/reference/enum/mediatype/README.md) | Filter by the list entries media type                                                                    |             |
| status                 |          [MediaListStatus](https://github.com/AniList/ApiV2-GraphQL-Docs/blob/master/reference/enum/medialiststatus/README.md) | Filter by the watching/reading status                                                                    |             |
| mediaId                |                                [Int](https://github.com/AniList/ApiV2-GraphQL-Docs/blob/master/reference/scalar/int/README.md) | Filter by the media id of the list entry                                                                 |             |
| isFollowing            |                        [Boolean](https://github.com/AniList/ApiV2-GraphQL-Docs/blob/master/reference/scalar/boolean/README.md) | Filter list entries to users who are being followed by the authenticated user                            |             |
| notes                  |                          [String](https://github.com/AniList/ApiV2-GraphQL-Docs/blob/master/reference/scalar/string/README.md) | Filter by note words and #tags                                                                           |             |
| startedAt              |              [FuzzyDateInt](https://github.com/AniList/ApiV2-GraphQL-Docs/blob/master/reference/scalar/fuzzydateint/README.md) | Filter by the date the user started the media                                                            |             |
| completedAt            |              [FuzzyDateInt](https://github.com/AniList/ApiV2-GraphQL-Docs/blob/master/reference/scalar/fuzzydateint/README.md) | Filter by the date the user completed the media                                                          |             |
| compareWithAuthList    |                        [Boolean](https://github.com/AniList/ApiV2-GraphQL-Docs/blob/master/reference/scalar/boolean/README.md) | Limit to only entries also on the auth user's list. Requires user id or name arguments.                  |             |
| userId\_in             |                             \[[Int](https://github.com/AniList/ApiV2-GraphQL-Docs/blob/master/reference/scalar/int/README.md)] | Filter by a user's id                                                                                    |             |
| status\_in             |       \[[MediaListStatus](https://github.com/AniList/ApiV2-GraphQL-Docs/blob/master/reference/enum/medialiststatus/README.md)] | Filter by the watching/reading status                                                                    |             |
| status\_not\_in        |       \[[MediaListStatus](https://github.com/AniList/ApiV2-GraphQL-Docs/blob/master/reference/enum/medialiststatus/README.md)] | Filter by the watching/reading status                                                                    |             |
| status\_not            |          [MediaListStatus](https://github.com/AniList/ApiV2-GraphQL-Docs/blob/master/reference/enum/medialiststatus/README.md) | Filter by the watching/reading status                                                                    |             |
| mediaId\_in            |                             \[[Int](https://github.com/AniList/ApiV2-GraphQL-Docs/blob/master/reference/scalar/int/README.md)] | Filter by the media id of the list entry                                                                 |             |
| mediaId\_not\_in       |                             \[[Int](https://github.com/AniList/ApiV2-GraphQL-Docs/blob/master/reference/scalar/int/README.md)] | Filter by the media id of the list entry                                                                 |             |
| notes\_like            |                          [String](https://github.com/AniList/ApiV2-GraphQL-Docs/blob/master/reference/scalar/string/README.md) | Filter by note words and #tags                                                                           |             |
| startedAt\_greater     |              [FuzzyDateInt](https://github.com/AniList/ApiV2-GraphQL-Docs/blob/master/reference/scalar/fuzzydateint/README.md) | Filter by the date the user started the media                                                            |             |
| startedAt\_lesser      |              [FuzzyDateInt](https://github.com/AniList/ApiV2-GraphQL-Docs/blob/master/reference/scalar/fuzzydateint/README.md) | Filter by the date the user started the media                                                            |             |
| startedAt\_like        |                          [String](https://github.com/AniList/ApiV2-GraphQL-Docs/blob/master/reference/scalar/string/README.md) | Filter by the date the user started the media                                                            |             |
| completedAt\_greater   |              [FuzzyDateInt](https://github.com/AniList/ApiV2-GraphQL-Docs/blob/master/reference/scalar/fuzzydateint/README.md) | Filter by the date the user completed the media                                                          |             |
| completedAt\_lesser    |              [FuzzyDateInt](https://github.com/AniList/ApiV2-GraphQL-Docs/blob/master/reference/scalar/fuzzydateint/README.md) | Filter by the date the user completed the media                                                          |             |
| completedAt\_like      |                          [String](https://github.com/AniList/ApiV2-GraphQL-Docs/blob/master/reference/scalar/string/README.md) | Filter by the date the user completed the media                                                          |             |
| sort                   |           \[[MediaListSort](https://github.com/AniList/ApiV2-GraphQL-Docs/blob/master/reference/enum/medialistsort/README.md)] | The order the results will be returned in                                                                |             |
| **airingSchedules**    |       \[[AiringSchedule](https://github.com/AniList/ApiV2-GraphQL-Docs/blob/master/reference/object/airingschedule/README.md)] |                                                                                                          |             |
| id                     |                                [Int](https://github.com/AniList/ApiV2-GraphQL-Docs/blob/master/reference/scalar/int/README.md) | Filter by the id of the airing schedule item                                                             |             |
| mediaId                |                                [Int](https://github.com/AniList/ApiV2-GraphQL-Docs/blob/master/reference/scalar/int/README.md) | Filter by the id of associated media                                                                     |             |
| episode                |                                [Int](https://github.com/AniList/ApiV2-GraphQL-Docs/blob/master/reference/scalar/int/README.md) | Filter by the airing episode number                                                                      |             |
| airingAt               |                                [Int](https://github.com/AniList/ApiV2-GraphQL-Docs/blob/master/reference/scalar/int/README.md) | Filter by the time of airing                                                                             |             |
| notYetAired            |                        [Boolean](https://github.com/AniList/ApiV2-GraphQL-Docs/blob/master/reference/scalar/boolean/README.md) | Filter to episodes that haven't yet aired                                                                |             |
| id\_not                |                                [Int](https://github.com/AniList/ApiV2-GraphQL-Docs/blob/master/reference/scalar/int/README.md) | Filter by the id of the airing schedule item                                                             |             |
| id\_in                 |                             \[[Int](https://github.com/AniList/ApiV2-GraphQL-Docs/blob/master/reference/scalar/int/README.md)] | Filter by the id of the airing schedule item                                                             |             |
| id\_not\_in            |                             \[[Int](https://github.com/AniList/ApiV2-GraphQL-Docs/blob/master/reference/scalar/int/README.md)] | Filter by the id of the airing schedule item                                                             |             |
| mediaId\_not           |                                [Int](https://github.com/AniList/ApiV2-GraphQL-Docs/blob/master/reference/scalar/int/README.md) | Filter by the id of associated media                                                                     |             |
| mediaId\_in            |                             \[[Int](https://github.com/AniList/ApiV2-GraphQL-Docs/blob/master/reference/scalar/int/README.md)] | Filter by the id of associated media                                                                     |             |
| mediaId\_not\_in       |                             \[[Int](https://github.com/AniList/ApiV2-GraphQL-Docs/blob/master/reference/scalar/int/README.md)] | Filter by the id of associated media                                                                     |             |
| episode\_not           |                                [Int](https://github.com/AniList/ApiV2-GraphQL-Docs/blob/master/reference/scalar/int/README.md) | Filter by the airing episode number                                                                      |             |
| episode\_in            |                             \[[Int](https://github.com/AniList/ApiV2-GraphQL-Docs/blob/master/reference/scalar/int/README.md)] | Filter by the airing episode number                                                                      |             |
| episode\_not\_in       |                             \[[Int](https://github.com/AniList/ApiV2-GraphQL-Docs/blob/master/reference/scalar/int/README.md)] | Filter by the airing episode number                                                                      |             |
| episode\_greater       |                                [Int](https://github.com/AniList/ApiV2-GraphQL-Docs/blob/master/reference/scalar/int/README.md) | Filter by the airing episode number                                                                      |             |
| episode\_lesser        |                                [Int](https://github.com/AniList/ApiV2-GraphQL-Docs/blob/master/reference/scalar/int/README.md) | Filter by the airing episode number                                                                      |             |
| airingAt\_greater      |                                [Int](https://github.com/AniList/ApiV2-GraphQL-Docs/blob/master/reference/scalar/int/README.md) | Filter by the time of airing                                                                             |             |
| airingAt\_lesser       |                                [Int](https://github.com/AniList/ApiV2-GraphQL-Docs/blob/master/reference/scalar/int/README.md) | Filter by the time of airing                                                                             |             |
| sort                   |                 \[[AiringSort](https://github.com/AniList/ApiV2-GraphQL-Docs/blob/master/reference/enum/airingsort/README.md)] | The order the results will be returned in                                                                |             |
| **mediaTrends**        |               \[[MediaTrend](https://github.com/AniList/ApiV2-GraphQL-Docs/blob/master/reference/object/mediatrend/README.md)] |                                                                                                          |             |
| mediaId                |                                [Int](https://github.com/AniList/ApiV2-GraphQL-Docs/blob/master/reference/scalar/int/README.md) | Filter by the media id                                                                                   |             |
| date                   |                                [Int](https://github.com/AniList/ApiV2-GraphQL-Docs/blob/master/reference/scalar/int/README.md) | Filter by date                                                                                           |             |
| trending               |                                [Int](https://github.com/AniList/ApiV2-GraphQL-Docs/blob/master/reference/scalar/int/README.md) | Filter by trending amount                                                                                |             |
| averageScore           |                                [Int](https://github.com/AniList/ApiV2-GraphQL-Docs/blob/master/reference/scalar/int/README.md) | Filter by score                                                                                          |             |
| popularity             |                                [Int](https://github.com/AniList/ApiV2-GraphQL-Docs/blob/master/reference/scalar/int/README.md) | Filter by popularity                                                                                     |             |
| episode                |                                [Int](https://github.com/AniList/ApiV2-GraphQL-Docs/blob/master/reference/scalar/int/README.md) | Filter by episode number                                                                                 |             |
| releasing              |                        [Boolean](https://github.com/AniList/ApiV2-GraphQL-Docs/blob/master/reference/scalar/boolean/README.md) | Filter to stats recorded while the media was releasing                                                   |             |
| mediaId\_not           |                                [Int](https://github.com/AniList/ApiV2-GraphQL-Docs/blob/master/reference/scalar/int/README.md) | Filter by the media id                                                                                   |             |
| mediaId\_in            |                             \[[Int](https://github.com/AniList/ApiV2-GraphQL-Docs/blob/master/reference/scalar/int/README.md)] | Filter by the media id                                                                                   |             |
| mediaId\_not\_in       |                             \[[Int](https://github.com/AniList/ApiV2-GraphQL-Docs/blob/master/reference/scalar/int/README.md)] | Filter by the media id                                                                                   |             |
| date\_greater          |                                [Int](https://github.com/AniList/ApiV2-GraphQL-Docs/blob/master/reference/scalar/int/README.md) | Filter by date                                                                                           |             |
| date\_lesser           |                                [Int](https://github.com/AniList/ApiV2-GraphQL-Docs/blob/master/reference/scalar/int/README.md) | Filter by date                                                                                           |             |
| trending\_greater      |                                [Int](https://github.com/AniList/ApiV2-GraphQL-Docs/blob/master/reference/scalar/int/README.md) | Filter by trending amount                                                                                |             |
| trending\_lesser       |                                [Int](https://github.com/AniList/ApiV2-GraphQL-Docs/blob/master/reference/scalar/int/README.md) | Filter by trending amount                                                                                |             |
| trending\_not          |                                [Int](https://github.com/AniList/ApiV2-GraphQL-Docs/blob/master/reference/scalar/int/README.md) | Filter by trending amount                                                                                |             |
| averageScore\_greater  |                                [Int](https://github.com/AniList/ApiV2-GraphQL-Docs/blob/master/reference/scalar/int/README.md) | Filter by score                                                                                          |             |
| averageScore\_lesser   |                                [Int](https://github.com/AniList/ApiV2-GraphQL-Docs/blob/master/reference/scalar/int/README.md) | Filter by score                                                                                          |             |
| averageScore\_not      |                                [Int](https://github.com/AniList/ApiV2-GraphQL-Docs/blob/master/reference/scalar/int/README.md) | Filter by score                                                                                          |             |
| popularity\_greater    |                                [Int](https://github.com/AniList/ApiV2-GraphQL-Docs/blob/master/reference/scalar/int/README.md) | Filter by popularity                                                                                     |             |
| popularity\_lesser     |                                [Int](https://github.com/AniList/ApiV2-GraphQL-Docs/blob/master/reference/scalar/int/README.md) | Filter by popularity                                                                                     |             |
| popularity\_not        |                                [Int](https://github.com/AniList/ApiV2-GraphQL-Docs/blob/master/reference/scalar/int/README.md) | Filter by popularity                                                                                     |             |
| episode\_greater       |                                [Int](https://github.com/AniList/ApiV2-GraphQL-Docs/blob/master/reference/scalar/int/README.md) | Filter by episode number                                                                                 |             |
| episode\_lesser        |                                [Int](https://github.com/AniList/ApiV2-GraphQL-Docs/blob/master/reference/scalar/int/README.md) | Filter by episode number                                                                                 |             |
| episode\_not           |                                [Int](https://github.com/AniList/ApiV2-GraphQL-Docs/blob/master/reference/scalar/int/README.md) | Filter by episode number                                                                                 |             |
| sort                   |         \[[MediaTrendSort](https://github.com/AniList/ApiV2-GraphQL-Docs/blob/master/reference/enum/mediatrendsort/README.md)] | The order the results will be returned in                                                                |             |
| **notifications**      |  \[[NotificationUnion](https://github.com/AniList/ApiV2-GraphQL-Docs/blob/master/reference/union/notificationunion/README.md)] |                                                                                                          |             |
| type                   |        [NotificationType](https://github.com/AniList/ApiV2-GraphQL-Docs/blob/master/reference/enum/notificationtype/README.md) | Filter by the type of notifications                                                                      |             |
| resetNotificationCount |                        [Boolean](https://github.com/AniList/ApiV2-GraphQL-Docs/blob/master/reference/scalar/boolean/README.md) | Reset the unread notification count to 0 on load                                                         |             |
| type\_in               |     \[[NotificationType](https://github.com/AniList/ApiV2-GraphQL-Docs/blob/master/reference/enum/notificationtype/README.md)] | Filter by the type of notifications                                                                      |             |
| **followers**          |                           \[[User](https://github.com/AniList/ApiV2-GraphQL-Docs/blob/master/reference/object/user/README.md)] |                                                                                                          |             |
| userId                 |                               [Int](https://github.com/AniList/ApiV2-GraphQL-Docs/blob/master/reference/scalar/int/README.md)! | User id of the follower/followed                                                                         |             |
| sort                   |                     \[[UserSort](https://github.com/AniList/ApiV2-GraphQL-Docs/blob/master/reference/enum/usersort/README.md)] | The order the results will be returned in                                                                |             |
| **following**          |                           \[[User](https://github.com/AniList/ApiV2-GraphQL-Docs/blob/master/reference/object/user/README.md)] |                                                                                                          |             |
| userId                 |                               [Int](https://github.com/AniList/ApiV2-GraphQL-Docs/blob/master/reference/scalar/int/README.md)! | User id of the follower/followed                                                                         |             |
| sort                   |                     \[[UserSort](https://github.com/AniList/ApiV2-GraphQL-Docs/blob/master/reference/enum/usersort/README.md)] | The order the results will be returned in                                                                |             |
| **activities**         |          \[[ActivityUnion](https://github.com/AniList/ApiV2-GraphQL-Docs/blob/master/reference/union/activityunion/README.md)] |                                                                                                          |             |
| id                     |                                [Int](https://github.com/AniList/ApiV2-GraphQL-Docs/blob/master/reference/scalar/int/README.md) | Filter by the activity id                                                                                |             |
| userId                 |                                [Int](https://github.com/AniList/ApiV2-GraphQL-Docs/blob/master/reference/scalar/int/README.md) | Filter by the owner user id                                                                              |             |
| messengerId            |                                [Int](https://github.com/AniList/ApiV2-GraphQL-Docs/blob/master/reference/scalar/int/README.md) | Filter by the id of the user who sent a message                                                          |             |
| mediaId                |                                [Int](https://github.com/AniList/ApiV2-GraphQL-Docs/blob/master/reference/scalar/int/README.md) | Filter by the associated media id of the activity                                                        |             |
| type                   |                [ActivityType](https://github.com/AniList/ApiV2-GraphQL-Docs/blob/master/reference/enum/activitytype/README.md) | Filter by the type of activity                                                                           |             |
| isFollowing            |                        [Boolean](https://github.com/AniList/ApiV2-GraphQL-Docs/blob/master/reference/scalar/boolean/README.md) | Filter activity to users who are being followed by the authenticated user                                |             |
| hasReplies             |                        [Boolean](https://github.com/AniList/ApiV2-GraphQL-Docs/blob/master/reference/scalar/boolean/README.md) | Filter activity to only activity with replies                                                            |             |
| hasRepliesOrTypeText   |                        [Boolean](https://github.com/AniList/ApiV2-GraphQL-Docs/blob/master/reference/scalar/boolean/README.md) | Filter activity to only activity with replies or is of type text                                         |             |
| createdAt              |                                [Int](https://github.com/AniList/ApiV2-GraphQL-Docs/blob/master/reference/scalar/int/README.md) | Filter by the time the activity was created                                                              |             |
| id\_not                |                                [Int](https://github.com/AniList/ApiV2-GraphQL-Docs/blob/master/reference/scalar/int/README.md) | Filter by the activity id                                                                                |             |
| id\_in                 |                             \[[Int](https://github.com/AniList/ApiV2-GraphQL-Docs/blob/master/reference/scalar/int/README.md)] | Filter by the activity id                                                                                |             |
| id\_not\_in            |                             \[[Int](https://github.com/AniList/ApiV2-GraphQL-Docs/blob/master/reference/scalar/int/README.md)] | Filter by the activity id                                                                                |             |
| userId\_not            |                                [Int](https://github.com/AniList/ApiV2-GraphQL-Docs/blob/master/reference/scalar/int/README.md) | Filter by the owner user id                                                                              |             |
| userId\_in             |                             \[[Int](https://github.com/AniList/ApiV2-GraphQL-Docs/blob/master/reference/scalar/int/README.md)] | Filter by the owner user id                                                                              |             |
| userId\_not\_in        |                             \[[Int](https://github.com/AniList/ApiV2-GraphQL-Docs/blob/master/reference/scalar/int/README.md)] | Filter by the owner user id                                                                              |             |
| messengerId\_not       |                                [Int](https://github.com/AniList/ApiV2-GraphQL-Docs/blob/master/reference/scalar/int/README.md) | Filter by the id of the user who sent a message                                                          |             |
| messengerId\_in        |                             \[[Int](https://github.com/AniList/ApiV2-GraphQL-Docs/blob/master/reference/scalar/int/README.md)] | Filter by the id of the user who sent a message                                                          |             |
| messengerId\_not\_in   |                             \[[Int](https://github.com/AniList/ApiV2-GraphQL-Docs/blob/master/reference/scalar/int/README.md)] | Filter by the id of the user who sent a message                                                          |             |
| mediaId\_not           |                                [Int](https://github.com/AniList/ApiV2-GraphQL-Docs/blob/master/reference/scalar/int/README.md) | Filter by the associated media id of the activity                                                        |             |
| mediaId\_in            |                             \[[Int](https://github.com/AniList/ApiV2-GraphQL-Docs/blob/master/reference/scalar/int/README.md)] | Filter by the associated media id of the activity                                                        |             |
| mediaId\_not\_in       |                             \[[Int](https://github.com/AniList/ApiV2-GraphQL-Docs/blob/master/reference/scalar/int/README.md)] | Filter by the associated media id of the activity                                                        |             |
| type\_not              |                [ActivityType](https://github.com/AniList/ApiV2-GraphQL-Docs/blob/master/reference/enum/activitytype/README.md) | Filter by the type of activity                                                                           |             |
| type\_in               |             \[[ActivityType](https://github.com/AniList/ApiV2-GraphQL-Docs/blob/master/reference/enum/activitytype/README.md)] | Filter by the type of activity                                                                           |             |
| type\_not\_in          |             \[[ActivityType](https://github.com/AniList/ApiV2-GraphQL-Docs/blob/master/reference/enum/activitytype/README.md)] | Filter by the type of activity                                                                           |             |
| createdAt\_greater     |                                [Int](https://github.com/AniList/ApiV2-GraphQL-Docs/blob/master/reference/scalar/int/README.md) | Filter by the time the activity was created                                                              |             |
| createdAt\_lesser      |                                [Int](https://github.com/AniList/ApiV2-GraphQL-Docs/blob/master/reference/scalar/int/README.md) | Filter by the time the activity was created                                                              |             |
| sort                   |             \[[ActivitySort](https://github.com/AniList/ApiV2-GraphQL-Docs/blob/master/reference/enum/activitysort/README.md)] | The order the results will be returned in                                                                |             |
| **activityReplies**    |         \[[ActivityReply](https://github.com/AniList/ApiV2-GraphQL-Docs/blob/master/reference/object/activityreply/README.md)] |                                                                                                          |             |
| id                     |                                [Int](https://github.com/AniList/ApiV2-GraphQL-Docs/blob/master/reference/scalar/int/README.md) | Filter by the reply id                                                                                   |             |
| activityId             |                                [Int](https://github.com/AniList/ApiV2-GraphQL-Docs/blob/master/reference/scalar/int/README.md) | Filter by the parent id                                                                                  |             |
| **threads**            |                       \[[Thread](https://github.com/AniList/ApiV2-GraphQL-Docs/blob/master/reference/object/thread/README.md)] |                                                                                                          |             |
| id                     |                                [Int](https://github.com/AniList/ApiV2-GraphQL-Docs/blob/master/reference/scalar/int/README.md) | Filter by the thread id                                                                                  |             |
| userId                 |                                [Int](https://github.com/AniList/ApiV2-GraphQL-Docs/blob/master/reference/scalar/int/README.md) | Filter by the user id of the thread's creator                                                            |             |
| replyUserId            |                                [Int](https://github.com/AniList/ApiV2-GraphQL-Docs/blob/master/reference/scalar/int/README.md) | Filter by the user id of the last user to comment on the thread                                          |             |
| subscribed             |                        [Boolean](https://github.com/AniList/ApiV2-GraphQL-Docs/blob/master/reference/scalar/boolean/README.md) | Filter by if the currently authenticated user's subscribed threads                                       |             |
| categoryId             |                                [Int](https://github.com/AniList/ApiV2-GraphQL-Docs/blob/master/reference/scalar/int/README.md) | Filter by thread category id                                                                             |             |
| mediaCategoryId        |                                [Int](https://github.com/AniList/ApiV2-GraphQL-Docs/blob/master/reference/scalar/int/README.md) | Filter by thread media id category                                                                       |             |
| search                 |                          [String](https://github.com/AniList/ApiV2-GraphQL-Docs/blob/master/reference/scalar/string/README.md) | Filter by search query                                                                                   |             |
| id\_in                 |                             \[[Int](https://github.com/AniList/ApiV2-GraphQL-Docs/blob/master/reference/scalar/int/README.md)] | Filter by the thread id                                                                                  |             |
| sort                   |                 \[[ThreadSort](https://github.com/AniList/ApiV2-GraphQL-Docs/blob/master/reference/enum/threadsort/README.md)] | The order the results will be returned in                                                                |             |
| **threadComments**     |         \[[ThreadComment](https://github.com/AniList/ApiV2-GraphQL-Docs/blob/master/reference/object/threadcomment/README.md)] |                                                                                                          |             |
| id                     |                                [Int](https://github.com/AniList/ApiV2-GraphQL-Docs/blob/master/reference/scalar/int/README.md) | Filter by the comment id                                                                                 |             |
| threadId               |                                [Int](https://github.com/AniList/ApiV2-GraphQL-Docs/blob/master/reference/scalar/int/README.md) | Filter by the thread id                                                                                  |             |
| userId                 |                                [Int](https://github.com/AniList/ApiV2-GraphQL-Docs/blob/master/reference/scalar/int/README.md) | Filter by the user id of the comment's creator                                                           |             |
| sort                   |   \[[ThreadCommentSort](https://github.com/AniList/ApiV2-GraphQL-Docs/blob/master/reference/enum/threadcommentsort/README.md)] | The order the results will be returned in                                                                |             |
| **reviews**            |                       \[[Review](https://github.com/AniList/ApiV2-GraphQL-Docs/blob/master/reference/object/review/README.md)] |                                                                                                          |             |
| id                     |                                [Int](https://github.com/AniList/ApiV2-GraphQL-Docs/blob/master/reference/scalar/int/README.md) | Filter by Review id                                                                                      |             |
| mediaId                |                                [Int](https://github.com/AniList/ApiV2-GraphQL-Docs/blob/master/reference/scalar/int/README.md) | Filter by media id                                                                                       |             |
| userId                 |                                [Int](https://github.com/AniList/ApiV2-GraphQL-Docs/blob/master/reference/scalar/int/README.md) | Filter by user id                                                                                        |             |
| mediaType              |                      [MediaType](https://github.com/AniList/ApiV2-GraphQL-Docs/blob/master/reference/enum/mediatype/README.md) | Filter by media type                                                                                     |             |
| sort                   |                 \[[ReviewSort](https://github.com/AniList/ApiV2-GraphQL-Docs/blob/master/reference/enum/reviewsort/README.md)] | The order the results will be returned in                                                                |             |
| **recommendations**    |       \[[Recommendation](https://github.com/AniList/ApiV2-GraphQL-Docs/blob/master/reference/object/recommendation/README.md)] |                                                                                                          |             |
| id                     |                                [Int](https://github.com/AniList/ApiV2-GraphQL-Docs/blob/master/reference/scalar/int/README.md) | Filter by recommendation id                                                                              |             |
| mediaId                |                                [Int](https://github.com/AniList/ApiV2-GraphQL-Docs/blob/master/reference/scalar/int/README.md) | Filter by media id                                                                                       |             |
| mediaRecommendationId  |                                [Int](https://github.com/AniList/ApiV2-GraphQL-Docs/blob/master/reference/scalar/int/README.md) | Filter by media recommendation id                                                                        |             |
| userId                 |                                [Int](https://github.com/AniList/ApiV2-GraphQL-Docs/blob/master/reference/scalar/int/README.md) | Filter by user who created the recommendation                                                            |             |
| rating                 |                                [Int](https://github.com/AniList/ApiV2-GraphQL-Docs/blob/master/reference/scalar/int/README.md) | Filter by total rating of the recommendation                                                             |             |
| onList                 |                        [Boolean](https://github.com/AniList/ApiV2-GraphQL-Docs/blob/master/reference/scalar/boolean/README.md) | Filter by the media on the authenticated user's lists                                                    |             |
| rating\_greater        |                                [Int](https://github.com/AniList/ApiV2-GraphQL-Docs/blob/master/reference/scalar/int/README.md) | Filter by total rating of the recommendation                                                             |             |
| rating\_lesser         |                                [Int](https://github.com/AniList/ApiV2-GraphQL-Docs/blob/master/reference/scalar/int/README.md) | Filter by total rating of the recommendation                                                             |             |
| sort                   | \[[RecommendationSort](https://github.com/AniList/ApiV2-GraphQL-Docs/blob/master/reference/enum/recommendationsort/README.md)] | The order the results will be returned in                                                                |             |
| **likes**              |                           \[[User](https://github.com/AniList/ApiV2-GraphQL-Docs/blob/master/reference/object/user/README.md)] |                                                                                                          |             |
| likeableId             |                                [Int](https://github.com/AniList/ApiV2-GraphQL-Docs/blob/master/reference/scalar/int/README.md) | The id of the likeable type                                                                              |             |
| type                   |                [LikeableType](https://github.com/AniList/ApiV2-GraphQL-Docs/blob/master/reference/enum/likeabletype/README.md) | The type of model the id applies to                                                                      |             |
