HummingBirdAnimeClient/src/AnimeClient/API/Kitsu/GraphQL/Queries/UserDetails.graphql
Timothy J Warren 9924793a49
Some checks failed
timw4mail/HummingBirdAnimeClient/pipeline/head There was a failure building this commit
Move source code to sub folder so we can re-integrate ion
2020-03-11 22:11:00 -04:00

65 lines
721 B
JavaScript

# Requires authentication to select associated user
query {
session {
account {
email
id
proSubscription {
billingService
tier
}
}
profile {
about
avatarImage {
original {
name
url
width
height
}
}
bannerImage {
original {
name
url
width
height
}
}
id
name
proMessage
proTier
slug
url
waifu {
id
image {
original {
name
url
width
height
}
}
names {
canonical
alternatives
localized
}
primaryMedia {
slug
titles {
canonical
alternatives
localized
}
}
slug
}
waifuOrHusbando
}
}
}