ApiV2-GraphQL-Docs
ApiV2-GraphQL-Docs copied to clipboard
MediaListCollection query sort by media title returns wrong lists
When I do a MediaListCollection query using any of the MEDIA_TITLE_* values the returned lists include the correct amount of media items but they are only returned in "Reading" and "Planning" and are not in the correct list for those two either. (Some items are actually "Reading" and listed in "Planning" and so on).
example of the query:
query ($userId: Int, $sort: [MediaListSort] = MEDIA_TITLE_ROMAJI)
same problem here