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