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

disable_key.mutation.graphql « mutations « graphql « deploy_keys « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 923dd636785c81fac7e19f33e6735e87ffdab6dd (plain)
1
2
3
mutation disableKey($id: ID!) {
  disableKey(id: $id) @client
}