mirror of
https://github.com/Benexl/FastAnime.git
synced 2026-01-06 17:53:40 -08:00
28 lines
433 B
GraphQL
28 lines
433 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
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|