OBJECT
EntityRelationship
A typed relationship between two Entity instances
link GraphQL Schema definition
- type EntityRelationship implements EntityRelationshipNodeInterface, Node, NodeVersion {
- # This property represents an unique ID of the source collector
- String :
- # Time this Relationship was created. Note: Expressed in UTC ISO-8601 format
- DateTime! :
- # Dest entity in this relationship. Can be null if the entity with the given
- # entityId is not accessible
- # due to permissions issues or due to a DB update
- Entity :
- # dest entityId
- EntityId :
- # dest entity provider if available
- String :
- # dest entity partition key if different to the cloudAccountId in the destEntityId
- String :
- # dest entityType if available
- String :
- # source entityType projected as an enum value, if available
- EntityTypeConst :
- # Opaque global ID
- ID! :
- # Last time this Relationship was updated. Note: Expressed in UTC ISO-8601 format
- DateTime! :
- # Versioning ID
- ID! :
- # 'Other' entity in this relationship
- #
- # This is defined as the entity the 'other' side of the traversal.
- #
- # - for IN traversal direction, it will be the same as the 'sourceEntity'
- # - for OUT traversal direction, it will be the same as the 'destEntity'
- # - for BOTH traversal direction, it will be the 'other' entity, not the one from
- # which the traversal came.
- #
- # The field is not supported for aggregations or filtering.
- Entity :
- # other entityId
- EntityId :
- # other entityType if available
- String :
- # other entityType projected as an enum value, if available
- EntityTypeConst :
- EntityProperty!] : [
- # entity relationship id
- String! :
- # Type of the relationship. e.g. RelatesTo etc
- String! :
- # Source entity in this relationship. Can be null if the entity with the given
- # entityId is not accessible
- # due to permissions issues or due to a DB update
- Entity :
- # source entityId
- EntityId :
- # source entity provider if available
- String :
- # source entity partition key if different to the cloudAccountId in the
- # sourceEntityId
- String :
- # source entityType if available
- String :
- # source entityType projected as an enum value, if available
- EntityTypeConst :
- # Scope of relationship's traversal
- EntityTraversalScope :
- }