Timothy J. Warren
4d4b7126e2
All checks were successful
timw4mail/HummingBirdAnimeClient/pipeline/head This commit looks good
117 lines
1.3 KiB
JavaScript
117 lines
1.3 KiB
JavaScript
query ($id: ID!) {
|
|
findMangaById(id: $id) {
|
|
id
|
|
ageRating
|
|
ageRatingGuide
|
|
posterImage {
|
|
original {
|
|
height
|
|
name
|
|
url
|
|
width
|
|
}
|
|
views {
|
|
height
|
|
name
|
|
url
|
|
width
|
|
}
|
|
}
|
|
categories {
|
|
nodes {
|
|
title
|
|
}
|
|
}
|
|
chapterCount
|
|
volumeCount
|
|
characters {
|
|
nodes {
|
|
character {
|
|
id
|
|
names {
|
|
canonical
|
|
alternatives
|
|
}
|
|
image {
|
|
original {
|
|
height
|
|
name
|
|
url
|
|
width
|
|
}
|
|
}
|
|
slug
|
|
}
|
|
role
|
|
}
|
|
pageInfo {
|
|
endCursor
|
|
hasNextPage
|
|
hasPreviousPage
|
|
startCursor
|
|
}
|
|
}
|
|
description
|
|
startDate
|
|
endDate
|
|
posterImage {
|
|
original {
|
|
height
|
|
name
|
|
url
|
|
width
|
|
}
|
|
views {
|
|
height
|
|
name
|
|
url
|
|
width
|
|
}
|
|
}
|
|
sfw
|
|
slug
|
|
staff {
|
|
nodes {
|
|
person {
|
|
id
|
|
birthday
|
|
image {
|
|
original {
|
|
height
|
|
name
|
|
url
|
|
width
|
|
}
|
|
views {
|
|
height
|
|
name
|
|
url
|
|
width
|
|
}
|
|
}
|
|
names {
|
|
alternatives
|
|
canonical
|
|
localized
|
|
}
|
|
slug
|
|
}
|
|
role
|
|
}
|
|
pageInfo {
|
|
endCursor
|
|
hasNextPage
|
|
hasPreviousPage
|
|
startCursor
|
|
}
|
|
}
|
|
status
|
|
subtype
|
|
titles {
|
|
canonical
|
|
canonicalLocale
|
|
localized
|
|
}
|
|
}
|
|
}
|