The dismissNotification() GraphQL mutation is used to dismiss notifications for a specific user, if allowed by notification type.

For more information on actions, previously known as notifiers, see the Actions documentation page.

Syntax

Below is the syntax for the dismissNotification() mutation field:

graphql
dismissNotification(
      notificationId: string!
   ): boolean!