debian-mirror-gitlab/app/assets/javascripts/runner/graphql/shared/runner_delete.mutation.graphql

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

6 lines
101 B
GraphQL
Raw Normal View History

2021-09-04 01:27:46 +05:30
mutation runnerDelete($input: RunnerDeleteInput!) {
runnerDelete(input: $input) {
errors
}
}