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