16 lines
270 B
GraphQL
16 lines
270 B
GraphQL
query GetViewer {
|
|
Viewer {
|
|
name
|
|
avatar {
|
|
large
|
|
medium
|
|
}
|
|
bannerImage
|
|
isBlocked
|
|
options {
|
|
displayAdultContent
|
|
airingNotifications
|
|
profileColor
|
|
}
|
|
}
|
|
} |