UpdateFavouriteOrder
Update the order favourites are displayed in
UpdateFavouriteOrder(
  animeIds: [Int]
  mangaIds: [Int]
  characterIds: [Int]
  staffIds: [Int]
  studioIds: [Int]
  animeOrder: [Int]
  mangaOrder: [Int]
  characterOrder: [Int]
  staffOrder: [Int]
  studioOrder: [Int]
): Favourites
Arguments
UpdateFavouriteOrder.animeIds ● [Int] list scalar
The id of the anime to un/favourite
UpdateFavouriteOrder.mangaIds ● [Int] list scalar
The id of the manga to un/favourite
UpdateFavouriteOrder.characterIds ● [Int] list scalar
The id of the character to un/favourite
UpdateFavouriteOrder.staffIds ● [Int] list scalar
The id of the staff to un/favourite
UpdateFavouriteOrder.studioIds ● [Int] list scalar
The id of the studio to un/favourite
UpdateFavouriteOrder.animeOrder ● [Int] list scalar
List of integers which the anime should be ordered by (Asc)
UpdateFavouriteOrder.mangaOrder ● [Int] list scalar
List of integers which the manga should be ordered by (Asc)
UpdateFavouriteOrder.characterOrder ● [Int] list scalar
List of integers which the character should be ordered by (Asc)
UpdateFavouriteOrder.staffOrder ● [Int] list scalar
List of integers which the staff should be ordered by (Asc)
UpdateFavouriteOrder.studioOrder ● [Int] list scalar
List of integers which the studio should be ordered by (Asc)
Type
Favourites object
User's favourite anime, manga, characters, staff & studios