Commit d350745f authored by Martin Wortschack's avatar Martin Wortschack

Merge branch 'djadmin-fix-dast-graphql' into 'master'

Fix undefined GraphQL queries in DAST Profiles

See merge request gitlab-org/gitlab!50845
parents 87d129b3 f37d1115
...@@ -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