OBJECT

ObjectPausedSourceDetails

Description

Represents details of directly paused ancestor.

link GraphQL Schema definition

  • type ObjectPausedSourceDetails {
  • # Object Fid of paused source.
  • pausedSourceId: String!
  • # Object Name of paused source.
  • pausedSourceObjectName: String!
  • # Object Type of paused source.
  • pausedSourceType: HierarchyObjectTypeEnum!
  • }