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.
- : Int!
- # Relationship Type of the related AzureAdObjects.
- : AzureAdRelationshipEnumType!
- # Relationship Type of the AzureAdObject.
- : AzureAdRelationshipEnumType! @deprecated( reason: "Deprecated, use relatedItemType instead." )
- }