GraphQL OBJECT

CreateNotificationPayload

Payload for notification create.

link Definition

  • type CreateNotificationPayload {
  • # The created notification.
  • createdNotification: Notification
  • }

link Required by