Skip to content

Add `aimed_for_deletion` and `include_hidden` argument to `Query.projects`

What does this MR do and why?

As per #450190 (closed), we're introducing two new fields to the Query.projects GraphQL query.

  • aimed_for_deletion
  • include_hidden

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

aimed_for_deletion include_hidden
image image

How to set up and validate locally

  1. Checkout the branch
  2. Visit the GraphQL explorer http://gdk.test:3000/-/graphql-explorer
  3. Try to fetch projects using the new filters

Related to #450190 (closed)

Edited by Bojan Marjanovic

Merge request reports