mirror of
https://github.com/Benexl/FastAnime.git
synced 2025-12-05 20:40:09 -08:00
29 lines
451 B
GraphQL
29 lines
451 B
GraphQL
query {
|
|
Page(perPage: 5) {
|
|
pageInfo {
|
|
total
|
|
}
|
|
notifications(resetNotificationCount: true, type: AIRING) {
|
|
... on AiringNotification {
|
|
id
|
|
type
|
|
episode
|
|
contexts
|
|
createdAt
|
|
media {
|
|
id
|
|
idMal
|
|
title {
|
|
romaji
|
|
english
|
|
}
|
|
coverImage {
|
|
medium
|
|
large
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|