@DomainNode
Event representing that a User is assigned to an Issue. An Assignment is only active if it is still in `assignments` on Issue. READ is granted if READ is granted on `issue`.
Properties
Link copied to clipboard
The DateTime this entity was created at.
Link copied to clipboard
Link copied to clipboard
@NodeRelationship(type = "INITIAL_TYPE", direction = Direction.OUTGOING)
@FilterProperty
The initial type of Assignment, e.g. REVIEWER. Allowed types are defined by the IssueTemplate.
Link copied to clipboard
Link copied to clipboard
The DateTime this entity was last modified at.
Link copied to clipboard
@NodeRelationship(type = "LAST_MODIFIED_BY", direction = Direction.OUTGOING)
@FilterProperty
The User who last modified this entity.
Link copied to clipboard
@ConvertWith(converter = LazyLoadingContextConverter::class)
Link copied to clipboard
Version used for optimistic locking
Link copied to clipboard
Link copied to clipboard
@NodeRelationship(type = "CHILD_ITEMS", direction = Direction.INCOMING)
@FilterProperty
If existing, the parent TimelineItem
Link copied to clipboard
Link copied to clipboard
@NodeRelationship(type = "TYPE", direction = Direction.OUTGOING)
@FilterProperty
The type of Assignment, e.g. REVIEWER. Allowed types are defined by the IssueTemplate.
Functions
Link copied to clipboard
internal suspend fun getFromGraphQL(@Autowired nodeQueryParser: NodeQueryParser, dataFetchingEnvironment: DataFetchingEnvironment): Any?
Link copied to clipboard
Link copied to clipboard
internal suspend fun <T : Node?> loadNodesOfRelationship(property: KProperty1<*, *>, loader: LazyLoadingSubqueryGenerator<T>.() -> Unit?)
Link copied to clipboard
Link copied to clipboard
protected fun <T : Node> NodeSetProperty(): PropertyDelegateProvider<Node, NodeSetPropertyDelegate<T>>
Link copied to clipboard