ENUM
SubscriptionState
The possible states of a subscription.
link GraphQL Schema definition
- enum SubscriptionState {
- # The User is only notified when particpating or @mentioned.
- # The User is notified of all conversations.
- # The User is never notified.
- }