Commit ef35231e authored by Alexander Turinske's avatar Alexander Turinske

Remove unnecessary graphql fields

- the saved scans list does not need to know about
  referencedInSecurityPolicies
parent ab040aee
......@@ -13,12 +13,10 @@ query DastProfiles($fullPath: ID!, $after: String, $before: String, $first: Int,
dastSiteProfile {
id
targetUrl
referencedInSecurityPolicies
}
dastScannerProfile {
id
scanType
referencedInSecurityPolicies
}
branch {
name
......
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