Skip to content

Commit

Permalink
Fix person limit
Browse files Browse the repository at this point in the history
  • Loading branch information
Him188 committed Nov 3, 2024
1 parent 9b084b2 commit 7a6da84
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ fragment SubjectFragment on Subject {
name
name_cn
images{large, common}
characters {
characters(limit:500) {
order
type
character {
Expand Down Expand Up @@ -68,7 +68,7 @@ fragment SubjectFragment on Subject {
nsfw
tags{count, name}
persons {
persons(limit:500) {
person {
career
collects
Expand Down

0 comments on commit 7a6da84

Please sign in to comment.