Skip to content

Exposed web_path on the MR GraphQL type

What does this MR do and why?

Related to the todo page migration to Vue: !147301

This MR exposes the web_path on the MR GraphQL type

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Screenshots or screen recordings

N.A.

How to set up and validate locally

Run the following query (changing the MR id) and check that the returned webPath attribute is correct:

query {
  mergeRequest(id: "gid://gitlab/MergeRequest/<id>") {
    webPath
  }
}

Merge request reports