fix: upcoming query not working
This commit is contained in:
@@ -61,7 +61,7 @@ const UpcomingQuery = graphql(
|
|||||||
Page(page: $page, perPage: $limit) {
|
Page(page: $page, perPage: $limit) {
|
||||||
media(
|
media(
|
||||||
season: $nextSeason
|
season: $nextSeason
|
||||||
seasonYear: $nextYear
|
seasonYear: $nextSeasonYear
|
||||||
sort: POPULARITY_DESC
|
sort: POPULARITY_DESC
|
||||||
type: ANIME
|
type: ANIME
|
||||||
isAdult: false
|
isAdult: false
|
||||||
|
|||||||
Reference in New Issue
Block a user