Welcome to mirror list, hosted at ThFree Co, Russian Federation.

configure_sast.mutation.graphql « graphql « security_configuration « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 9e826cf9e4bfb7c23187402afbe713f897740cff (plain)
1
2
3
4
5
6
mutation configureSast($input: ConfigureSastInput!) {
  configureSast(input: $input) {
    successPath
    errors
  }
}