mirror of
https://github.com/Benexl/FastAnime.git
synced 2025-12-12 07:40:41 -08:00
12 lines
101 B
GraphQL
12 lines
101 B
GraphQL
query {
|
|
Viewer {
|
|
id
|
|
name
|
|
bannerImage
|
|
avatar {
|
|
large
|
|
medium
|
|
}
|
|
}
|
|
}
|