notificationOptOutsByMethodAndType
Returns paginated list of opted out notifications for given notification delivery method and notification type
This page contains
Arguments
method NotificationDeliveryMethod! | Method used for notification Delivery can be EMAIL or SMS |
type NotificationType! | Type of the Notification for which opt outs to be listed |
first Int | Number of elements to return from start of a cursor |
after String | Returns elements after specified cursor |
last Int | Number of elements to return before a cursor or end |
before String | Returns elements before specified cursor |
Return Fields
NotificationOptOutsByMethodAndTypeConnection! PREVIEW | Connection object used to page through a list of Notification opt outs |
Interactive example
This is an example query. Use the embedded interactive tool below to edit the query.
Hint: use Ctrl + Space for autocompleting fields.