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

confirm_remove_key.query.graphql « queries « 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: 11d6a6ab83c0e49c5b0b8529efd05a3d03428927 (plain)
1
2
3
4
5
query confirmRemoveKey {
  deployKeyToRemove @client {
    id
  }
}