Skip to main content

UserNotificationConfigurationTopic

No description

type UserNotificationConfigurationTopic {
id: ID!
topic: NotificationTopic!
userNotificationConfigurationId: ID!
enabled: Boolean!
createdAt: DateTime!
updatedAt: DateTime!
configuration: UserNotificationConfigurationTopicConfiguration!
}

Fields

UserNotificationConfigurationTopic.id ● ID! non-null scalar

The ID of the notification configuration topic

UserNotificationConfigurationTopic.topic ● NotificationTopic! non-null enum

The topic of the notification configuration topic

UserNotificationConfigurationTopic.userNotificationConfigurationId ● ID! non-null scalar

The ID of the user notification configuration

UserNotificationConfigurationTopic.enabled ● Boolean! non-null scalar

Whether the notification configuration topic is enabled

UserNotificationConfigurationTopic.createdAt ● DateTime! non-null scalar

The date and time the notification configuration topic was created

UserNotificationConfigurationTopic.updatedAt ● DateTime! non-null scalar

The date and time the notification configuration topic was last updated

UserNotificationConfigurationTopic.configuration ● UserNotificationConfigurationTopicConfiguration! non-null object

The configuration of the notification configuration topic

Returned By

userNotificationConfigurationTopicToggle mutation

Member Of

UserNotificationConfigurationTopicEdge object ● UserNotificationConfigurationTopics object