Actually fix the character API call, previous commit added authentication to GraphQL calls
This commit is contained in:
parent
3ab34a64d0
commit
a3bae9255b
@ -189,9 +189,9 @@ final class Model {
|
|||||||
'filter' => [
|
'filter' => [
|
||||||
'slug' => $slug,
|
'slug' => $slug,
|
||||||
],
|
],
|
||||||
'fields' => [
|
'fields' => [ // For some characters, these filters cause issues...so leave them out
|
||||||
'anime' => 'canonicalTitle,abbreviatedTitles,titles,slug,posterImage',
|
// 'anime' => 'canonicalTitle,abbreviatedTitles,titles,slug,posterImage',
|
||||||
'manga' => 'canonicalTitle,abbreviatedTitles,titles,slug,posterImage'
|
// 'manga' => 'canonicalTitle,abbreviatedTitles,titles,slug,posterImage'
|
||||||
],
|
],
|
||||||
'include' => 'castings.person,castings.media'
|
'include' => 'castings.person,castings.media'
|
||||||
]
|
]
|
||||||
|
Loading…
Reference in New Issue
Block a user