ENUM

SubscriptionState

The possible states of a subscription.

link GraphQL Schema definition

  • enum SubscriptionState {
  • # The User is only notified when particpating or @mentioned.
  • UNSUBSCRIBED
  • # The User is notified of all conversations.
  • SUBSCRIBED
  • # The User is never notified.
  • IGNORED
  • }