Skip to content

GraphQL API query and service for suggested reviewers

What does this MR do and why?

GraphQL API to query suggested reviewers

Related to #369591 (closed)

Screenshots or screen recordings

image

How to set up and validate locally

  1. Go to http://gdk.test:3000/-/graphql-explorer
  2. See
{
  mergeRequest(id: "gid://gitlab/MergeRequest/1") {
    id
    iid
    projectId
    suggestedReviewers {
      version
      reviewers
    }
  }
}

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Edited by Alper Akgun

Merge request reports