Skip to content

Add namespace_path support for Projects Graphql API

What does this MR do and why?

Add namespace_path support for Projects Graphql API. This will filter the results to be projects within that namespace (group or user).

Query Plans

References

Screenshots or screen recordings

image

How to set up and validate locally

  1. Go to /-/graphql-explorer in your GDK instance.
  2. Run the following query:
{
  projects(namespacePath: "<namespace-fullpath>") {
    nodes {
      id
      fullPath
      visibility
    }
    count
  }
}

MR acceptance checklist

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

Edited by Shane Maglangit

Merge request reports

Loading