Root Mutation
Field | Argument | Type | Description |
---|---|---|---|
UpdateUser | |||
about | User's about/bio text | ||
titleLanguage | User's title language | ||
displayAdultContent | If the user should see media marked as adult-only | ||
airingNotifications | If the user should get notifications when a show they are watching aires | ||
scoreFormat | The user's list scoring system | ||
rowOrder | The user's default list order | ||
profileColor | Profile highlight color | ||
donatorBadge | Profile highlight color | ||
notificationOptions | Notification options | ||
timezone | Timezone offset format: -?HH:MM | ||
activityMergeTime | Minutes between activity for them to be merged together. 0 is Never, Above 2 weeks (20160 mins) is Always. | ||
animeListOptions | The user's anime list options | ||
mangaListOptions | The user's anime list options | ||
staffNameLanguage | The language the user wants to see staff and character names in | ||
restrictMessagesToFollowing | Only allow messages from other users the user follows | ||
disabledListActivity | |||
SaveMediaListEntry | Create or update a media list entry | ||
id | The list entry id, required for updating | ||
mediaId | The id of the media the entry is of | ||
status | The watching/reading status | ||
score | The score of the media in the user's chosen scoring method | ||
scoreRaw | The score of the media in 100 point | ||
progress | The amount of episodes/chapters consumed by the user | ||
progressVolumes | The amount of volumes read by the user | ||
repeat | The amount of times the user has rewatched/read the media | ||
priority | Priority of planning | ||
private | If the entry should only be visible to authenticated user | ||
notes | Text notes | ||
hiddenFromStatusLists | If the entry shown be hidden from non-custom lists | ||
customLists | [String] | Array of custom list names which should be enabled for this entry | |
advancedScores | [Float] | Array of advanced scores | |
startedAt | When the entry was started by the user | ||
completedAt | When the entry was completed by the user | ||
UpdateMediaListEntries | Update multiple media list entries to the same values | ||
status | The watching/reading status | ||
score | The score of the media in the user's chosen scoring method | ||
scoreRaw | The score of the media in 100 point | ||
progress | The amount of episodes/chapters consumed by the user | ||
progressVolumes | The amount of volumes read by the user | ||
repeat | The amount of times the user has rewatched/read the media | ||
priority | Priority of planning | ||
private | If the entry should only be visible to authenticated user | ||
notes | Text notes | ||
hiddenFromStatusLists | If the entry shown be hidden from non-custom lists | ||
advancedScores | [Float] | Array of advanced scores | |
startedAt | When the entry was started by the user | ||
completedAt | When the entry was completed by the user | ||
ids | [Int] | The list entries ids to update | |
DeleteMediaListEntry | Delete a media list entry | ||
id | The id of the media list entry to delete | ||
DeleteCustomList | Delete a custom list and remove the list entries from it | ||
customList | The name of the custom list to delete | ||
type | The media list type of the custom list | ||
SaveTextActivity | Create or update text activity for the currently authenticated user | ||
id | The activity's id, required for updating | ||
text | The activity text | ||
locked | If the activity should be locked. (Mod Only) | ||
SaveMessageActivity | Create or update message activity for the currently authenticated user | ||
id | The activity id, required for updating | ||
message | The activity message text | ||
recipientId | The id of the user the message is being sent to | ||
private | If the activity should be private | ||
locked | If the activity should be locked. (Mod Only) | ||
asMod | If the message should be sent from the Moderator account (Mod Only) | ||
SaveListActivity | Update list activity (Mod Only) | ||
id | The activity's id, required for updating | ||
locked | If the activity should be locked. (Mod Only) | ||
DeleteActivity | Delete an activity item of the authenticated users | ||
id | The id of the activity to delete | ||
ToggleActivityPin | Toggle activity to be pinned to the top of the user's activity feed | ||
id | Toggle activity id to be pinned | ||
pinned | If the activity should be pinned or unpinned | ||
ToggleActivitySubscription | Toggle the subscription of an activity item | ||
activityId | The id of the activity to un/subscribe | ||
subscribe | Whether to subscribe or unsubscribe from the activity | ||
SaveActivityReply | Create or update an activity reply | ||
id | The activity reply id, required for updating | ||
activityId | The id of the parent activity being replied to | ||
text | The reply text | ||
asMod | If the reply should be sent from the Moderator account (Mod Only) | ||
DeleteActivityReply | Delete an activity reply of the authenticated users | ||
id | The id of the reply to delete | ||
ToggleLike | [User] | Add or remove a like from a likeable type. Returns all the users who liked the same model | |
id | The id of the likeable type | ||
type | The type of model to be un/liked | ||
ToggleLikeV2 | Add or remove a like from a likeable type. | ||
id | The id of the likeable type | ||
type | The type of model to be un/liked | ||
ToggleFollow | Toggle the un/following of a user | ||
userId | The id of the user to un/follow | ||
ToggleFavourite | Favourite or unfavourite an anime, manga, character, staff member, or studio | ||
animeId | The id of the anime to un/favourite | ||
mangaId | The id of the manga to un/favourite | ||
characterId | The id of the character to un/favourite | ||
staffId | The id of the staff to un/favourite | ||
studioId | The id of the studio to un/favourite | ||
UpdateFavouriteOrder | Update the order favourites are displayed in | ||
animeIds | [Int] | The id of the anime to un/favourite | |
mangaIds | [Int] | The id of the manga to un/favourite | |
characterIds | [Int] | The id of the character to un/favourite | |
staffIds | [Int] | The id of the staff to un/favourite | |
studioIds | [Int] | The id of the studio to un/favourite | |
animeOrder | [Int] | List of integers which the anime should be ordered by (Asc) | |
mangaOrder | [Int] | List of integers which the manga should be ordered by (Asc) | |
characterOrder | [Int] | List of integers which the character should be ordered by (Asc) | |
staffOrder | [Int] | List of integers which the staff should be ordered by (Asc) | |
studioOrder | [Int] | List of integers which the studio should be ordered by (Asc) | |
SaveReview | Create or update a review | ||
id | The review id, required for updating | ||
mediaId | The id of the media the review is of | ||
body | The main review text. Min:2200 characters | ||
summary | A short summary/preview of the review. Min:20, Max:120 characters | ||
score | A short summary/preview of the review. Min:20, Max:120 characters | ||
private | If the review should only be visible to its creator | ||
DeleteReview | Delete a review | ||
id | The id of the review to delete | ||
RateReview | Rate a review | ||
reviewId | The id of the review to rate | ||
rating | The rating to apply to the review | ||
SaveRecommendation | Recommendation a media | ||
mediaId | The id of the base media | ||
mediaRecommendationId | The id of the media to recommend | ||
rating | The rating to give the recommendation | ||
SaveThread | Create or update a forum thread | ||
id | The thread id, required for updating | ||
title | The title of the thread | ||
body | The main text body of the thread | ||
categories | [Int] | Forum categories the thread should be within | |
mediaCategories | [Int] | Media related to the contents of the thread | |
sticky | If the thread should be stickied. (Mod Only) | ||
locked | If the thread should be locked. (Mod Only) | ||
DeleteThread | Delete a thread | ||
id | The id of the thread to delete | ||
ToggleThreadSubscription | Toggle the subscription of a forum thread | ||
threadId | The id of the forum thread to un/subscribe | ||
subscribe | Whether to subscribe or unsubscribe from the forum thread | ||
SaveThreadComment | Create or update a thread comment | ||
id | The comment id, required for updating | ||
threadId | The id of thread the comment belongs to | ||
parentCommentId | The id of thread comment to reply to | ||
comment | The comment markdown text | ||
locked | If the comment tree should be locked. (Mod Only) | ||
DeleteThreadComment | Delete a thread comment | ||
id | The id of the thread comment to delete | ||
UpdateAniChartSettings | |||
titleLanguage | |||
outgoingLinkProvider | |||
theme | |||
sort | |||
UpdateAniChartHighlights | |||
highlights |
Last updated