userNotifications
list of notifications that the current user got. this is currently mainly mentionings.
userNotifications(
filter: UserNotificationFilterInputType
useArchiveAndBin: Boolean
sortDirection: SortDirection = DESC
after: String
first: Int
): ViewerUserNotificationConnectionConnection
Arguments
userNotifications.filter
● UserNotificationFilterInputType
input
userNotifications.useArchiveAndBin
● Boolean
scalar
userNotifications.sortDirection
● SortDirection
enum
userNotifications.after
● String
scalar
Returns the items in the list that come after the specified cursor.
userNotifications.first
● Int
scalar
Returns the first n items from the list.
Type
ViewerUserNotificationConnectionConnection
object
A connection to a list of items.