Commit b6c80cba authored by Mike Greiling's avatar Mike Greiling

Merge branch '282533-update-gql-mutation' into 'master'

Update configureDependencyScanning mutation

See merge request gitlab-org/gitlab!58950
parents b1a99d1a 8f733c52
mutation configureDependencyScanning($fullPath: ID!) {
configureDependencyScanning(fullPath: $fullPath) {
mutation configureDependencyScanning($input: ConfigureDependencyScanningInput!) {
configureDependencyScanning(input: $input) {
successPath
errors
}
......
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