deleteNotificationOptOutsForTypes
OptIn notifications for given notification delivery method and notification types
This page contains
Arguments
input DeleteNotificationOptOutsForTypesInput! PREVIEW | Input object to delete notification opt outs for given types |
DeleteNotificationOptOutsForTypesInput fields
method NotificationDeliveryMethod! | Method used for notification Delivery can be EMAIL or SMS |
types [NotificationType!]! | Array of Notification types for which opt outs to be deleted |
Return Fields
success Boolean | Indicates success of notification optout deletion by notification types operation |
errors [DeleteNotificationOptOutsForTypesError!] PREVIEW | Error details while deleting notification optouts |
Interactive example
This is an example mutation query. Use the embedded interactive tool below to edit the query.
Hint: use Ctrl + Space for autocompleting fields.