OBJECT

AzureAdRelatedItemCount

Description

Represents count of related items for relationship type.

link GraphQL Schema definition

  • type AzureAdRelatedItemCount {
  • # Count of the related items of a specific relationship type.
  • count: Int!
  • # Relationship Type of the AzureAdObject.
  • relationshipType: AzureAdRelationshipEnumType!
  • }