@NodeRelationship(type = "TIMELINE", direction = Direction.INCOMING)
@GraphQLNullable
@FilterProperty
val issue: LazyLoadingDelegate<Issue, NodePropertyDelegate.NodeProperty>

The Issue this TimelineItem is part of.