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, ...@@ -13,12 +13,10 @@ query DastProfiles($fullPath: ID!, $after: String, $before: String, $first: Int,
dastSiteProfile { dastSiteProfile {
id id
targetUrl targetUrl
referencedInSecurityPolicies
} }
dastScannerProfile { dastScannerProfile {
id id
scanType scanType
referencedInSecurityPolicies
} }
branch { branch {
name 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