OBJECT

MarkAllViewerNotificationsAsReadPayload

The result of a readAllViewerNotifications mutation.

link GraphQL Schema definition

1type MarkAllViewerNotificationsAsReadPayload {
2
3# Whether the mutation succeeded.
4hasSucceeded: Boolean
5
6}