This commit is contained in:
Dragon Fire
2020-11-19 20:49:34 -05:00
parent 9ceb0d7858
commit f1e4cc47c8
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ const resultGraphQL = stripIndents`
}
description(asHtml: false)
siteUrl
media(page: 1, perPage: 5) {
media(page: 1, perPage: 25) {
edges {
node {
title {
+2 -2
View File
@@ -24,7 +24,7 @@ const resultGraphQL = stripIndents`
}
description(asHtml: false)
siteUrl
characterMedia(page: 1, perPage: 5) {
characterMedia(page: 1, perPage: 25) {
edges {
node {
title {
@@ -38,7 +38,7 @@ const resultGraphQL = stripIndents`
staffRole
}
}
staffMedia(page: 1, perPage: 5) {
staffMedia(page: 1, perPage: 25) {
edges {
node {
title {