Skip to content
  • Niklas van Schrick's avatar
    Add Issue.relatedMergeRequests to GraphQL API · 4eca9f6d
    Niklas van Schrick authored
    As related MRs are currently parsed every time
    from the issue description and its notes, the
    computation is expensive.
    
    To prevent performance problems with queries
    that return up to 100 issues, the resolver is
    limited to 1 execution per query.
    
    Changelog: added
    4eca9f6d