Compare commits
5 Commits
291d2744af
...
9da626f17b
| Author | SHA1 | Date | |
|---|---|---|---|
| 9da626f17b | |||
| 3fab9cacbc | |||
| f9ca949d8e | |||
| 37b4f0bf2b | |||
| d66903400d |
@@ -259,8 +259,8 @@ export const NextSeasonPopularQuery = graphql(
|
||||
$nextSeason: MediaSeason
|
||||
$nextYear: Int
|
||||
$limit: Int!
|
||||
$page: Int!
|
||||
) {
|
||||
$page: Int!
|
||||
Page(page: $page, perPage: $limit) {
|
||||
media(
|
||||
season: $nextSeason
|
||||
|
||||
Reference in New Issue
Block a user