@DomainNode
@Authorization(name = "READ", allowFromRelated = ["start"] )
An aggregated IssueRelation. IssueRelations are aggregated by both start and end Issue.
Properties
Link copied to clipboard
@NodeRelationship(type = "INCOMING_RELATION", direction = Direction.INCOMING)
@FilterProperty
The end of this AggregatedIssueRelation.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
@NodeRelationship(type = "ISSUE_RELATION", direction = Direction.OUTGOING)
@FilterProperty
The IssueRelations aggregated by this AggregatedIssueRelation.
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
Link copied to clipboard
@NodeRelationship(type = "OUTGOING_RELATION", direction = Direction.INCOMING)
@FilterProperty
The start of this AggregatedIssueRelation.
Link copied to clipboard
@NodeRelationship(type = "TYPE", direction = Direction.OUTGOING)
@FilterProperty
The IssueType of this AggregatedIssue.
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