NotificationMetadata
Represents information about notifications metadata.
type NotificationMetadata {
unseen: Int
unread: Int
}
Fields
NotificationMetadata.unseen
● Int
scalar
The amout of notifications unseen by the user.
NotificationMetadata.unread
● Int
scalar
The amout of notifications unread by the user.
Returned By
notificationsMetadata
query ● notificationsMetadataUpdated
subscription