OBJECT

ObjectPauseStatus

Description

Represents pause status of an object.

link GraphQL Schema definition

  • type ObjectPauseStatus {
  • # Represents whether an object is paused directly.
  • isDirectlyPaused: Boolean!
  • # Represents effective pause status of an object.
  • isEffectivelyPaused: Boolean!
  • # Represents all the ancestors that are paused.
  • pausedSources: [ObjectPausedSource!]!
  • }

link Require by