debian-mirror-gitlab/app/assets/javascripts/clusters_list/graphql/mutations/delete_agent.mutation.graphql

6 lines
119 B
GraphQL
Raw Normal View History

2022-03-02 08:16:31 +05:30
mutation deleteClusterAgent($input: ClusterAgentDeleteInput!) {
clusterAgentDelete(input: $input) {
errors
}
}