Compare commits
5 Commits
9da626f17b
...
291d2744af
| Author | SHA1 | Date | |
|---|---|---|---|
| 291d2744af | |||
| e9864f42b1 | |||
| 0cdfbd5c56 | |||
| 1958110679 | |||
| 3294d3c6a2 |
@@ -259,8 +259,8 @@ export const NextSeasonPopularQuery = graphql(
|
|||||||
$nextSeason: MediaSeason
|
$nextSeason: MediaSeason
|
||||||
$nextYear: Int
|
$nextYear: Int
|
||||||
$limit: Int!
|
$limit: Int!
|
||||||
) {
|
|
||||||
$page: Int!
|
$page: Int!
|
||||||
|
) {
|
||||||
Page(page: $page, perPage: $limit) {
|
Page(page: $page, perPage: $limit) {
|
||||||
media(
|
media(
|
||||||
season: $nextSeason
|
season: $nextSeason
|
||||||
|
|||||||
Reference in New Issue
Block a user