2.2.0
-
MediaListCollection
ThestatusListsandcustomListsfields are now deprecated. Being replaced by a newlistsfield that includes all lists.
statusListsandcustomListsprovided a map of the their list sections, however the structure does not comply with the graphql spec and caused issues for clients like Apollo. The newlistsfield is a standard array of a new type;MediaListGroup, which also allows us to include other useful data along side the list entries. -
The
X-RateLimit-Resetheader has been added to all graphql subdomain responses, letting you know exactly when your current rate limit period will be reset. -
Type arguments have been added to the
StaffandCharactermedia fields, allowing you to filter them by media type. -
Fixed
AiringProgressionTypethrowing a 500 error. -
Fixed some titles being html encoded.
-
Fixed minor search issues.