HummingBirdAnimeClient/src/AnimeClient/API/Kitsu/Queries/UserDetails.graphql

70 lines
723 B
JavaScript
Raw Normal View History

query ($slug: String!) {
findProfileBySlug(slug: $slug) {
about
avatarImage {
original {
name
url
width
height
}
}
bannerImage {
original {
name
url
width
height
}
}
2020-08-24 13:09:43 -04:00
birthday
id
name
proMessage
proTier
slug
2020-08-24 13:09:43 -04:00
siteLinks {
nodes {
id
url
}
}
stats {
animeAmountConsumed {
completed
id
media
recalculatedAt
time
units
}
mangaAmountConsumed {
completed
id
media
recalculatedAt
units
}
}
url
waifu {
id
2020-08-24 13:09:43 -04:00
slug
image {
original {
name
url
width
height
}
}
names {
canonical
alternatives
localized
}
}
2020-08-24 13:09:43 -04:00
waifuOrHusbando
}
}