Update configureDependencyScanning mutation

Based on some prior work in Secret Detection, the
configureDependencyScanning mutation needs to be updated to support an
input variable.
parent 6c0448fe
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