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

delete_agent.mutation.graphql « mutations « graphql « clusters_list « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 28387b2a36c85080e87416b69fb9c22c0c685f8c (plain)
1
2
3
4
5
mutation deleteClusterAgent($input: ClusterAgentDeleteInput!) {
  clusterAgentDelete(input: $input) {
    errors
  }
}