OBJECT
UserNotificationSubscription
link GraphQL Schema definition
- type UserNotificationSubscription implements Node {
- : ID!
- : Boolean
- # The frequency of the subscription, tracks the values defined in
- # NotificationFrequency
- : UserNotificationSubscriptionFrequency!
- : NotificationSubscription
- : User
- }
link Require by
This element is not required by anyone