InternalPage
Page of data. Limited to a max depth of 5000 entries. This is calculated as the page parameter multiplied by the perPage parameter.
type InternalPage { mediaSubmissions( mediaId: Int submissionId: Int userId: Int assigneeId: Int status: SubmissionStatus type: MediaType sort: [SubmissionSort] ): [MediaSubmission] characterSubmissions( characterId: Int userId: Int assigneeId: Int status: SubmissionStatus sort: [SubmissionSort] ): [CharacterSubmission] staffSubmissions( staffId: Int userId: Int assigneeId: Int status: SubmissionStatus sort: [SubmissionSort] ): [StaffSubmission] revisionHistory( userId: Int mediaId: Int characterId: Int staffId: Int studioId: Int ): [RevisionHistory] reports( reporterId: Int reportedId: Int ): [Report] modActions( userId: Int modId: Int modId_not: Int modId_in: [Int] modId_not_in: [Int] ): [ModAction] userBlockSearch( search: String ): [User] pageInfo: PageInfo users( id: Int name: String isModerator: Boolean search: String sort: [UserSort] ): [User] media( id: Int idMal: Int startDate: FuzzyDateInt endDate: FuzzyDateInt season: MediaSeason seasonYear: Int type: MediaType format: MediaFormat status: MediaStatus episodes: Int duration: Int chapters: Int volumes: Int isAdult: Boolean genre: String tag: String minimumTagRank: Int tagCategory: String onList: Boolean licensedBy: String licensedById: Int averageScore: Int popularity: Int source: MediaSource countryOfOrigin: CountryCode isLicensed: Boolean search: String id_not: Int id_in: [Int] id_not_in: [Int] idMal_not: Int idMal_in: [Int] idMal_not_in: [Int] startDate_greater: FuzzyDateInt startDate_lesser: FuzzyDateInt startDate_like: String endDate_greater: FuzzyDateInt endDate_lesser: FuzzyDateInt endDate_like: String format_in: [MediaFormat] format_not: MediaFormat format_not_in: [MediaFormat] status_in: [MediaStatus] status_not: MediaStatus status_not_in: [MediaStatus] episodes_greater: Int episodes_lesser: Int duration_greater: Int duration_lesser: Int chapters_greater: Int chapters_lesser: Int volumes_greater: Int volumes_lesser: Int genre_in: [String] genre_not_in: [String] tag_in: [String] tag_not_in: [String] tagCategory_in: [String] tagCategory_not_in: [String] licensedBy_in: [String] licensedById_in: [Int] averageScore_not: Int averageScore_greater: Int averageScore_lesser: Int popularity_not: Int popularity_greater: Int popularity_lesser: Int source_in: [MediaSource] sort: [MediaSort] ): [Media] characters( id: Int isBirthday: Boolean search: String id_not: Int id_in: [Int] id_not_in: [Int] sort: [CharacterSort] ): [Character] staff( id: Int isBirthday: Boolean search: String id_not: Int id_in: [Int] id_not_in: [Int] sort: [StaffSort] ): [Staff] studios( id: Int search: String id_not: Int id_in: [Int] id_not_in: [Int] sort: [StudioSort] ): [Studio] mediaList( id: Int userId: Int userName: String type: MediaType status: MediaListStatus mediaId: Int isFollowing: Boolean notes: String startedAt: FuzzyDateInt completedAt: FuzzyDateInt compareWithAuthList: Boolean userId_in: [Int] status_in: [MediaListStatus] status_not_in: [MediaListStatus] status_not: MediaListStatus mediaId_in: [Int] mediaId_not_in: [Int] notes_like: String startedAt_greater: FuzzyDateInt startedAt_lesser: FuzzyDateInt startedAt_like: String completedAt_greater: FuzzyDateInt completedAt_lesser: FuzzyDateInt completedAt_like: String sort: [MediaListSort] ): [MediaList] airingSchedules( id: Int mediaId: Int episode: Int airingAt: Int notYetAired: Boolean id_not: Int id_in: [Int] id_not_in: [Int] mediaId_not: Int mediaId_in: [Int] mediaId_not_in: [Int] episode_not: Int episode_in: [Int] episode_not_in: [Int] episode_greater: Int episode_lesser: Int airingAt_greater: Int airingAt_lesser: Int sort: [AiringSort] ): [AiringSchedule] mediaTrends( mediaId: Int date: Int trending: Int averageScore: Int popularity: Int episode: Int releasing: Boolean mediaId_not: Int mediaId_in: [Int] mediaId_not_in: [Int] date_greater: Int date_lesser: Int trending_greater: Int trending_lesser: Int trending_not: Int averageScore_greater: Int averageScore_lesser: Int averageScore_not: Int popularity_greater: Int popularity_lesser: Int popularity_not: Int episode_greater: Int episode_lesser: Int episode_not: Int sort: [MediaTrendSort] ): [MediaTrend] notifications( type: NotificationType resetNotificationCount: Boolean type_in: [NotificationType] ): [NotificationUnion] followers( userId: Int! sort: [UserSort] ): [User] following( userId: Int! sort: [UserSort] ): [User] activities( id: Int userId: Int messengerId: Int mediaId: Int type: ActivityType isFollowing: Boolean hasReplies: Boolean hasRepliesOrTypeText: Boolean createdAt: Int id_not: Int id_in: [Int] id_not_in: [Int] userId_not: Int userId_in: [Int] userId_not_in: [Int] messengerId_not: Int messengerId_in: [Int] messengerId_not_in: [Int] mediaId_not: Int mediaId_in: [Int] mediaId_not_in: [Int] type_not: ActivityType type_in: [ActivityType] type_not_in: [ActivityType] createdAt_greater: Int createdAt_lesser: Int sort: [ActivitySort] ): [ActivityUnion] activityReplies( id: Int activityId: Int ): [ActivityReply] threads( id: Int userId: Int replyUserId: Int subscribed: Boolean categoryId: Int mediaCategoryId: Int search: String id_in: [Int] sort: [ThreadSort] ): [Thread] threadComments( id: Int threadId: Int userId: Int sort: [ThreadCommentSort] ): [ThreadComment] reviews( id: Int mediaId: Int userId: Int mediaType: MediaType sort: [ReviewSort] ): [Review] recommendations( id: Int mediaId: Int mediaRecommendationId: Int userId: Int rating: Int onList: Boolean rating_greater: Int rating_lesser: Int sort: [RecommendationSort] ): [Recommendation] likes( likeableId: Int type: LikeableType ): [User]}Fields
Section titled “Fields”InternalPage.mediaSubmissions ● [MediaSubmission] list object
Section titled “InternalPage.mediaSubmissions ● [MediaSubmission] ”InternalPage.mediaSubmissions.mediaId ● Int scalar
Section titled “InternalPage.mediaSubmissions.mediaId ● Int ”InternalPage.mediaSubmissions.submissionId ● Int scalar
Section titled “InternalPage.mediaSubmissions.submissionId ● Int ”InternalPage.mediaSubmissions.userId ● Int scalar
Section titled “InternalPage.mediaSubmissions.userId ● Int ”InternalPage.mediaSubmissions.assigneeId ● Int scalar
Section titled “InternalPage.mediaSubmissions.assigneeId ● Int ”InternalPage.mediaSubmissions.status ● SubmissionStatus enum
Section titled “InternalPage.mediaSubmissions.status ● SubmissionStatus ”InternalPage.mediaSubmissions.type ● MediaType enum
Section titled “InternalPage.mediaSubmissions.type ● MediaType ”Filter by the media’s type
InternalPage.mediaSubmissions.sort ● [SubmissionSort] list enum
Section titled “InternalPage.mediaSubmissions.sort ● [SubmissionSort] ”The order the results will be returned in
InternalPage.characterSubmissions ● [CharacterSubmission] list object
Section titled “InternalPage.characterSubmissions ● [CharacterSubmission] ”InternalPage.characterSubmissions.characterId ● Int scalar
Section titled “InternalPage.characterSubmissions.characterId ● Int ”InternalPage.characterSubmissions.userId ● Int scalar
Section titled “InternalPage.characterSubmissions.userId ● Int ”Filter by the submitter of the submission
InternalPage.characterSubmissions.assigneeId ● Int scalar
Section titled “InternalPage.characterSubmissions.assigneeId ● Int ”InternalPage.characterSubmissions.status ● SubmissionStatus enum
Section titled “InternalPage.characterSubmissions.status ● SubmissionStatus ”Filter by the status of the submission
InternalPage.characterSubmissions.sort ● [SubmissionSort] list enum
Section titled “InternalPage.characterSubmissions.sort ● [SubmissionSort] ”The order the results will be returned in
InternalPage.staffSubmissions ● [StaffSubmission] list object
Section titled “InternalPage.staffSubmissions ● [StaffSubmission] ”InternalPage.staffSubmissions.staffId ● Int scalar
Section titled “InternalPage.staffSubmissions.staffId ● Int ”InternalPage.staffSubmissions.userId ● Int scalar
Section titled “InternalPage.staffSubmissions.userId ● Int ”Filter by the submitter of the submission
InternalPage.staffSubmissions.assigneeId ● Int scalar
Section titled “InternalPage.staffSubmissions.assigneeId ● Int ”InternalPage.staffSubmissions.status ● SubmissionStatus enum
Section titled “InternalPage.staffSubmissions.status ● SubmissionStatus ”Filter by the status of the submission
InternalPage.staffSubmissions.sort ● [SubmissionSort] list enum
Section titled “InternalPage.staffSubmissions.sort ● [SubmissionSort] ”The order the results will be returned in
InternalPage.revisionHistory ● [RevisionHistory] list object
Section titled “InternalPage.revisionHistory ● [RevisionHistory] ”InternalPage.revisionHistory.userId ● Int scalar
Section titled “InternalPage.revisionHistory.userId ● Int ”Filter by the user id
InternalPage.revisionHistory.mediaId ● Int scalar
Section titled “InternalPage.revisionHistory.mediaId ● Int ”Filter by the media id
InternalPage.revisionHistory.characterId ● Int scalar
Section titled “InternalPage.revisionHistory.characterId ● Int ”Filter by the character id
InternalPage.revisionHistory.staffId ● Int scalar
Section titled “InternalPage.revisionHistory.staffId ● Int ”Filter by the staff id
InternalPage.revisionHistory.studioId ● Int scalar
Section titled “InternalPage.revisionHistory.studioId ● Int ”Filter by the studio id
InternalPage.modActions ● [ModAction] list object
Section titled “InternalPage.modActions ● [ModAction] ”InternalPage.modActions.modId_not ● Int scalar
Section titled “InternalPage.modActions.modId_not ● Int ”InternalPage.modActions.modId_in ● [Int] list scalar
Section titled “InternalPage.modActions.modId_in ● [Int] ”(max 10,000 items)
InternalPage.modActions.modId_not_in ● [Int] list scalar
Section titled “InternalPage.modActions.modId_not_in ● [Int] ”(max 10,000 items)
InternalPage.userBlockSearch ● [User] list object
Section titled “InternalPage.userBlockSearch ● [User] ”InternalPage.userBlockSearch.search ● String scalar
Section titled “InternalPage.userBlockSearch.search ● String ”Filter by search query
The pagination information
Filter by the user id
Filter by the name of the user
InternalPage.users.isModerator ● Boolean scalar
Section titled “InternalPage.users.isModerator ● Boolean ”Filter to moderators only if true
Filter by search query
InternalPage.users.sort ● [UserSort] list enum
Section titled “InternalPage.users.sort ● [UserSort] ”The order the results will be returned in
Filter by the media id
Filter by the media’s MyAnimeList id
InternalPage.media.startDate ● FuzzyDateInt scalar
Section titled “InternalPage.media.startDate ● FuzzyDateInt ”Filter by the start date of the media
InternalPage.media.endDate ● FuzzyDateInt scalar
Section titled “InternalPage.media.endDate ● FuzzyDateInt ”Filter by the end date of the media
InternalPage.media.season ● MediaSeason enum
Section titled “InternalPage.media.season ● MediaSeason ”Filter by the season the media was released in
The year of the season (Winter 2017 would also include December 2016 releases). Requires season argument
Filter by the media’s type
InternalPage.media.format ● MediaFormat enum
Section titled “InternalPage.media.format ● MediaFormat ”Filter by the media’s format
InternalPage.media.status ● MediaStatus enum
Section titled “InternalPage.media.status ● MediaStatus ”Filter by the media’s current release status
Filter by amount of episodes the media has
Filter by the media’s episode length
Filter by the media’s chapter count
Filter by the media’s volume count
Filter by if the media’s intended for 18+ adult audiences
Filter by the media’s genres
Filter by the media’s tags
InternalPage.media.minimumTagRank ● Int scalar
Section titled “InternalPage.media.minimumTagRank ● Int ”Only apply the tags filter argument to tags above this rank. Default: 18
InternalPage.media.tagCategory ● String scalar
Section titled “InternalPage.media.tagCategory ● String ”Filter by the media’s tags with in a tag category
Filter by the media on the authenticated user’s lists
InternalPage.media.licensedBy ● String scalar
Section titled “InternalPage.media.licensedBy ● String ”Filter media by sites name with a online streaming or reading license
Filter media by sites id with a online streaming or reading license
Filter by the media’s average score
Filter by the number of users with this media on their list
InternalPage.media.source ● MediaSource enum
Section titled “InternalPage.media.source ● MediaSource ”Filter by the source type of the media
InternalPage.media.countryOfOrigin ● CountryCode scalar
Section titled “InternalPage.media.countryOfOrigin ● CountryCode ”Filter by the media’s country of origin
InternalPage.media.isLicensed ● Boolean scalar
Section titled “InternalPage.media.isLicensed ● Boolean ”If the media is officially licensed or a self-published doujin release
Filter by search query
Filter by the media id
Filter by the media id (max 10,000 items)
InternalPage.media.id_not_in ● [Int] list scalar
Section titled “InternalPage.media.id_not_in ● [Int] ”Filter by the media id (max 10,000 items)
Filter by the media’s MyAnimeList id
InternalPage.media.idMal_in ● [Int] list scalar
Section titled “InternalPage.media.idMal_in ● [Int] ”Filter by the media’s MyAnimeList id (max 10,000 items)
InternalPage.media.idMal_not_in ● [Int] list scalar
Section titled “InternalPage.media.idMal_not_in ● [Int] ”Filter by the media’s MyAnimeList id (max 10,000 items)
InternalPage.media.startDate_greater ● FuzzyDateInt scalar
Section titled “InternalPage.media.startDate_greater ● FuzzyDateInt ”Filter by the start date of the media
InternalPage.media.startDate_lesser ● FuzzyDateInt scalar
Section titled “InternalPage.media.startDate_lesser ● FuzzyDateInt ”Filter by the start date of the media
InternalPage.media.startDate_like ● String scalar
Section titled “InternalPage.media.startDate_like ● String ”Filter by the start date of the media
InternalPage.media.endDate_greater ● FuzzyDateInt scalar
Section titled “InternalPage.media.endDate_greater ● FuzzyDateInt ”Filter by the end date of the media
InternalPage.media.endDate_lesser ● FuzzyDateInt scalar
Section titled “InternalPage.media.endDate_lesser ● FuzzyDateInt ”Filter by the end date of the media
InternalPage.media.endDate_like ● String scalar
Section titled “InternalPage.media.endDate_like ● String ”Filter by the end date of the media
InternalPage.media.format_in ● [MediaFormat] list enum
Section titled “InternalPage.media.format_in ● [MediaFormat] ”Filter by the media’s format (max 10,000 items)
InternalPage.media.format_not ● MediaFormat enum
Section titled “InternalPage.media.format_not ● MediaFormat ”Filter by the media’s format
InternalPage.media.format_not_in ● [MediaFormat] list enum
Section titled “InternalPage.media.format_not_in ● [MediaFormat] ”Filter by the media’s format (max 10,000 items)
InternalPage.media.status_in ● [MediaStatus] list enum
Section titled “InternalPage.media.status_in ● [MediaStatus] ”Filter by the media’s current release status (max 10,000 items)
InternalPage.media.status_not ● MediaStatus enum
Section titled “InternalPage.media.status_not ● MediaStatus ”Filter by the media’s current release status
InternalPage.media.status_not_in ● [MediaStatus] list enum
Section titled “InternalPage.media.status_not_in ● [MediaStatus] ”Filter by the media’s current release status (max 10,000 items)
InternalPage.media.episodes_greater ● Int scalar
Section titled “InternalPage.media.episodes_greater ● Int ”Filter by amount of episodes the media has
InternalPage.media.episodes_lesser ● Int scalar
Section titled “InternalPage.media.episodes_lesser ● Int ”Filter by amount of episodes the media has
InternalPage.media.duration_greater ● Int scalar
Section titled “InternalPage.media.duration_greater ● Int ”Filter by the media’s episode length
InternalPage.media.duration_lesser ● Int scalar
Section titled “InternalPage.media.duration_lesser ● Int ”Filter by the media’s episode length
InternalPage.media.chapters_greater ● Int scalar
Section titled “InternalPage.media.chapters_greater ● Int ”Filter by the media’s chapter count
InternalPage.media.chapters_lesser ● Int scalar
Section titled “InternalPage.media.chapters_lesser ● Int ”Filter by the media’s chapter count
InternalPage.media.volumes_greater ● Int scalar
Section titled “InternalPage.media.volumes_greater ● Int ”Filter by the media’s volume count
InternalPage.media.volumes_lesser ● Int scalar
Section titled “InternalPage.media.volumes_lesser ● Int ”Filter by the media’s volume count
InternalPage.media.genre_in ● [String] list scalar
Section titled “InternalPage.media.genre_in ● [String] ”Filter by the media’s genres (max 10,000 items)
InternalPage.media.genre_not_in ● [String] list scalar
Section titled “InternalPage.media.genre_not_in ● [String] ”Filter by the media’s genres (max 10,000 items)
InternalPage.media.tag_in ● [String] list scalar
Section titled “InternalPage.media.tag_in ● [String] ”Filter by the media’s tags (max 10,000 items)
InternalPage.media.tag_not_in ● [String] list scalar
Section titled “InternalPage.media.tag_not_in ● [String] ”Filter by the media’s tags (max 10,000 items)
InternalPage.media.tagCategory_in ● [String] list scalar
Section titled “InternalPage.media.tagCategory_in ● [String] ”Filter by the media’s tags with in a tag category (max 10,000 items)
InternalPage.media.tagCategory_not_in ● [String] list scalar
Section titled “InternalPage.media.tagCategory_not_in ● [String] ”Filter by the media’s tags with in a tag category (max 10,000 items)
InternalPage.media.licensedBy_in ● [String] list scalar
Section titled “InternalPage.media.licensedBy_in ● [String] ”Filter media by sites name with a online streaming or reading license (max 10,000 items)
InternalPage.media.licensedById_in ● [Int] list scalar
Section titled “InternalPage.media.licensedById_in ● [Int] ”Filter media by sites id with a online streaming or reading license (max 10,000 items)
InternalPage.media.averageScore_not ● Int scalar
Section titled “InternalPage.media.averageScore_not ● Int ”Filter by the media’s average score
InternalPage.media.averageScore_greater ● Int scalar
Section titled “InternalPage.media.averageScore_greater ● Int ”Filter by the media’s average score
InternalPage.media.averageScore_lesser ● Int scalar
Section titled “InternalPage.media.averageScore_lesser ● Int ”Filter by the media’s average score
InternalPage.media.popularity_not ● Int scalar
Section titled “InternalPage.media.popularity_not ● Int ”Filter by the number of users with this media on their list
InternalPage.media.popularity_greater ● Int scalar
Section titled “InternalPage.media.popularity_greater ● Int ”Filter by the number of users with this media on their list
InternalPage.media.popularity_lesser ● Int scalar
Section titled “InternalPage.media.popularity_lesser ● Int ”Filter by the number of users with this media on their list
InternalPage.media.source_in ● [MediaSource] list enum
Section titled “InternalPage.media.source_in ● [MediaSource] ”Filter by the source type of the media (max 10,000 items)
InternalPage.media.sort ● [MediaSort] list enum
Section titled “InternalPage.media.sort ● [MediaSort] ”The order the results will be returned in
InternalPage.characters ● [Character] list object
Section titled “InternalPage.characters ● [Character] ”Filter by character id
InternalPage.characters.isBirthday ● Boolean scalar
Section titled “InternalPage.characters.isBirthday ● Boolean ”Filter by character by if its their birthday today
InternalPage.characters.search ● String scalar
Section titled “InternalPage.characters.search ● String ”Filter by search query
Filter by character id
InternalPage.characters.id_in ● [Int] list scalar
Section titled “InternalPage.characters.id_in ● [Int] ”Filter by character id (max 10,000 items)
InternalPage.characters.id_not_in ● [Int] list scalar
Section titled “InternalPage.characters.id_not_in ● [Int] ”Filter by character id (max 10,000 items)
InternalPage.characters.sort ● [CharacterSort] list enum
Section titled “InternalPage.characters.sort ● [CharacterSort] ”The order the results will be returned in
Filter by the staff id
InternalPage.staff.isBirthday ● Boolean scalar
Section titled “InternalPage.staff.isBirthday ● Boolean ”Filter by staff by if its their birthday today
Filter by search query
Filter by the staff id
Filter by the staff id (max 10,000 items)
InternalPage.staff.id_not_in ● [Int] list scalar
Section titled “InternalPage.staff.id_not_in ● [Int] ”Filter by the staff id (max 10,000 items)
InternalPage.staff.sort ● [StaffSort] list enum
Section titled “InternalPage.staff.sort ● [StaffSort] ”The order the results will be returned in
Filter by the studio id
Filter by search query
Filter by the studio id
Filter by the studio id (max 10,000 items)
InternalPage.studios.id_not_in ● [Int] list scalar
Section titled “InternalPage.studios.id_not_in ● [Int] ”Filter by the studio id (max 10,000 items)
InternalPage.studios.sort ● [StudioSort] list enum
Section titled “InternalPage.studios.sort ● [StudioSort] ”The order the results will be returned in
InternalPage.mediaList ● [MediaList] list object
Section titled “InternalPage.mediaList ● [MediaList] ”Filter by a list entry’s id
Filter by a user’s id
InternalPage.mediaList.userName ● String scalar
Section titled “InternalPage.mediaList.userName ● String ”Filter by a user’s name
InternalPage.mediaList.type ● MediaType enum
Section titled “InternalPage.mediaList.type ● MediaType ”Filter by the list entries media type
InternalPage.mediaList.status ● MediaListStatus enum
Section titled “InternalPage.mediaList.status ● MediaListStatus ”Filter by the watching/reading status
Filter by the media id of the list entry
InternalPage.mediaList.isFollowing ● Boolean scalar
Section titled “InternalPage.mediaList.isFollowing ● Boolean ”Filter list entries to users who are being followed by the authenticated user
Filter by note words and #tags
InternalPage.mediaList.startedAt ● FuzzyDateInt scalar
Section titled “InternalPage.mediaList.startedAt ● FuzzyDateInt ”Filter by the date the user started the media
InternalPage.mediaList.completedAt ● FuzzyDateInt scalar
Section titled “InternalPage.mediaList.completedAt ● FuzzyDateInt ”Filter by the date the user completed the media
InternalPage.mediaList.compareWithAuthList ● Boolean scalar
Section titled “InternalPage.mediaList.compareWithAuthList ● Boolean ”Limit to only entries also on the auth user’s list. Requires user id or name arguments.
InternalPage.mediaList.userId_in ● [Int] list scalar
Section titled “InternalPage.mediaList.userId_in ● [Int] ”Filter by a user’s id (max 10,000 items)
InternalPage.mediaList.status_in ● [MediaListStatus] list enum
Section titled “InternalPage.mediaList.status_in ● [MediaListStatus] ”Filter by the watching/reading status (max 10,000 items)
InternalPage.mediaList.status_not_in ● [MediaListStatus] list enum
Section titled “InternalPage.mediaList.status_not_in ● [MediaListStatus] ”Filter by the watching/reading status (max 10,000 items)
InternalPage.mediaList.status_not ● MediaListStatus enum
Section titled “InternalPage.mediaList.status_not ● MediaListStatus ”Filter by the watching/reading status
InternalPage.mediaList.mediaId_in ● [Int] list scalar
Section titled “InternalPage.mediaList.mediaId_in ● [Int] ”Filter by the media id of the list entry (max 10,000 items)
InternalPage.mediaList.mediaId_not_in ● [Int] list scalar
Section titled “InternalPage.mediaList.mediaId_not_in ● [Int] ”Filter by the media id of the list entry (max 10,000 items)
InternalPage.mediaList.notes_like ● String scalar
Section titled “InternalPage.mediaList.notes_like ● String ”Filter by note words and #tags
InternalPage.mediaList.startedAt_greater ● FuzzyDateInt scalar
Section titled “InternalPage.mediaList.startedAt_greater ● FuzzyDateInt ”Filter by the date the user started the media
InternalPage.mediaList.startedAt_lesser ● FuzzyDateInt scalar
Section titled “InternalPage.mediaList.startedAt_lesser ● FuzzyDateInt ”Filter by the date the user started the media
InternalPage.mediaList.startedAt_like ● String scalar
Section titled “InternalPage.mediaList.startedAt_like ● String ”Filter by the date the user started the media
InternalPage.mediaList.completedAt_greater ● FuzzyDateInt scalar
Section titled “InternalPage.mediaList.completedAt_greater ● FuzzyDateInt ”Filter by the date the user completed the media
InternalPage.mediaList.completedAt_lesser ● FuzzyDateInt scalar
Section titled “InternalPage.mediaList.completedAt_lesser ● FuzzyDateInt ”Filter by the date the user completed the media
InternalPage.mediaList.completedAt_like ● String scalar
Section titled “InternalPage.mediaList.completedAt_like ● String ”Filter by the date the user completed the media
InternalPage.mediaList.sort ● [MediaListSort] list enum
Section titled “InternalPage.mediaList.sort ● [MediaListSort] ”The order the results will be returned in
InternalPage.airingSchedules ● [AiringSchedule] list object
Section titled “InternalPage.airingSchedules ● [AiringSchedule] ”Filter by the id of the airing schedule item
InternalPage.airingSchedules.mediaId ● Int scalar
Section titled “InternalPage.airingSchedules.mediaId ● Int ”Filter by the id of associated media
InternalPage.airingSchedules.episode ● Int scalar
Section titled “InternalPage.airingSchedules.episode ● Int ”Filter by the airing episode number
InternalPage.airingSchedules.airingAt ● Int scalar
Section titled “InternalPage.airingSchedules.airingAt ● Int ”Filter by the time of airing
InternalPage.airingSchedules.notYetAired ● Boolean scalar
Section titled “InternalPage.airingSchedules.notYetAired ● Boolean ”Filter to episodes that haven’t yet aired
InternalPage.airingSchedules.id_not ● Int scalar
Section titled “InternalPage.airingSchedules.id_not ● Int ”Filter by the id of the airing schedule item
InternalPage.airingSchedules.id_in ● [Int] list scalar
Section titled “InternalPage.airingSchedules.id_in ● [Int] ”Filter by the id of the airing schedule item (max 10,000 items)
InternalPage.airingSchedules.id_not_in ● [Int] list scalar
Section titled “InternalPage.airingSchedules.id_not_in ● [Int] ”Filter by the id of the airing schedule item (max 10,000 items)
InternalPage.airingSchedules.mediaId_not ● Int scalar
Section titled “InternalPage.airingSchedules.mediaId_not ● Int ”Filter by the id of associated media
InternalPage.airingSchedules.mediaId_in ● [Int] list scalar
Section titled “InternalPage.airingSchedules.mediaId_in ● [Int] ”Filter by the id of associated media (max 10,000 items)
InternalPage.airingSchedules.mediaId_not_in ● [Int] list scalar
Section titled “InternalPage.airingSchedules.mediaId_not_in ● [Int] ”Filter by the id of associated media (max 10,000 items)
InternalPage.airingSchedules.episode_not ● Int scalar
Section titled “InternalPage.airingSchedules.episode_not ● Int ”Filter by the airing episode number
InternalPage.airingSchedules.episode_in ● [Int] list scalar
Section titled “InternalPage.airingSchedules.episode_in ● [Int] ”Filter by the airing episode number (max 10,000 items)
InternalPage.airingSchedules.episode_not_in ● [Int] list scalar
Section titled “InternalPage.airingSchedules.episode_not_in ● [Int] ”Filter by the airing episode number (max 10,000 items)
InternalPage.airingSchedules.episode_greater ● Int scalar
Section titled “InternalPage.airingSchedules.episode_greater ● Int ”Filter by the airing episode number
InternalPage.airingSchedules.episode_lesser ● Int scalar
Section titled “InternalPage.airingSchedules.episode_lesser ● Int ”Filter by the airing episode number
InternalPage.airingSchedules.airingAt_greater ● Int scalar
Section titled “InternalPage.airingSchedules.airingAt_greater ● Int ”Filter by the time of airing
InternalPage.airingSchedules.airingAt_lesser ● Int scalar
Section titled “InternalPage.airingSchedules.airingAt_lesser ● Int ”Filter by the time of airing
InternalPage.airingSchedules.sort ● [AiringSort] list enum
Section titled “InternalPage.airingSchedules.sort ● [AiringSort] ”The order the results will be returned in
InternalPage.mediaTrends ● [MediaTrend] list object
Section titled “InternalPage.mediaTrends ● [MediaTrend] ”InternalPage.mediaTrends.mediaId ● Int scalar
Section titled “InternalPage.mediaTrends.mediaId ● Int ”Filter by the media id
Filter by date
InternalPage.mediaTrends.trending ● Int scalar
Section titled “InternalPage.mediaTrends.trending ● Int ”Filter by trending amount
InternalPage.mediaTrends.averageScore ● Int scalar
Section titled “InternalPage.mediaTrends.averageScore ● Int ”Filter by score
InternalPage.mediaTrends.popularity ● Int scalar
Section titled “InternalPage.mediaTrends.popularity ● Int ”Filter by popularity
InternalPage.mediaTrends.episode ● Int scalar
Section titled “InternalPage.mediaTrends.episode ● Int ”Filter by episode number
InternalPage.mediaTrends.releasing ● Boolean scalar
Section titled “InternalPage.mediaTrends.releasing ● Boolean ”Filter to stats recorded while the media was releasing
InternalPage.mediaTrends.mediaId_not ● Int scalar
Section titled “InternalPage.mediaTrends.mediaId_not ● Int ”Filter by the media id
InternalPage.mediaTrends.mediaId_in ● [Int] list scalar
Section titled “InternalPage.mediaTrends.mediaId_in ● [Int] ”Filter by the media id (max 10,000 items)
InternalPage.mediaTrends.mediaId_not_in ● [Int] list scalar
Section titled “InternalPage.mediaTrends.mediaId_not_in ● [Int] ”Filter by the media id (max 10,000 items)
InternalPage.mediaTrends.date_greater ● Int scalar
Section titled “InternalPage.mediaTrends.date_greater ● Int ”Filter by date
InternalPage.mediaTrends.date_lesser ● Int scalar
Section titled “InternalPage.mediaTrends.date_lesser ● Int ”Filter by date
InternalPage.mediaTrends.trending_greater ● Int scalar
Section titled “InternalPage.mediaTrends.trending_greater ● Int ”Filter by trending amount
InternalPage.mediaTrends.trending_lesser ● Int scalar
Section titled “InternalPage.mediaTrends.trending_lesser ● Int ”Filter by trending amount
InternalPage.mediaTrends.trending_not ● Int scalar
Section titled “InternalPage.mediaTrends.trending_not ● Int ”Filter by trending amount
InternalPage.mediaTrends.averageScore_greater ● Int scalar
Section titled “InternalPage.mediaTrends.averageScore_greater ● Int ”Filter by score
InternalPage.mediaTrends.averageScore_lesser ● Int scalar
Section titled “InternalPage.mediaTrends.averageScore_lesser ● Int ”Filter by score
InternalPage.mediaTrends.averageScore_not ● Int scalar
Section titled “InternalPage.mediaTrends.averageScore_not ● Int ”Filter by score
InternalPage.mediaTrends.popularity_greater ● Int scalar
Section titled “InternalPage.mediaTrends.popularity_greater ● Int ”Filter by popularity
InternalPage.mediaTrends.popularity_lesser ● Int scalar
Section titled “InternalPage.mediaTrends.popularity_lesser ● Int ”Filter by popularity
InternalPage.mediaTrends.popularity_not ● Int scalar
Section titled “InternalPage.mediaTrends.popularity_not ● Int ”Filter by popularity
InternalPage.mediaTrends.episode_greater ● Int scalar
Section titled “InternalPage.mediaTrends.episode_greater ● Int ”Filter by episode number
InternalPage.mediaTrends.episode_lesser ● Int scalar
Section titled “InternalPage.mediaTrends.episode_lesser ● Int ”Filter by episode number
InternalPage.mediaTrends.episode_not ● Int scalar
Section titled “InternalPage.mediaTrends.episode_not ● Int ”Filter by episode number
InternalPage.mediaTrends.sort ● [MediaTrendSort] list enum
Section titled “InternalPage.mediaTrends.sort ● [MediaTrendSort] ”The order the results will be returned in
InternalPage.notifications ● [NotificationUnion] list union
Section titled “InternalPage.notifications ● [NotificationUnion] ”InternalPage.notifications.type ● NotificationType enum
Section titled “InternalPage.notifications.type ● NotificationType ”Filter by the type of notifications
InternalPage.notifications.resetNotificationCount ● Boolean scalar
Section titled “InternalPage.notifications.resetNotificationCount ● Boolean ”Reset the unread notification count to 0 on load
InternalPage.notifications.type_in ● [NotificationType] list enum
Section titled “InternalPage.notifications.type_in ● [NotificationType] ”Filter by the type of notifications (max 10,000 items)
InternalPage.followers.userId ● Int! non-null scalar
Section titled “InternalPage.followers.userId ● Int! ”User id of the follower/followed
InternalPage.followers.sort ● [UserSort] list enum
Section titled “InternalPage.followers.sort ● [UserSort] ”The order the results will be returned in
InternalPage.following.userId ● Int! non-null scalar
Section titled “InternalPage.following.userId ● Int! ”User id of the follower/followed
InternalPage.following.sort ● [UserSort] list enum
Section titled “InternalPage.following.sort ● [UserSort] ”The order the results will be returned in
InternalPage.activities ● [ActivityUnion] list union
Section titled “InternalPage.activities ● [ActivityUnion] ”Filter by the activity id
Filter by the owner user id
InternalPage.activities.messengerId ● Int scalar
Section titled “InternalPage.activities.messengerId ● Int ”Filter by the id of the user who sent a message
Filter by the associated media id of the activity
InternalPage.activities.type ● ActivityType enum
Section titled “InternalPage.activities.type ● ActivityType ”Filter by the type of activity
InternalPage.activities.isFollowing ● Boolean scalar
Section titled “InternalPage.activities.isFollowing ● Boolean ”Filter activity to users who are being followed by the authenticated user
InternalPage.activities.hasReplies ● Boolean scalar
Section titled “InternalPage.activities.hasReplies ● Boolean ”Filter activity to only activity with replies
InternalPage.activities.hasRepliesOrTypeText ● Boolean scalar
Section titled “InternalPage.activities.hasRepliesOrTypeText ● Boolean ”Filter activity to only activity with replies or is of type text
InternalPage.activities.createdAt ● Int scalar
Section titled “InternalPage.activities.createdAt ● Int ”Filter by the time the activity was created
Filter by the activity id
InternalPage.activities.id_in ● [Int] list scalar
Section titled “InternalPage.activities.id_in ● [Int] ”Filter by the activity id (max 10,000 items)
InternalPage.activities.id_not_in ● [Int] list scalar
Section titled “InternalPage.activities.id_not_in ● [Int] ”Filter by the activity id (max 10,000 items)
InternalPage.activities.userId_not ● Int scalar
Section titled “InternalPage.activities.userId_not ● Int ”Filter by the owner user id
InternalPage.activities.userId_in ● [Int] list scalar
Section titled “InternalPage.activities.userId_in ● [Int] ”Filter by the owner user id (max 10,000 items)
InternalPage.activities.userId_not_in ● [Int] list scalar
Section titled “InternalPage.activities.userId_not_in ● [Int] ”Filter by the owner user id (max 10,000 items)
InternalPage.activities.messengerId_not ● Int scalar
Section titled “InternalPage.activities.messengerId_not ● Int ”Filter by the id of the user who sent a message
InternalPage.activities.messengerId_in ● [Int] list scalar
Section titled “InternalPage.activities.messengerId_in ● [Int] ”Filter by the id of the user who sent a message (max 10,000 items)
InternalPage.activities.messengerId_not_in ● [Int] list scalar
Section titled “InternalPage.activities.messengerId_not_in ● [Int] ”Filter by the id of the user who sent a message (max 10,000 items)
InternalPage.activities.mediaId_not ● Int scalar
Section titled “InternalPage.activities.mediaId_not ● Int ”Filter by the associated media id of the activity
InternalPage.activities.mediaId_in ● [Int] list scalar
Section titled “InternalPage.activities.mediaId_in ● [Int] ”Filter by the associated media id of the activity (max 10,000 items)
InternalPage.activities.mediaId_not_in ● [Int] list scalar
Section titled “InternalPage.activities.mediaId_not_in ● [Int] ”Filter by the associated media id of the activity (max 10,000 items)
InternalPage.activities.type_not ● ActivityType enum
Section titled “InternalPage.activities.type_not ● ActivityType ”Filter by the type of activity
InternalPage.activities.type_in ● [ActivityType] list enum
Section titled “InternalPage.activities.type_in ● [ActivityType] ”Filter by the type of activity (max 10,000 items)
InternalPage.activities.type_not_in ● [ActivityType] list enum
Section titled “InternalPage.activities.type_not_in ● [ActivityType] ”Filter by the type of activity (max 10,000 items)
InternalPage.activities.createdAt_greater ● Int scalar
Section titled “InternalPage.activities.createdAt_greater ● Int ”Filter by the time the activity was created
InternalPage.activities.createdAt_lesser ● Int scalar
Section titled “InternalPage.activities.createdAt_lesser ● Int ”Filter by the time the activity was created
InternalPage.activities.sort ● [ActivitySort] list enum
Section titled “InternalPage.activities.sort ● [ActivitySort] ”The order the results will be returned in
InternalPage.activityReplies ● [ActivityReply] list object
Section titled “InternalPage.activityReplies ● [ActivityReply] ”Filter by the reply id
InternalPage.activityReplies.activityId ● Int scalar
Section titled “InternalPage.activityReplies.activityId ● Int ”Filter by the parent id
Filter by the thread id
Filter by the user id of the thread’s creator
InternalPage.threads.replyUserId ● Int scalar
Section titled “InternalPage.threads.replyUserId ● Int ”Filter by the user id of the last user to comment on the thread
InternalPage.threads.subscribed ● Boolean scalar
Section titled “InternalPage.threads.subscribed ● Boolean ”Filter by if the currently authenticated user’s subscribed threads
Filter by thread category id
InternalPage.threads.mediaCategoryId ● Int scalar
Section titled “InternalPage.threads.mediaCategoryId ● Int ”Filter by thread media id category
Filter by search query
Filter by the thread id (max 10,000 items)
InternalPage.threads.sort ● [ThreadSort] list enum
Section titled “InternalPage.threads.sort ● [ThreadSort] ”The order the results will be returned in
InternalPage.threadComments ● [ThreadComment] list object
Section titled “InternalPage.threadComments ● [ThreadComment] ”Filter by the comment id
InternalPage.threadComments.threadId ● Int scalar
Section titled “InternalPage.threadComments.threadId ● Int ”Filter by the thread id
InternalPage.threadComments.userId ● Int scalar
Section titled “InternalPage.threadComments.userId ● Int ”Filter by the user id of the comment’s creator
InternalPage.threadComments.sort ● [ThreadCommentSort] list enum
Section titled “InternalPage.threadComments.sort ● [ThreadCommentSort] ”The order the results will be returned in
Filter by Review id
Filter by media id
Filter by user id
InternalPage.reviews.mediaType ● MediaType enum
Section titled “InternalPage.reviews.mediaType ● MediaType ”Filter by media type
InternalPage.reviews.sort ● [ReviewSort] list enum
Section titled “InternalPage.reviews.sort ● [ReviewSort] ”The order the results will be returned in
InternalPage.recommendations ● [Recommendation] list object
Section titled “InternalPage.recommendations ● [Recommendation] ”Filter by recommendation id
InternalPage.recommendations.mediaId ● Int scalar
Section titled “InternalPage.recommendations.mediaId ● Int ”Filter by media id
InternalPage.recommendations.mediaRecommendationId ● Int scalar
Section titled “InternalPage.recommendations.mediaRecommendationId ● Int ”Filter by media recommendation id
InternalPage.recommendations.userId ● Int scalar
Section titled “InternalPage.recommendations.userId ● Int ”Filter by user who created the recommendation
InternalPage.recommendations.rating ● Int scalar
Section titled “InternalPage.recommendations.rating ● Int ”Filter by total rating of the recommendation
InternalPage.recommendations.onList ● Boolean scalar
Section titled “InternalPage.recommendations.onList ● Boolean ”Filter by the media on the authenticated user’s lists
InternalPage.recommendations.rating_greater ● Int scalar
Section titled “InternalPage.recommendations.rating_greater ● Int ”Filter by total rating of the recommendation
InternalPage.recommendations.rating_lesser ● Int scalar
Section titled “InternalPage.recommendations.rating_lesser ● Int ”Filter by total rating of the recommendation
InternalPage.recommendations.sort ● [RecommendationSort] list enum
Section titled “InternalPage.recommendations.sort ● [RecommendationSort] ”The order the results will be returned in
The id of the likeable type
The type of model the id applies to