GraphQL OBJECT

UpdateNotificationPayload

Payload for notification update.

link Definition

  • type UpdateNotificationPayload {
  • # The updated notification.
  • updatedNotification: Notification
  • }

link Required by