updateNotificationPreference
No description
updateNotificationPreference(
category: NotificationCategory!
channel: String!
notification_type_id: Int!
enabled: Boolean!
): Boolean!
Arguments
updateNotificationPreference.category ● NotificationCategory! non-null enum
updateNotificationPreference.channel ● String! non-null scalar
updateNotificationPreference.notification_type_id ● Int! non-null scalar
updateNotificationPreference.enabled ● Boolean! non-null scalar
Type
Boolean scalar
The Boolean scalar type represents true or false.


