OBJECT

DeleteNotificationPayload

link GraphQL Schema definition

1type DeleteNotificationPayload {
2
3# The notification that was deleted. Only the ID is accessible.
4notification: OnsiteNotification!
5
6}