AiringNotification
Notification for when an episode of anime airs
type AiringNotification {
id: Int!
type: NotificationType
animeId: Int!
episode: Int!
contexts: [String]
createdAt: Int
media: Media
}
Fields
AiringNotification.id
● Int!
non-null scalar
The id of the Notification
AiringNotification.type
● NotificationType
enum
The type of notification
AiringNotification.animeId
● Int!
non-null scalar
The id of the aired anime
AiringNotification.episode
● Int!
non-null scalar
The episode number that just aired
AiringNotification.contexts
● [String]
list scalar
The notification context text
AiringNotification.createdAt
● Int
scalar
The time the notification was created at
AiringNotification.media
● Media
object
The associated media of the airing schedule
Implemented By
NotificationUnion
union