Skip to main content

myNotifications

List your UserNotifications

myNotifications(
after: String
before: String
category: UserNotificationCategory
first: Int
last: Int
status: NotificationStatus
): UserNotificationConnection!

Arguments​

myNotifications.after ● String scalar​

Returns the elements in the list that come after the specified cursor.

myNotifications.before ● String scalar​

Returns the elements in the list that come before the specified cursor.

myNotifications.category ● UserNotificationCategory enum​

myNotifications.first ● Int scalar​

Returns the first n elements from the list.

myNotifications.last ● Int scalar​

Returns the last n elements from the list.

myNotifications.status ● NotificationStatus enum​

Type​

UserNotificationConnection object​

Paginate through UserNotifications