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:
targetUrl
editPath
validationStatus
auth {
auth @client {
enabled
url
usernameField
passwordField
username
}
excludedUrls
requestHeaders
excludedUrls @client
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