debian-mirror-gitlab/app/assets/javascripts/artifacts/graphql/mutations/destroy_artifact.mutation.graphql

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

8 lines
126 B
GraphQL
Raw Normal View History

2023-01-13 00:05:48 +05:30
mutation destroyArtifact($id: CiJobArtifactID!) {
artifactDestroy(input: { id: $id }) {
artifact {
id
}
}
}