INTERFACE
EntityRelationshipNodeInterface
link GraphQL Schema definition
- interface EntityRelationshipNodeInterface {
- # Time this Relationship was created. Note: Expressed in UTC ISO-8601 format
- DateTime! :
- # dest entityId
- EntityId :
- # dest entity provider if available
- String :
- # dest entityType if available
- String :
- # dest 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! :
- EntityProperty!] : [
- # entity relationship id
- String! :
- # Type of the relationship. e.g. RelatesTo etc
- String! :
- # source entityId
- EntityId :
- # source entity provider if available
- String :
- # source entityType if available
- String :
- # source entityType projected as an enum value, if available
- EntityTypeConst :
- # Scope of relationship's traversal
- EntityTraversalScope :
- }