@DomainNode(searchQueryName = "searchIssueRelationTypes")
@Authorization(name = "READ", allowAll = true)
Type for an IssueRelation, like DUPLICATES or DEPENDS_ON. Part of an IssueTemplate. READ is always granted.
Properties
Link copied to clipboard
The description of this entity.
Link copied to clipboard
Link copied to clipboard
The name of the relation from the inverse (incoming) perspective
Link copied to clipboard
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 = "PART_OF", direction = Direction.OUTGOING)
@FilterProperty
IssueTemplates this is part of.
Link copied to clipboard
Link copied to clipboard
@NodeRelationship(type = "TYPE", direction = Direction.INCOMING)
@FilterProperty
Relations which use this type.
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