gitlab-org--gitlab-foss/app/assets/javascripts/clusters/agents/graphql/mutations/revoke_token.mutation.graphql

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

6 lines
127 B
GraphQL
Raw Normal View History

mutation revokeAgentToken($input: ClusterAgentTokenRevokeInput!) {
clusterAgentTokenRevoke(input: $input) {
errors
}
}