Skip to content

Commit

Permalink
chore: add a missing item in person
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrielFR committed Apr 2, 2022
1 parent d61089b commit e68e2a0
Showing 1 changed file with 25 additions and 21 deletions.
46 changes: 25 additions & 21 deletions queries/get_person.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -39,28 +39,32 @@ query ($id: Int) {
isFavouriteBlocked
siteUrl
staffMedia(sort: POPULARITY) {
nodes {
id
idMal
title {
romaji
english
native
userPreferred
}
type
format
status(version: 2)
description(asHtml: true)
coverImage {
extraLarge
large
medium
color
edges {
node {
id
idMal
title {
romaji
english
native
userPreferred
}
type
format
status(version: 2)
description(asHtml: true)
coverImage {
extraLarge
large
medium
color
}
bannerImage
averageScore
meanScore
}
bannerImage
averageScore
meanScore
id
staffRole
}
}
characters(sort: RELEVANCE) {
Expand Down

0 comments on commit e68e2a0

Please sign in to comment.