Version 5.1 - All the GraphQL #32

Closed
timw4mail wants to merge 1160 commits from develop into master
Showing only changes of commit c0d912a1c4 - Show all commits

View File

@ -403,7 +403,7 @@ class Model {
* @return array * @return array
*/ */
public function getFullAnimeList(array $options = [ public function getFullAnimeList(array $options = [
'include' => 'media.mappings' 'include' => 'anime.mappings'
]): array ]): array
{ {
$status = $options['filter']['status'] ?? ''; $status = $options['filter']['status'] ?? '';