Skip to content

Implement GraphQL query to allow the user to retrieve the vulnerability tracked refs for a project

Everyone can contribute. Help move this issue forward while earning points, leveling up and collecting rewards.

Once the security_project_refs table is defined, we want to enable users to be able to retrieve their desired tracked refs for the project so that they can configure this list as desired. To do so, they will need a graphql query that can list the tracked refs for the respective project.

This will need to be defined in a finder and an appropriate Security::ProjectRefsType to be defined to serialize the information via the graphql API.

Edited by 🤖 GitLab Bot 🤖