Commit f37d1115 authored by Dheeraj Joshi's avatar Dheeraj Joshi

Fix undefined graphql fields in DAST Profiles

parent fefb2413
...@@ -16,15 +16,15 @@ query DastSiteProfiles($fullPath: ID!, $after: String, $before: String, $first: ...@@ -16,15 +16,15 @@ query DastSiteProfiles($fullPath: ID!, $after: String, $before: String, $first:
targetUrl targetUrl
editPath editPath
validationStatus validationStatus
auth { auth @client {
enabled enabled
url url
usernameField usernameField
passwordField passwordField
username username
} }
excludedUrls excludedUrls @client
requestHeaders requestHeaders @client
} }
} }
} }
......
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