Relation
A relation between a source object and a target object.
type Relation {
object: Object!
subject: Object!
type: RelationType!
lifecycle: Lifecycle!
}
Fields
Relation.object ● Object! non-null object objects
The object that the relation is from.
Relation.subject ● Object! non-null object objects
The object that the relation is to.
Relation.type ● RelationType! non-null object relation-types
The type of relation.
Relation.lifecycle ● Lifecycle! non-null object common
Metadata about the relation type's lifecycle.
Member of
RelationConnection object ● SetRelationResult object