INTERFACE

Subscribable

Entities that can be subscribed to for web and email notifications.

link GraphQL Schema definition

  • interface Subscribable {
  • # Check if the viewer is able to change their subscription status for the
  • # repository.
  • viewerCanSubscribe: Boolean!
  • # Identifies if the viewer is watching, not watching, or ignoring the repository.
  • viewerSubscription: SubscriptionState!
  • }