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

delete_runner.mutation.graphql « graphql « runner « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d580ea2785e04c6655a9ed21ba26b78b2cb402a8 (plain)
1
2
3
4
5
mutation runnerDelete($input: RunnerDeleteInput!) {
  runnerDelete(input: $input) {
    errors
  }
}