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

6 lines
127 B
GraphQL

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