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

runners_registration_token_reset.mutation.graphql « list « graphql « runner « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 9c2797732ad56b0769feb889a5f9bacd3108e35b (plain)
1
2
3
4
5
6
mutation runnersRegistrationTokenReset($input: RunnersRegistrationTokenResetInput!) {
  runnersRegistrationTokenReset(input: $input) {
    token
    errors
  }
}