summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/security_configuration/graphql/configure_secret_detection.mutation.graphql
blob: e42a8de64f35a6e83c759b784c4110a2d80eb652 (plain)
1
2
3
4
5
6
mutation configureSecretDetection($input: ConfigureSecretDetectionInput!) {
  configureSecretDetection(input: $input) {
    successPath
    errors
  }
}