orgUnitHierarchyItem

Examples

type OrgUnitHierarchyItem {
  name: String!
  tagIds: [String!]!
  appOwnersEmail: [String!]
  id: String
  parent: String
  ancestors: [OrgUnitRef!]!
  children: [OrgUnitHierarchyItem!]!
}

Fields

Field
Description
Supported fields

name String!

tagIds [String!]!

appOwnersEmail [String!]

id String

parent String

Identifier of the current organizational unit, preserved for backward compatibility.

ancestors [OrgUnitRef!]!

Chain of ancestor organizational units ordered from the root down to the immediate parent. Empty when the unit is a root.

id String! name String!

name String! tagIds [String!]! appOwnersEmail [String!] id String parent String ancestors [OrgUnitRef!]! children [OrgUnitHierarchyItem!]!

References

Mutations using this object:

Fields with this object:

Last updated