Skip to content

Fix participants query in MR list page

Deepika Guliani requested to merge dg-fix-invalid-graphql-response into master

What does this MR do and why?

Thanks to @engwan for pointing it out 🙂

Fix participants query in MR list page

Changelog: fixed

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

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

Before After
Screenshot_2024-02-21_at_3.46.07_PM Screenshot_2024-02-21_at_3.45.35_PM

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

  1. Visit any project member MR list page such as http://127.0.0.1:3000/flightjs/Flight/-/merge_requests
  2. See that the graphql query which was resulting in an error should not be called anymore

Merge request reports