OBJECT

AzureNativeRoot

Description

Root of Azure native hierarchy.

link GraphQL Schema definition

  • type AzureNativeRoot {
  • # List of descendants of specific object type.
  • #
  • # Arguments
  • # first: Returns the first n elements from the list.
  • # after: Returns the elements in the list that come after the
  • # specified cursor.
  • # sortBy: Sort hierarchy objects by hierarchy field.
  • # sortOrder: Sorting order for the results.
  • # objectTypeFilter: Type of objects to include.
  • # filter: The hierarchy object filter.
  • objectTypeDescendantConnection(
  • first: Int,
  • after: String,
  • sortBy: HierarchySortByField,
  • sortOrder: SortOrder,
  • objectTypeFilter: HierarchyObjectTypeEnum!,
  • filter: [Filter!]
  • ): AzureNativeHierarchyObjectTypeConnection!
  • }

link Require by