Commit 88276207 authored by Mehmet Emin INAC's avatar Mehmet Emin INAC

Fix GraphQL query to fetch vulnerable projects of subgroups

parent 9a2d788d
...@@ -12,7 +12,7 @@ query group( ...@@ -12,7 +12,7 @@ query group(
$state: [VulnerabilityState!] $state: [VulnerabilityState!]
) { ) {
group(fullPath: $fullPath) { group(fullPath: $fullPath) {
projects(hasVulnerabilities: true) { projects(includeSubgroups: true, hasVulnerabilities: true) {
nodes { nodes {
...Project ...Project
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment