notificationOptOutsByMethodAndTarget
Returns paginated list of opted out notifications for given notification delivery method and target
This page contains
Arguments
method NotificationDeliveryMethod! | Method used for notification Delivery can be EMAIL or SMS |
target String! | Target can be an email address for EMAIL delivery method or phone number for SMS delivery method |
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
NotificationOptOutsByMethodAndTargetConnection! 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.