INPUT_OBJECT
NotificationSettingMutationInput
User settings for a Notification type.
link GraphQL Schema definition
- input NotificationSettingMutationInput {
- # The type of notification.
- : NotificationType!
- # The notification channels.
- : [NotificationChannel]
- }