Skip to main content

NotificationQueries

No description

type NotificationQueries {
listNotifications(
unreadOnly: Boolean
limit: Int
): [Notification!]
}

Fields

NotificationQueries.listNotifications ● [Notification!] list object

The signed-in user's notifications, newest first (bounded by limit)

NotificationQueries.listNotifications.unreadOnly ● Boolean scalar
NotificationQueries.listNotifications.limit ● Int scalar

Returned By

notifications query