unreadNotifications
Return a list of unread notifications.
unreadNotifications(
first: Int! = 10
after: String
): NotificationConnection!
Arguments
unreadNotifications.first ● Int! non-null scalar
Limits number of fetched items. Maximum allowed value: 50.
unreadNotifications.after ● String scalar
A cursor after which elements are returned.
Type
NotificationConnection object
A paginated list of Notification edges.